Skip to content

Commit

Permalink
Merge pull request #1419 from porter-dev/bump-agent-v3.4.1
Browse files Browse the repository at this point in the history
chore: bump agent  to v3.4.1
  • Loading branch information
MauAraujo authored Oct 18, 2024
2 parents 4007258 + 5d256c8 commit bee3f85
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.39.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.4.0"
appVersion: "3.4.1"
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,5 +1,5 @@
agent:
image: "ghcr.io/porter-dev/releases/porter-agent:3.4.0"
image: "ghcr.io/porter-dev/releases/porter-agent:3.4.1"
cfAccessToken: ""
porterHost: "dashboard.porter.run"
porterPort: "80"
Expand Down Expand Up @@ -89,7 +89,7 @@ loki:
cpu: 500m
memory: 1024Mi
url: http://{{(include "loki.serviceName" .)}}:{{ .Values.loki.service.port }}

promtail:
enabled: true
config:
Expand Down

0 comments on commit bee3f85

Please sign in to comment.