Skip to content

Commit 45fb1c9

Browse files
fix: version of applications with a Helm-only source (#1229)
fix: add ignoreDifference to the in-cluster application to prevent drift detection
1 parent 8df1c19 commit 45fb1c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,14 +485,14 @@ app-proxy:
485485
tag: 1.1.28-main
486486
image:
487487
repository: quay.io/codefresh/cap-app-proxy
488-
tag: 1.4103.0
488+
tag: 1.4114.0
489489
pullPolicy: IfNotPresent
490490
# -- Extra volume mounts for main container
491491
extraVolumeMounts: []
492492
initContainer:
493493
image:
494494
repository: quay.io/codefresh/cap-app-proxy-init
495-
tag: 1.4103.0
495+
tag: 1.4114.0
496496
pullPolicy: IfNotPresent
497497
command:
498498
- ./init.sh

0 commit comments

Comments
 (0)