Skip to content

Commit 82aeb4b

Browse files
committed
build: use RabbitMQ 4.0.5
1 parent b8fed05 commit 82aeb4b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

codefresh/Chart.yaml

+3-3
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.0
4+
version: 2.6.7
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,8 +18,8 @@ annotations:
1818
# artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
21-
- kind: changed
22-
description: "Initial onprem 2.6 release"
21+
- kind: fixed
22+
description: "E2E tests"
2323
dependencies:
2424
- name: cf-common
2525
repository: oci://quay.io/codefresh/charts

codefresh/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![Version: 2.6.0](https://img.shields.io/badge/Version-2.6.0-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.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)
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

+2
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,8 @@ redis-ha:
11711171
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/rabbitmq/values.yaml
11721172
rabbitmq:
11731173
enabled: true
1174+
image:
1175+
tag: 4.0.5
11741176
replicaCount: 1
11751177
auth:
11761178
username: user

0 commit comments

Comments
 (0)