Skip to content

Commit 3383226

Browse files
committed
docs: fix RabbitMQ version requirements
1 parent b35ba3f commit 3383226

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.8.10
4+
version: 2.8.11
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: security
22-
description: "Contains security fixes"
21+
- kind: fixed
22+
description: "Fix RabbitMQ version requirements."
2323
dependencies:
2424
- name: cf-common
2525
repository: oci://quay.io/codefresh/charts

codefresh/README.md

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

3-
![Version: 2.8.10](https://img.shields.io/badge/Version-2.8.10-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
3+
![Version: 2.8.11](https://img.shields.io/badge/Version-2.8.11-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.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

@@ -207,7 +207,7 @@ The following table displays the list of **persistent** services created as part
207207
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
208208
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x or 17.x |
209209
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
210-
| RabbitMQ | Used for message queueing. | 4.0.x |
210+
| RabbitMQ | Used for message queueing. | 3.13 \| 4.0.x |
211211

212212
> Running on netfs (nfs, cifs) is not recommended.
213213

codefresh/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following table displays the list of **persistent** services created as part
208208
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
209209
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x or 17.x |
210210
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
211-
| RabbitMQ | Used for message queueing. | 4.0.x |
211+
| RabbitMQ | Used for message queueing. | 3.13 \| 4.0.x |
212212

213213
> Running on netfs (nfs, cifs) is not recommended.
214214

0 commit comments

Comments
 (0)