Skip to content

Commit ada35ab

Browse files
onprem: 2.5.0-rc.2
1 parent 709dba1 commit ada35ab

File tree

3 files changed

+28
-34
lines changed

3 files changed

+28
-34
lines changed

codefresh/Chart.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,61 +64,61 @@ dependencies:
6464
version: 1.14.14
6565
- name: cfapi
6666
repository: oci://quay.io/codefresh/charts
67-
version: 21.260.27
67+
version: 21.260.28
6868
- name: cfapi
6969
repository: oci://quay.io/codefresh/charts
70-
version: 21.260.27
70+
version: 21.260.28
7171
- name: cfapi
7272
repository: oci://quay.io/codefresh/charts
73-
version: 21.260.27
73+
version: 21.260.28
7474
- name: cfapi
7575
repository: oci://quay.io/codefresh/charts
76-
version: 21.260.27
76+
version: 21.260.28
7777
- name: cfapi
7878
repository: oci://quay.io/codefresh/charts
79-
version: 21.260.27
79+
version: 21.260.28
8080
- name: cfapi
8181
repository: oci://quay.io/codefresh/charts
82-
version: 21.260.27
82+
version: 21.260.28
8383
- name: cfapi
8484
repository: oci://quay.io/codefresh/charts
85-
version: 21.260.27
85+
version: 21.260.28
8686
- name: cfapi
8787
repository: oci://quay.io/codefresh/charts
88-
version: 21.260.27
88+
version: 21.260.28
8989
- name: cfapi
9090
repository: oci://quay.io/codefresh/charts
91-
version: 21.260.27
91+
version: 21.260.28
9292
- name: cfapi
9393
repository: oci://quay.io/codefresh/charts
94-
version: 21.260.27
94+
version: 21.260.28
9595
- name: cfapi
9696
repository: oci://quay.io/codefresh/charts
97-
version: 21.260.27
97+
version: 21.260.28
9898
- name: cfapi
9999
repository: oci://quay.io/codefresh/charts
100-
version: 21.260.27
100+
version: 21.260.28
101101
- name: cfapi
102102
repository: oci://quay.io/codefresh/charts
103-
version: 21.260.27
103+
version: 21.260.28
104104
- name: cfapi
105105
repository: oci://quay.io/codefresh/charts
106-
version: 21.260.27
106+
version: 21.260.28
107107
- name: cfapi
108108
repository: oci://quay.io/codefresh/charts
109-
version: 21.260.27
109+
version: 21.260.28
110110
- name: cfapi
111111
repository: oci://quay.io/codefresh/charts
112-
version: 21.260.27
112+
version: 21.260.28
113113
- name: cfapi
114114
repository: oci://quay.io/codefresh/charts
115-
version: 21.260.27
115+
version: 21.260.28
116116
- name: cfapi
117117
repository: oci://quay.io/codefresh/charts
118-
version: 21.260.27
118+
version: 21.260.28
119119
- name: cfui
120120
repository: oci://quay.io/codefresh/charts
121-
version: 14.95.64
121+
version: 14.95.66
122122
- name: k8s-monitor
123123
repository: oci://quay.io/codefresh/charts
124124
version: 4.11.7
@@ -142,18 +142,18 @@ dependencies:
142142
version: 0.8.6
143143
- name: cf-platform-analytics
144144
repository: oci://quay.io/codefresh/charts
145-
version: 0.49.58
145+
version: 0.49.59
146146
- name: cf-platform-analytics
147147
repository: oci://quay.io/codefresh/charts
148-
version: 0.49.58
148+
version: 0.49.59
149149
- name: argo-platform
150150
repository: oci://quay.io/codefresh/charts
151-
version: 1.3023.0
151+
version: 1.3028.0
152152
- name: argo-hub-platform
153153
repository: oci://quay.io/codefresh/charts
154154
version: 0.1.13
155155
- name: cf-oidc-provider
156156
repository: oci://quay.io/codefresh/charts
157157
version: 0.0.15
158-
digest: sha256:731374532d64878803d860e007cae56fc7e7edbc33b4c4fca146106c3ef9ec9e
159-
generated: "2024-09-02T10:30:10.613371548+03:00"
158+
digest: sha256:53b24294a49745087c061bf6ee42d790e3392ca7336f265f2a0dfe7d4e60ac76
159+
generated: "2024-09-03T15:14:00.839937991+03:00"

codefresh/Chart.yaml

Lines changed: 3 additions & 9 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.5.0-rc.1
4+
version: 2.5.0-rc.2
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -19,15 +19,9 @@ annotations:
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
2121
- kind: changed
22-
description: "Initial onprem 2.5.0-rc.1 release"
22+
description: "Initial onprem 2.5.0-rc.2 release"
2323
- kind: fixed
24-
description: "Fix global.mongodbPassword updates via values.yaml"
25-
- kind: added
26-
description: "Add checksum/secret annotation for argo-platform pods"
27-
- kind: fixed
28-
description: "Make cf-codefresh-set-mongodb-compat-version job optional via .Values.mongodb.migration.enabled value"
29-
- kind: changed
30-
description: "Update runtime images"
24+
description: "Fix E2E tests"
3125
dependencies:
3226
- name: cf-common
3327
repository: oci://quay.io/codefresh/charts

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.5.0-rc.1](https://img.shields.io/badge/Version-2.5.0--rc.1-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.0-rc.2](https://img.shields.io/badge/Version-2.5.0--rc.2-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.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

0 commit comments

Comments
 (0)