Skip to content

Commit 250d00c

Browse files
authored
fix: security vulnerabilities in app-proxy; chore: bump kubectl (#1108)
1 parent d6006a6 commit 250d00c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,14 +459,14 @@ app-proxy:
459459
tag: 1.1.22-main
460460
image:
461461
repository: quay.io/codefresh/cap-app-proxy
462-
tag: 1.4046.0
462+
tag: 1.4058.0
463463
pullPolicy: IfNotPresent
464464
# -- Extra volume mounts for main container
465465
extraVolumeMounts: []
466466
initContainer:
467467
image:
468468
repository: quay.io/codefresh/cap-app-proxy-init
469-
tag: 1.4046.0
469+
tag: 1.4058.0
470470
pullPolicy: IfNotPresent
471471
command:
472472
- ./init.sh
@@ -722,7 +722,7 @@ redis-secret-init:
722722
image:
723723
registry: docker.io
724724
repository: alpine/kubectl
725-
tag: 1.35.0
725+
tag: 1.35.1
726726
nodeSelector: {}
727727
tolerations: []
728728
affinity: {}

0 commit comments

Comments
 (0)