File tree 3 files changed +22
-10
lines changed
3 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies:
25
25
version: 4.26.1
26
26
- name: rabbitmq
27
27
repository: https://charts.bitnami.com/bitnami
28
- version: 15.0.1
28
+ version: 14.6.9
29
29
- name: nats
30
30
repository: https://charts.bitnami.com/bitnami
31
31
version: 8.4.4
@@ -118,13 +118,13 @@ dependencies:
118
118
version: 21.260.39
119
119
- name: cfui
120
120
repository: oci://quay.io/codefresh/charts
121
- version: 14.95.77
121
+ version: 14.95.78
122
122
- name: k8s-monitor
123
123
repository: oci://quay.io/codefresh/charts
124
124
version: 4.11.8
125
125
- name: runtime-environment-manager
126
126
repository: oci://quay.io/codefresh/charts
127
- version: 3.36.3
127
+ version: 3.36.4
128
128
- name: cf-broadcaster
129
129
repository: oci://quay.io/codefresh/charts
130
130
version: 1.12.16
@@ -148,12 +148,12 @@ dependencies:
148
148
version: 0.49.63
149
149
- name: argo-platform
150
150
repository: oci://quay.io/codefresh/charts
151
- version: 1.3036 .0-onprem-10b556f
151
+ version: 1.3037 .0-onprem-680e6c9
152
152
- name: argo-hub-platform
153
153
repository: oci://quay.io/codefresh/charts
154
154
version: 0.1.16
155
155
- name: cf-oidc-provider
156
156
repository: oci://quay.io/codefresh/charts
157
157
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 1
1
apiVersion : v2
2
2
description : Helm Chart for Codefresh On-Prem
3
3
name : codefresh
4
- version : 2.5.2
4
+ version : 2.5.3
5
5
keywords :
6
6
- codefresh
7
7
home : https://codefresh.io/
@@ -20,6 +20,18 @@ annotations:
20
20
artifacthub.io/changes : |
21
21
- kind: security
22
22
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"
23
35
dependencies :
24
36
- name : cf-common
25
37
repository : oci://quay.io/codefresh/charts
@@ -53,7 +65,7 @@ dependencies:
53
65
version : 4.26.1
54
66
condition : redis-ha.enabled
55
67
- name : rabbitmq
56
- version : 15.0.1
68
+ version : 14.6.9
57
69
repository : https://charts.bitnami.com/bitnami
58
70
condition : rabbitmq.enabled
59
71
- name : nats
@@ -237,7 +249,7 @@ dependencies:
237
249
repository : oci://quay.io/codefresh/charts
238
250
condition : argo-platform.enabled
239
251
- name : argo-platform
240
- version : " 1.3036 .0-onprem-10b556f "
252
+ version : " 1.3037 .0-onprem-680e6c9 "
241
253
repository : oci://quay.io/codefresh/charts
242
254
condition : argo-platform.enabled
243
255
- name : argo-hub-platform
Original file line number Diff line number Diff line change 1
1
## Codefresh On-Premises
2
2
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 )
4
4
5
5
Helm chart for deploying [ Codefresh On-Premises] ( https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/ ) to Kubernetes.
6
6
You can’t perform that action at this time.
0 commit comments