Skip to content

Commit 357b21b

Browse files
updated redis and rabbit
1 parent 151da4c commit 357b21b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

codefresh/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.6.7
4+
version: 2.6.8
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -19,7 +19,7 @@ annotations:
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
2121
- kind: security
22-
description: "Miscellaneous security updates (10.02.2025)"
22+
description: "Miscellaneous security updates (27.02.2025)"
2323
dependencies:
2424
- name: cf-common
2525
repository: oci://quay.io/codefresh/charts
@@ -45,7 +45,7 @@ dependencies:
4545
repository: oci://registry-1.docker.io/bitnamicharts
4646
condition: postgresql-ha.enabled
4747
- name: redis
48-
version: 20.3.0
48+
version: 20.9.0
4949
repository: https://charts.bitnami.com/bitnami
5050
condition: redis.enabled
5151
- name: redis-ha

codefresh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![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)
3+
![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)
44

55
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
66

codefresh/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,8 @@ redis-ha:
11761176
# @default -- See below
11771177
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/rabbitmq/values.yaml
11781178
rabbitmq:
1179+
image:
1180+
tag: 3.13.7-debian-12-r5
11791181
enabled: true
11801182
replicaCount: 1
11811183
auth:

0 commit comments

Comments
 (0)