Skip to content

Commit 4b15d2b

Browse files
Merge pull request #201 from codefresh-io/CR-23728
fix: sealed secret shearing among clusters
2 parents 53a2205 + c7f38db commit 4b15d2b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ sealed-secrets:
100100
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
101101
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
102102
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
103-
| app-proxy.image.tag | string | `"1.2816.0"` | |
103+
| app-proxy.image.tag | string | `"1.2825.1"` | |
104104
| app-proxy.imagePullSecrets | list | `[]` | |
105105
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
106106
| app-proxy.initContainer.env | object | `{}` | |
107107
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
108108
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
109109
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
110-
| app-proxy.initContainer.image.tag | string | `"1.2816.0"` | |
110+
| app-proxy.initContainer.image.tag | string | `"1.2825.1"` | |
111111
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
112112
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
113113
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |

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)