From cf4e8b7443c05d9285703c4501f66c356fa191e5 Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Wed, 26 Feb 2025 15:51:30 +0200 Subject: [PATCH 1/2] updated redis, rabbit images --- codefresh/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codefresh/values.yaml b/codefresh/values.yaml index bba914b11..6920ee215 100644 --- a/codefresh/values.yaml +++ b/codefresh/values.yaml @@ -718,6 +718,8 @@ cf-platform-analytics-platform: registry: us-docker.pkg.dev/codefresh-enterprise/gcr.io repository: codefresh/cf-platform-analytics redis: + image: + tag: 7.4.2-debian-12-r5 enabled: true nameOverride: redis-platform-analytics resources: @@ -1140,6 +1142,8 @@ postgresql-ha: # @default -- See below # Ref: https://github.com/bitnami/charts/blob/main/bitnami/redis/values.yaml redis: + image: + tag: 7.4.2-debian-12-r5 enabled: true architecture: standalone auth: @@ -1176,6 +1180,8 @@ redis-ha: # @default -- See below # Ref: https://github.com/bitnami/charts/blob/main/bitnami/rabbitmq/values.yaml rabbitmq: + image: + tag: 3.13.7-debian-12-r5 enabled: true replicaCount: 1 auth: From f300bd8cd5702d515348f783468422c799f1e9ec Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Wed, 26 Feb 2025 15:55:57 +0200 Subject: [PATCH 2/2] updated chart version --- codefresh/Chart.yaml | 4 ++-- codefresh/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index c3364351a..91891f82e 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Helm Chart for Codefresh On-Prem name: codefresh -version: 2.6.7 +version: 2.6.8 keywords: - codefresh home: https://codefresh.io/ @@ -19,7 +19,7 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: security - description: "Miscellaneous security updates (10.02.2025)" + description: "test ci" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/codefresh/README.md b/codefresh/README.md index b60c1f52a..c60571ea5 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.6.7](https://img.shields.io/badge/Version-2.6.7-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 2.6.8](https://img.shields.io/badge/Version-2.6.8-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.