Skip to content

Commit 6495eaa

Browse files
chore: upd argo-platform, kubectl, mongosh (#144)
* upd argo-platform, kubectl, mongosh * remove runner * upd argo-hub-platform --------- Co-authored-by: Mikhail Klimko <[email protected]>
1 parent a8cfd97 commit 6495eaa

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

charts/codefresh/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ annotations:
2121
# - kind:
2222
# description: ""
2323
artifacthub.io/changes: |-
24-
- kind: changed
25-
description: 'chore: CR-31292 fix security vulnerabilities (#141)'
24+
- kind: security
25+
description: updated services with security fixes in argo-platform, kubectl, mongosh
2626
dependencies:
2727
- name: cf-common
2828
repository: oci://quay.io/codefresh/charts
@@ -214,15 +214,15 @@ dependencies:
214214
repository: oci://quay.io/codefresh/charts
215215
condition: helm-repo-manager.enabled
216216
- name: hermes
217-
version: 0.21.21
217+
version: 0.21.22
218218
repository: oci://quay.io/codefresh/charts
219219
condition: hermes.enabled
220220
- name: nomios
221-
version: 0.11.11
221+
version: 0.11.12
222222
repository: oci://quay.io/codefresh/charts
223223
condition: hermes.enabled
224224
- name: cronus
225-
version: 0.8.12
225+
version: 0.8.13
226226
repository: oci://quay.io/codefresh/charts
227227
condition: hermes.enabled
228228
- name: cf-platform-analytics
@@ -236,11 +236,11 @@ dependencies:
236236
repository: oci://quay.io/codefresh/charts
237237
condition: argo-platform.enabled
238238
- name: argo-platform
239-
version: 1.3750.1-onprem-fe7a3d3
239+
version: 1.3750.1-onprem-3c27f8e
240240
repository: oci://quay.io/codefresh/charts
241241
condition: argo-platform.enabled
242242
- name: argo-hub-platform
243-
version: 0.1.27
243+
version: 0.1.28
244244
repository: oci://quay.io/codefresh/charts
245245
condition: argo-platform.enabled
246246
- name: cf-oidc-provider

charts/codefresh/templates/gencerts/cm-gencerts.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{{- $nameBuilder := printf "%s-%s" .Release.Name .Values.global.builderService }}
2-
{{- $nameRunner := printf "%s-%s" .Release.Name .Values.global.runnerService }}
32
{{- $ns := .Release.Namespace }}
4-
{{- $namesList := list $nameBuilder $nameRunner }}
3+
{{- $namesList := list $nameBuilder }}
54
---
65
{{- if or .Values.global.certsJobs .Values.gencerts.enabled }}
76
apiVersion: v1
@@ -90,4 +89,4 @@ data:
9089
fi
9190
{{- end }}
9291

93-
{{- end }}
92+
{{- end }}

charts/codefresh/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ seed:
3636
image:
3737
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
3838
repository: codefresh/mongosh
39-
tag: 2.5.9-cf-1
39+
tag: 2.5.9-cf-2
4040
# -- Root user in plain text (required ONLY for seed job!).
4141
mongodbRootUser: "root"
4242
# -- Root user from existing secret
@@ -453,7 +453,7 @@ hooks:
453453
image:
454454
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
455455
repository: codefresh/mongosh
456-
tag: 2.5.9-cf-1
456+
tag: 2.5.9-cf-2
457457
affinity: {}
458458
nodeSelector:
459459
kubernetes.io/arch: amd64

0 commit comments

Comments
 (0)