Skip to content

Commit 2ddfbd9

Browse files
authored
update gitops-opeartor to 0.3.14 and app-proxy to 1.3167.0 - monitor suspended workflows for closed PRs (#350)
1 parent a4ece9b commit 2ddfbd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
condition: tunnel-client.enabled
3939
- name: codefresh-gitops-operator
4040
repository: oci://quay.io/codefresh/charts
41-
version: 0.3.13
41+
version: 0.3.14
4242
alias: gitops-operator
4343
condition: gitops-operator.enabled
4444
- name: garage

charts/gitops-runtime/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -440,15 +440,15 @@ app-proxy:
440440
tag: 1.1.11-main
441441
image:
442442
repository: quay.io/codefresh/cap-app-proxy
443-
tag: 1.3146.0
443+
tag: 1.3167.0
444444
pullPolicy: IfNotPresent
445445
# -- Extra volume mounts for main container
446446
extraVolumeMounts: []
447447

448448
initContainer:
449449
image:
450450
repository: quay.io/codefresh/cap-app-proxy-init
451-
tag: 1.3146.0
451+
tag: 1.3167.0
452452
pullPolicy: IfNotPresent
453453
command:
454454
- ./init.sh

0 commit comments

Comments
 (0)