Skip to content

Commit deb68a4

Browse files
Merge branch 'stable/0.24' into chore/CR-31388-security-0-24
2 parents 9631c9e + 38264f5 commit deb68a4

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.75
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: '0.24.5'
5+
version: '0.24.6'
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -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)'
1931
dependencies:
2032
- name: argo-cd
2133
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)