Skip to content

Commit 1275724

Browse files
authored
Merge branch 'main' into feat/OSS-616-use-argo-cd-oss-helm-chart-no-acr-controller
2 parents 6244856 + 130fb7f commit 1275724

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ argo-events:
308308
versions:
309309
- version: latest
310310
natsImage: nats:2.11.4
311-
metricsExporterImage: natsio/prometheus-nats-exporter:0.16.0
312-
configReloaderImage: natsio/nats-server-config-reloader:0.18.2
311+
metricsExporterImage: natsio/prometheus-nats-exporter:0.17.3
312+
configReloaderImage: natsio/nats-server-config-reloader:0.19.1
313313
startCommand: /nats-server
314314
#-----------------------------------------------------------------------------------------------------------------------
315315
# Argo Workflows
@@ -578,14 +578,14 @@ app-proxy:
578578
tag: 1.1.15-main
579579
image:
580580
repository: quay.io/codefresh/cap-app-proxy
581-
tag: 1.3718.0
581+
tag: 1.3727.0
582582
pullPolicy: IfNotPresent
583583
# -- Extra volume mounts for main container
584584
extraVolumeMounts: []
585585
initContainer:
586586
image:
587587
repository: quay.io/codefresh/cap-app-proxy-init
588-
tag: 1.3718.0
588+
tag: 1.3727.0
589589
pullPolicy: IfNotPresent
590590
command:
591591
- ./init.sh

0 commit comments

Comments
 (0)