File tree Expand file tree Collapse file tree 3 files changed +22
-10
lines changed Expand file tree Collapse file tree 3 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies:
2525 version: 4.26.1
2626- name: rabbitmq
2727 repository: https://charts.bitnami.com/bitnami
28- version: 15.0.1
28+ version: 14.6.9
2929- name: nats
3030 repository: https://charts.bitnami.com/bitnami
3131 version: 8.4.4
@@ -118,13 +118,13 @@ dependencies:
118118 version: 21.260.39
119119- name: cfui
120120 repository: oci://quay.io/codefresh/charts
121- version: 14.95.77
121+ version: 14.95.78
122122- name: k8s-monitor
123123 repository: oci://quay.io/codefresh/charts
124124 version: 4.11.8
125125- name: runtime-environment-manager
126126 repository: oci://quay.io/codefresh/charts
127- version: 3.36.3
127+ version: 3.36.4
128128- name: cf-broadcaster
129129 repository: oci://quay.io/codefresh/charts
130130 version: 1.12.16
@@ -148,12 +148,12 @@ dependencies:
148148 version: 0.49.63
149149- name: argo-platform
150150 repository: oci://quay.io/codefresh/charts
151- version: 1.3036 .0-onprem-10b556f
151+ version: 1.3037 .0-onprem-680e6c9
152152- name: argo-hub-platform
153153 repository: oci://quay.io/codefresh/charts
154154 version: 0.1.16
155155- name: cf-oidc-provider
156156 repository: oci://quay.io/codefresh/charts
157157 version: 0.0.15
158- digest: sha256:51979bbbb995332f38f4dee77b8d32e07241dba5a016d62e5b9c870a32633742
159- generated: "2024-10-03T18:08:21.167159596 +03:00"
158+ digest: sha256:5caa90b76bb269d520322473dd9014d852412bdcfd912af7d99255e2ae8fd9e1
159+ generated: "2024-10-08T17:32:50.890794849 +03:00"
Original file line number Diff line number Diff line change 11apiVersion : v2
22description : Helm Chart for Codefresh On-Prem
33name : codefresh
4- version : 2.5.2
4+ version : 2.5.3
55keywords :
66 - codefresh
77home : https://codefresh.io/
@@ -20,6 +20,18 @@ annotations:
2020 artifacthub.io/changes : |
2121 - kind: security
2222 description: "Miscellaneous security updates"
23+ - kind: fixed
24+ description: "Postgres cronjob errors (platform-analytics)"
25+ links:
26+ - name: JIRA Issue
27+ url: https://codefresh-io.atlassian.net/browse/CR-23617
28+ - kind: fixed
29+ description: User login through LDAP after the user sync
30+ links:
31+ - name: JIRA Issue
32+ url: https://codefresh-io.atlassian.net/browse/CR-25498
33+ - kind: changed
34+ description: "Revert RabbitMQ to 13.x version"
2335dependencies :
2436 - name : cf-common
2537 repository : oci://quay.io/codefresh/charts
@@ -53,7 +65,7 @@ dependencies:
5365 version : 4.26.1
5466 condition : redis-ha.enabled
5567 - name : rabbitmq
56- version : 15.0.1
68+ version : 14.6.9
5769 repository : https://charts.bitnami.com/bitnami
5870 condition : rabbitmq.enabled
5971 - name : nats
@@ -237,7 +249,7 @@ dependencies:
237249 repository : oci://quay.io/codefresh/charts
238250 condition : argo-platform.enabled
239251 - name : argo-platform
240- version : " 1.3036 .0-onprem-10b556f "
252+ version : " 1.3037 .0-onprem-680e6c9 "
241253 repository : oci://quay.io/codefresh/charts
242254 condition : argo-platform.enabled
243255 - name : argo-hub-platform
Original file line number Diff line number Diff line change 11## Codefresh On-Premises
22
3- ![ Version: 2.5.2 ] ( https://img.shields.io/badge/Version-2.5.2 -informational?style=flat-square ) ![ AppVersion: 2.5.0] ( https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square )
3+ ![ Version: 2.5.3 ] ( https://img.shields.io/badge/Version-2.5.3 -informational?style=flat-square ) ![ AppVersion: 2.5.0] ( https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square )
44
55Helm chart for deploying [ Codefresh On-Premises] ( https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/ ) to Kubernetes.
66
You can’t perform that action at this time.
0 commit comments