From ace1ce3925f1039ecbb777a2a48215fb1b50b9f5 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 May 2023 16:49:55 +0300 Subject: [PATCH 1/2] bump app-proxy to `1.2257.0` --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/README.md | 4 ++-- charts/gitops-runtime/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 135d0ee6..ec42a93b 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,7 +16,7 @@ annotations: artifacthub.io/prerelease: "true" artifacthub.io/changes: | - kind: fixed - description: Moved runtime creation from `cap-app-proxy` initContainer into main container + description: bump `cap-app-proxy` to `1.2257.0` (fix convertToGitops) dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index f69aa9c8..ed06f030 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -54,14 +54,14 @@ 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.2255.0"` | | +| app-proxy.image.tag | string | `"1.2257.0"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | | app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container | | 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.2255.0"` | | +| app-proxy.initContainer.image.tag | string | `"1.2257.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"` | | diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 018c3d82..695430b8 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -305,7 +305,7 @@ app-proxy: image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.2255.0 + tag: 1.2257.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -313,7 +313,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.2255.0 + tag: 1.2257.0 pullPolicy: IfNotPresent command: - ./init.sh From 08da4f781ff73279cd6a77a2b9440ed867ac6eea Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 May 2023 16:50:17 +0300 Subject: [PATCH 2/2] updated chart version to `0.2.5-alpha` --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index ec42a93b..6216ee28 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.29 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.2.4-alpha +version: 0.2.5-alpha home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://codefresh.io/docs/assets/brand/codefresh_purple_dark_logo.png keywords: diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index ed06f030..312fd4d7 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,6 +1,6 @@ # gitops-runtime -![Version: 0.2.4-alpha](https://img.shields.io/badge/Version-0.2.4--alpha-informational?style=flat-square) ![AppVersion: 0.1.29](https://img.shields.io/badge/AppVersion-0.1.29-informational?style=flat-square) +![Version: 0.2.5-alpha](https://img.shields.io/badge/Version-0.2.5--alpha-informational?style=flat-square) ![AppVersion: 0.1.29](https://img.shields.io/badge/AppVersion-0.1.29-informational?style=flat-square) A Helm chart for Codefresh gitops runtime