Skip to content

Commit 72dd343

Browse files
onprem: 2.6.9
1 parent 778e715 commit 72dd343

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

codefresh/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ dependencies:
148148
version: 0.49.76
149149
- name: argo-platform
150150
repository: oci://quay.io/codefresh/charts
151-
version: 1.3169.1-onprem-d65a019
151+
version: 1.3169.1-onprem-915b48a
152152
- name: argo-hub-platform
153153
repository: oci://quay.io/codefresh/charts
154154
version: 0.1.18
155155
- name: cf-oidc-provider
156156
repository: oci://quay.io/codefresh/charts
157157
version: 0.0.15
158-
digest: sha256:cae4ba166e0a91d195af3df797c43294a9d2b1de2771524a4fb2d04946babd59
159-
generated: "2025-03-04T10:59:18.787343+03:00"
158+
digest: sha256:416dcda251f5cd35df121c7beb2a922e581177f0fcdbe54e486bd3130a1eb835
159+
generated: "2025-03-07T17:14:47.941403+03:00"

codefresh/Chart.yaml

+4-14
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.8
4+
version: 2.6.9
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -15,21 +15,11 @@ appVersion: 2.6.0
1515
annotations:
1616
# artifacthub.io/prerelease: "true"
1717
artifacthub.io/alternativeName: "codefresh-onprem"
18-
artifacthub.io/containsSecurityUpdates: "true"
18+
# artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
21-
- kind: security
22-
description: "Miscellaneous security updates (27.02.2025)"
2321
- kind: fixed
24-
description: "Fixed removing a user with assigned SSO configuration that does not exist on the platform"
25-
links:
26-
- name: JIRA Issue
27-
url: https://codefresh-io.atlassian.net/browse/CR-27590
28-
- kind: fixed
29-
description: "Fixed unassigning removed SSO configuration for a user"
30-
links:
31-
- name: JIRA Issue
32-
url: https://codefresh-io.atlassian.net/browse/CR-27590
22+
description: "Optional CACHE_PASSWORD env var for argo-platform"
3323
dependencies:
3424
- name: cf-common
3525
repository: oci://quay.io/codefresh/charts
@@ -247,7 +237,7 @@ dependencies:
247237
repository: oci://quay.io/codefresh/charts
248238
condition: argo-platform.enabled
249239
- name: argo-platform
250-
version: "1.3169.1-onprem-d65a019"
240+
version: "1.3169.1-onprem-915b48a"
251241
repository: oci://quay.io/codefresh/charts
252242
condition: argo-platform.enabled
253243
- name: argo-hub-platform

codefresh/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ argo-platform:
13861386
secrets:
13871387
argo-hub-host: http://{{ .Release.Name }}-argo-hub-platform
13881388
cache-host: *cache-host
1389-
cache-password: *cache-password
1389+
# cache-password: ""
13901390
cache-port: *cache-port
13911391
v1-host: http://{{ .Release.Name }}-{{ .Values.global.cfapiEndpointsService }}
13921392
v1-internal-host: http://{{ .Release.Name }}-{{ .Values.global.cfapiService }}:{{ .Values.global.cfapiInternalPort }}

0 commit comments

Comments
 (0)