Skip to content

Commit

Permalink
update gitops-opeartor to 0.3.16 - fixed releases getting stuck on su…
Browse files Browse the repository at this point in the history
…spended 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
  • Loading branch information
akavalchuk authored Dec 13, 2024
1 parent d0c155e commit e02e19f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
condition: tunnel-client.enabled
- name: codefresh-gitops-operator
repository: oci://quay.io/codefresh/charts
version: 0.3.14
version: 0.3.17
alias: gitops-operator
condition: gitops-operator.enabled
- name: garage
Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,15 +440,15 @@ app-proxy:
tag: 1.1.11-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: 1.3167.0
tag: 1.3180.0
pullPolicy: IfNotPresent
# -- Extra volume mounts for main container
extraVolumeMounts: []

initContainer:
image:
repository: quay.io/codefresh/cap-app-proxy-init
tag: 1.3167.0
tag: 1.3180.0
pullPolicy: IfNotPresent
command:
- ./init.sh
Expand Down

0 comments on commit e02e19f

Please sign in to comment.