From 6bef90b20c2fd44dadf506808e722ddf712ae2be Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 28 Mar 2023 11:47:54 +0300 Subject: [PATCH 1/3] updated app-proxy to `1.2172.0` --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 75f86e09..b19a070d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -280,14 +280,14 @@ app-proxy: image: repository: quay.io/codefresh/cap-app-proxy # Overrides the image tag whose default is the chart appVersion. - tag: 1.2170.0 + tag: 1.2172.0 pullPolicy: IfNotPresent initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init # Overrides the image tag whose default is the chart appVersion. - tag: 1.2170.0 + tag: 1.2172.0 pullPolicy: IfNotPresent command: - ./init.sh From ed057b8c5fc946ae1f3971a460b61aa759fa8f40 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 28 Mar 2023 11:48:02 +0300 Subject: [PATCH 2/3] updated chart version to `0.2.0-alpha-15` --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index acaade96..c27cf257 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.27-helm-alpha description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.2.0-alpha-14 +version: 0.2.0-alpha-15 home: https://github.com/codefresh-io/gitops-runtime-helm keywords: - codefresh From ba45393d94bd262249457c8aaf41ff086165ae34 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 28 Mar 2023 11:48:24 +0300 Subject: [PATCH 3/3] generated readme --- charts/gitops-runtime/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 4031fb37..f8fd6267 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,6 +1,6 @@ # gitops-runtime -![Version: 0.2.0-alpha-14](https://img.shields.io/badge/Version-0.2.0--alpha--14-informational?style=flat-square) ![AppVersion: 0.1.27-helm-alpha](https://img.shields.io/badge/AppVersion-0.1.27--helm--alpha-informational?style=flat-square) +![Version: 0.2.0-alpha-15](https://img.shields.io/badge/Version-0.2.0--alpha--15-informational?style=flat-square) ![AppVersion: 0.1.27-helm-alpha](https://img.shields.io/badge/AppVersion-0.1.27--helm--alpha-informational?style=flat-square) A Helm chart for Codefresh gitops runtime @@ -52,13 +52,13 @@ A Helm chart for Codefresh gitops runtime | app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use | | app-proxy.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | | -| app-proxy.image.tag | string | `"1.2170.0"` | | +| app-proxy.image.tag | string | `"1.2172.0"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | | app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | | -| app-proxy.initContainer.image.tag | string | `"1.2170.0"` | | +| app-proxy.initContainer.image.tag | string | `"1.2172.0"` | | | app-proxy.initContainer.resources.limits.cpu | string | `"1"` | | | app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | | | app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |