Skip to content

Commit ede3538

Browse files
authored
feat: update app-proxy image tags to 1.3430.2 (#447)
fix: Proxy config set in env values is not reaching container env
1 parent 4efff76 commit ede3538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gitops-runtime/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -525,15 +525,15 @@ app-proxy:
525525
tag: 1.1.12-main
526526
image:
527527
repository: quay.io/codefresh/cap-app-proxy
528-
tag: 1.3419.1
528+
tag: 1.3430.2
529529
pullPolicy: IfNotPresent
530530
# -- Extra volume mounts for main container
531531
extraVolumeMounts: []
532532

533533
initContainer:
534534
image:
535535
repository: quay.io/codefresh/cap-app-proxy-init
536-
tag: 1.3419.1
536+
tag: 1.3430.2
537537
pullPolicy: IfNotPresent
538538
command:
539539
- ./init.sh

0 commit comments

Comments
 (0)