File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 0.1.75
33description : A Helm chart for Codefresh gitops runtime
44name : gitops-runtime
5- version : ' 0.24.5 '
5+ version : ' 0.24.6 '
66home : https://github.com/codefresh-io/gitops-runtime-helm
77icon : https://avatars1.githubusercontent.com/u/11412079?v=3
88keywords :
@@ -15,7 +15,19 @@ annotations:
1515 artifacthub.io/alternativeName : " codefresh-gitops-runtime"
1616 artifacthub.io/changes : |-
1717 - kind: changed
18- description: 'fix: bumps redis version to 8.2.2'
18+ description: bumps argo-helm chart to the version that bumps redis version to 8.2.2 (#844)
19+ - kind: changed
20+ description: upd cli-v2 , debian for installer (#850)
21+ - kind: changed
22+ description: use explicit app-proxy config.cors value if exist (#847)
23+ - kind: changed
24+ description: 'chore: update argocd-extras (#807)'
25+ - kind: changed
26+ description: 'chore[app-proxy]: bumps app-proxy to version 9621fba (#811)'
27+ - kind: changed
28+ description: 'chore[app-proxy]: bumps app-proxy to version 0eb07df (#810)'
29+ - kind: changed
30+ description: 'chore[app-proxy]: bumps app-proxy to version 5aaaae7 (#809)'
1931dependencies :
2032 - name : argo-cd
2133 repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change @@ -565,14 +565,14 @@ app-proxy:
565565 tag : 1.1.17-main
566566 image :
567567 repository : quay.io/codefresh/cap-app-proxy
568- tag : 9621fba
568+ tag : ac9a365
569569 pullPolicy : IfNotPresent
570570 # -- Extra volume mounts for main container
571571 extraVolumeMounts : []
572572 initContainer :
573573 image :
574574 repository : quay.io/codefresh/cap-app-proxy-init
575- tag : 1.3791.0
575+ tag : ac9a365
576576 pullPolicy : IfNotPresent
577577 command :
578578 - ./init.sh
You can’t perform that action at this time.
0 commit comments