Skip to content

Commit e02e19f

Browse files
authored
update gitops-opeartor to 0.3.16 - fixed releases getting stuck on suspended during commit flow (#354)
* update gitops-opeartor to 0.3.16 - fixed releases getting stuck on suspended during commit flow * upgraded app-proxy to 1.3180.0 * upgraded gitops-operator to 0.3.17 - argo terminate selector should not terminate last created wrapper
1 parent d0c155e commit e02e19f

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.14
41+
version: 0.3.17
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.3167.0
443+
tag: 1.3180.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.3167.0
451+
tag: 1.3180.0
452452
pullPolicy: IfNotPresent
453453
command:
454454
- ./init.sh

0 commit comments

Comments
 (0)