Skip to content

Commit 7a3f5d1

Browse files
feat: ensure default-git-source exists on every app-proxy restart (#956)
* [app-proxy]feat: ensure default-git-source exists on every app-proxy restart * chore: security fixes (codefresh-io/argo-platform#6940) --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Co-authored-by: Noam Gal <noam.gal@octopus.com>
1 parent c6cfce2 commit 7a3f5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,14 +495,14 @@ app-proxy:
495495
tag: 1.1.17-main
496496
image:
497497
repository: quay.io/codefresh/cap-app-proxy
498-
tag: 6201d13
498+
tag: 0afa16e
499499
pullPolicy: IfNotPresent
500500
# -- Extra volume mounts for main container
501501
extraVolumeMounts: []
502502
initContainer:
503503
image:
504504
repository: quay.io/codefresh/cap-app-proxy-init
505-
tag: 6201d13
505+
tag: 0afa16e
506506
pullPolicy: IfNotPresent
507507
command:
508508
- ./init.sh

0 commit comments

Comments
 (0)