Skip to content

Commit 65e903f

Browse files
committed
fix sealed secret shearing among clusters
1 parent 53a2205 commit 65e903f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

charts/gitops-runtime/Chart.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ annotations:
1818
description: "update codefresh-gitops-operator to 0.1.0-alpha.13"
1919
- kind: added
2020
description: "added runtime.isConfigurationRuntime field"
21+
- kind: fixed
22+
description: "fix sealed secret shearing among clusters"
2123
- kind: changed
22-
description: "update cap-app-proxy to 1.2816.0"
24+
description: "update cap-app-proxy to 1.2825.1"
2325
dependencies:
2426
- name: argo-cd
2527
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -494,15 +494,15 @@ app-proxy:
494494
tag: 1.1.10-main
495495
image:
496496
repository: quay.io/codefresh/cap-app-proxy
497-
tag: 1.2816.0
497+
tag: 1.2825.1
498498
pullPolicy: IfNotPresent
499499
# -- Extra volume mounts for main container
500500
extraVolumeMounts: []
501501

502502
initContainer:
503503
image:
504504
repository: quay.io/codefresh/cap-app-proxy-init
505-
tag: 1.2816.0
505+
tag: 1.2825.1
506506
pullPolicy: IfNotPresent
507507
command:
508508
- ./init.sh

0 commit comments

Comments
 (0)