Skip to content

Commit 5d5b0d3

Browse files
onprem 2.9.12
1 parent 3de1c9c commit 5d5b0d3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

charts/codefresh/Chart.yaml

Lines changed: 4 additions & 2 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.9.11
4+
version: 2.9.12
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -21,8 +21,10 @@ annotations:
2121
# - kind:
2222
# description: ""
2323
artifacthub.io/changes: |-
24+
- kind: changed
25+
description: 'updated mongosh to v2.5.10'
2426
- kind: security
25-
description: 'fix multiple security vulnerabilities'
27+
description: 'updated argo-hub-platform to v0.1.29 with security fixes'
2628
dependencies:
2729
- name: cf-common
2830
repository: oci://quay.io/codefresh/charts

charts/codefresh/values.yaml

Lines changed: 1 addition & 1 deletion
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-2
39+
tag: 2.5.10-cf-1
4040
# -- Root user in plain text (required ONLY for seed job!).
4141
mongodbRootUser: "root"
4242
# -- Root user from existing secret

0 commit comments

Comments
 (0)