Skip to content

Commit

Permalink
feat: Add Product Release Initiator functionality (#306)
Browse files Browse the repository at this point in the history
* Update codefresh-gitops-operator version

* update app proxy version

* empty commit
  • Loading branch information
scme0 authored Oct 11, 2024
1 parent 0372a06 commit 89ab50f
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.1
version: 0.3.2
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 @@ -428,15 +428,15 @@ app-proxy:
tag: 1.1.10-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: 1.3094.0
tag: 1.3098.0
pullPolicy: IfNotPresent
# -- Extra volume mounts for main container
extraVolumeMounts: []

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

0 comments on commit 89ab50f

Please sign in to comment.