Skip to content

Commit

Permalink
Merge pull request #1430 from porter-dev/main
Browse files Browse the repository at this point in the history
main -> production
  • Loading branch information
d-g-town authored Oct 29, 2024
2 parents 48c1bf4 + 00dfcba commit 82ce040
Show file tree
Hide file tree
Showing 3 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.49.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.1"
appVersion: "3.4.3"
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.4.2"
image: "ghcr.io/porter-dev/releases/porter-agent:3.4.3"
cfAccessToken: ""
porterHost: "dashboard.porter.run"
porterPort: "80"
Expand Down
2 changes: 1 addition & 1 deletion applications/job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sidecar:
resources:
requests:
cpu: 10m
memory: 50Mi
memory: 100Mi

# Set this to add entries to the /etc/hosts file
# Format: hostAliases: [{ip: <IP>, hostnames: [<HOSTNAME>,..]},..]
Expand Down

0 comments on commit 82ce040

Please sign in to comment.