Skip to content

Commit f03dea7

Browse files
authored
fix: update gitops-operator image tag to 8cbca33 (#979)
base on #980 * chore: update app-proxy image tags to 28608a6 - fix: restore commit pr function for backward computability(codefresh-io/argo-platform#6949) * fix: update gitops-operator image tag to 8cbca33 - revert back to released version from v0.25.2
1 parent 110eebc commit f03dea7

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
@@ -495,14 +495,14 @@ app-proxy:
495495
tag: 1.1.17-main
496496
image:
497497
repository: quay.io/codefresh/cap-app-proxy
498-
tag: 0afa16e
498+
tag: 28608a6
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: 0afa16e
505+
tag: 28608a6
506506
pullPolicy: IfNotPresent
507507
command:
508508
- ./init.sh
@@ -683,7 +683,7 @@ gitops-operator:
683683
image:
684684
registry: quay.io
685685
repository: codefresh/codefresh-gitops-operator
686-
tag: "ff25956"
686+
tag: 8cbca33
687687
env:
688688
!!merge <<:
689689
- *otel-config

0 commit comments

Comments
 (0)