Skip to content

Commit 44f7f23

Browse files
committed
fix(app-proxy): update init container image tag to remove build number
Updated the app-proxy init container image tag to a stable version by removing the build number for consistency and reliability in deployments.
1 parent 511f7d9 commit 44f7f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ app-proxy:
522522
initContainer:
523523
image:
524524
repository: quay.io/codefresh/cap-app-proxy-init
525-
tag: 1.3636.0-6119302
525+
tag: 1.3636.0
526526
pullPolicy: IfNotPresent
527527
command:
528528
- ./init.sh

0 commit comments

Comments
 (0)