Skip to content

Commit

Permalink
Merge pull request #1391 from porter-dev/main
Browse files Browse the repository at this point in the history
Moving tailscale and agent version bumps to prod
  • Loading branch information
yosefmih authored Aug 23, 2024
2 parents 84f3eef + 05d38f0 commit dd9693c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/porter-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 0.42.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.3.10"
appVersion: "3.3.11"
dependencies:
- name: "loki"
repository: "https://chart-addons.getporter.dev"
Expand Down
2 changes: 1 addition & 1 deletion addons/porter-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
agent:
image: "ghcr.io/porter-dev/releases/porter-agent:3.3.10"
image: "ghcr.io/porter-dev/releases/porter-agent:3.3.11"
cfAccessToken: ""
porterHost: "dashboard.porter.run"
porterPort: "80"
Expand Down
2 changes: 1 addition & 1 deletion addons/tailscale-relay/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tailscale-relay
icon: https://images.crunchbase.com/image/upload/c_lpad,h_170,w_170,f_auto,b_white,q_auto:eco,dpr_1/xkthebhmilwbyffilnfl
version: 0.17.0
appVersion: v1.62.0
appVersion: v1.72.1
keywords:
- APP
- NETWORKING
Expand Down
2 changes: 1 addition & 1 deletion addons/tailscale-relay/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
replicas: 1

image:
repository: docker.io/mvisonneau/tailscale
repository: docker.io/yosefmih/tailscale
pullPolicy: IfNotPresent
# tag: <default to chart app version>

Expand Down

0 comments on commit dd9693c

Please sign in to comment.