From 11e0e209c3e9a8b78e04ac7649a2f58a93e5ff35 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Thu, 9 Nov 2023 11:09:25 +0300 Subject: [PATCH 1/2] push release branch From 0b038ec34ca2031e9024b91a8dd1ee36b8ba5c85 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Thu, 9 Nov 2023 11:11:28 +0300 Subject: [PATCH 2/2] feat: bump nginx --- charts/gitops-runtime/Chart.yaml | 19 ++----------------- charts/gitops-runtime/README.md | 6 +++--- charts/gitops-runtime/values.yaml | 2 +- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index dabec062..403d8295 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.36 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.3.2 +version: 0.3.3 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -15,22 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: | - kind: changed - description: Push chart to OCI registry - - kind: changed - description: Update codefresh-tunnel-client - - kind: changed - description: Update app-proxy - - kind: changed - description: Update ArgoCD - - kind: changed - description: Update codefresh-gitops-operator. - links: - - name: GitHub Release - url: https://github.com/codefresh-io/codefresh-gitops-operator/releases/tag/v0.1.0-alpha.5 - - kind: added - description: Added possibility to enable logging on event reporter sensors - - kind: added - description: Added retries on event reporters sensors + description: Update nginx to 1.25 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 226dc457..82f7c3d4 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![AppVersion: 0.1.36](https://img.shields.io/badge/AppVersion-0.1.36-informational?style=flat-square) +![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![AppVersion: 0.1.36](https://img.shields.io/badge/AppVersion-0.1.36-informational?style=flat-square) ## Prerequisites @@ -27,7 +27,7 @@ We have created a helper utility to resolve this issue: The utility is packaged in a container image. Below are instructions on executing the utility using Docker: ``` -docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.3.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.3.3 ``` `output_dir` - is a local directory where the utility will output files.
`local_registry` - is your local registry where you want to mirror the images to @@ -301,7 +301,7 @@ sealed-secrets: | internal-router.fullnameOverride | string | `"internal-router"` | | | internal-router.image.pullPolicy | string | `"IfNotPresent"` | | | internal-router.image.repository | string | `"nginxinc/nginx-unprivileged"` | | -| internal-router.image.tag | string | `"1.23-alpine"` | | +| internal-router.image.tag | string | `"1.25-alpine"` | | | internal-router.imagePullSecrets | list | `[]` | | | internal-router.nameOverride | string | `""` | | | internal-router.nodeSelector | object | `{}` | | diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index c76db2f6..fe745195 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -285,7 +285,7 @@ internal-router: image: repository: nginxinc/nginx-unprivileged pullPolicy: IfNotPresent - tag: 1.23-alpine + tag: 1.25-alpine imagePullSecrets: [] nameOverride: "" fullnameOverride: "internal-router"