From ce731b8236057c9e02215e8bd0af23d899d85af3 Mon Sep 17 00:00:00 2001 From: Rudi MK Date: Mon, 28 Oct 2024 20:21:06 +0530 Subject: [PATCH 1/3] Update values.yaml - bumped the job sidecar's RAM limit to 100Mi --- applications/job/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/job/values.yaml b/applications/job/values.yaml index 1228dd09c..a2982527e 100644 --- a/applications/job/values.yaml +++ b/applications/job/values.yaml @@ -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: , hostnames: [,..]},..] From 4722209cd2cf046a321c7a40c78b1b8b3116a3fb Mon Sep 17 00:00:00 2001 From: d-g-town <66391417+d-g-town@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:21:44 -0400 Subject: [PATCH 2/3] Update values.yaml --- addons/porter-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/porter-agent/values.yaml b/addons/porter-agent/values.yaml index 8ae77e698..a921b852a 100644 --- a/addons/porter-agent/values.yaml +++ b/addons/porter-agent/values.yaml @@ -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" From 7cb1c3d1f412316544168ab3e34fff0203ea0fca Mon Sep 17 00:00:00 2001 From: David Townley Date: Tue, 29 Oct 2024 14:22:56 -0400 Subject: [PATCH 3/3] bump agent to 3.4.3 --- addons/porter-agent/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/porter-agent/Chart.yaml b/addons/porter-agent/Chart.yaml index df2fea8d7..7f546b345 100644 --- a/addons/porter-agent/Chart.yaml +++ b/addons/porter-agent/Chart.yaml @@ -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.1" +appVersion: "3.4.3" dependencies: - name: "loki" repository: "https://chart-addons.getporter.dev"