Skip to content

Commit

Permalink
Merge pull request #1335 from porter-dev/dgtown/update-agent-image
Browse files Browse the repository at this point in the history
update porter agent image to ghcr repo; update host to porter.run subdomain
  • Loading branch information
d-g-town authored Jul 8, 2024
2 parents c401a3d + 8b9960b commit 356e453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.37.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.2.15"
appVersion: "3.3.8"
dependencies:
- name: "loki"
repository: "https://chart-addons.getporter.dev"
Expand Down
4 changes: 2 additions & 2 deletions addons/porter-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
agent:
image: "public.ecr.aws/o1j4x7p4/porter-agent:v3.2.15"
image: "ghcr.io/porter-dev/releases/porter-agent:3.3.8"
cfAccessToken: ""
porterHost: "dashboard.getporter.dev"
porterHost: "dashboard.porter.run"
porterPort: "80"
porterToken: ""
privateRegistry:
Expand Down

0 comments on commit 356e453

Please sign in to comment.