File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11## Codefresh On-Premises
22
3- ![ Version: 2.9.11 ] ( https://img.shields.io/badge/Version-2.9.11 -informational?style=flat-square ) ![ AppVersion: 2.9.0] ( https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square )
3+ ![ Version: 2.9.12 ] ( https://img.shields.io/badge/Version-2.9.12 -informational?style=flat-square ) ![ AppVersion: 2.9.0] ( https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square )
44
55Helm chart for deploying [ Codefresh On-Premises] ( https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/ ) to Kubernetes.
66
Original file line number Diff line number Diff line change 11apiVersion : v2
22description : Helm Chart for Codefresh On-Prem
33name : codefresh
4- version : 2.9.11
4+ version : 2.9.12
55keywords :
66 - codefresh
77home : 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 '
2628dependencies :
2729 - name : cf-common
2830 repository : oci://quay.io/codefresh/charts
@@ -240,7 +242,7 @@ dependencies:
240242 repository : oci://quay.io/codefresh/charts
241243 condition : argo-platform.enabled
242244 - name : argo-hub-platform
243- version : 0.1.28
245+ version : 0.1.29
244246 repository : oci://quay.io/codefresh/charts
245247 condition : argo-platform.enabled
246248 - name : cf-oidc-provider
Original file line number Diff line number Diff line change 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
@@ -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-2
456+ tag : 2.5.10 -cf-1
457457 affinity : {}
458458 nodeSelector :
459459 kubernetes.io/arch : amd64
You can’t perform that action at this time.
0 commit comments