File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1010# only ignore the values.yaml file at the root of the repo
1111/values.yaml
1212.devcontainer
13+
14+ # ignore local dev
15+ values-dev.yaml
16+ dry-run.yaml
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ annotations:
1818 description: Add codefresh-gitops-operator
1919 - kind: changed
2020 description: Update app-proxy
21+ - kind: changed
22+ description: Update argo-workflowschart. Fix podGC label selector
2123dependencies :
2224- name : argo-cd
2325 repository : https://codefresh-io.github.io/argo-helm
@@ -27,7 +29,7 @@ dependencies:
2729 version : 2.0.9-1-cap-CR-19893
2830- name : argo-workflows
2931 repository : https://codefresh-io.github.io/argo-helm
30- version : 0.22.9 -1-CR-17426
32+ version : 0.22.10 -1-CR-17426
3133 condition : argo-workflows.enabled
3234- name : argo-rollouts
3335 repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ sealed-secrets:
8888| 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 |
8989| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
9090| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
91- | app-proxy.image.tag | string | `"1.2471.1 "` | |
91+ | app-proxy.image.tag | string | `"1.2472.0 "` | |
9292| app-proxy.imagePullSecrets | list | `[]` | |
9393| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
9494| app-proxy.initContainer.env | object | `{}` | |
9595| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
9696| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
9797| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
98- | app-proxy.initContainer.image.tag | string | `"1.2471.1 "` | |
98+ | app-proxy.initContainer.image.tag | string | `"1.2472.0 "` | |
9999| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
100100| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
101101| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
Original file line number Diff line number Diff line change @@ -355,15 +355,15 @@ app-proxy:
355355 tag : 1.1.10-main
356356 image :
357357 repository : quay.io/codefresh/cap-app-proxy
358- tag : 1.2471.1
358+ tag : 1.2472.0
359359 pullPolicy : IfNotPresent
360360 # -- Extra volume mounts for main container
361361 extraVolumeMounts : []
362362
363363 initContainer :
364364 image :
365365 repository : quay.io/codefresh/cap-app-proxy-init
366- tag : 1.2471.1
366+ tag : 1.2472.0
367367 pullPolicy : IfNotPresent
368368 command :
369369 - ./init.sh
You can’t perform that action at this time.
0 commit comments