Skip to content

Commit 89ab50f

Browse files
authored
feat: Add Product Release Initiator functionality (#306)
* Update codefresh-gitops-operator version * update app proxy version * empty commit
1 parent 0372a06 commit 89ab50f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.1
41+
version: 0.3.2
4242
alias: gitops-operator
4343
condition: gitops-operator.enabled
4444
- name: garage

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,15 +428,15 @@ app-proxy:
428428
tag: 1.1.10-main
429429
image:
430430
repository: quay.io/codefresh/cap-app-proxy
431-
tag: 1.3094.0
431+
tag: 1.3098.0
432432
pullPolicy: IfNotPresent
433433
# -- Extra volume mounts for main container
434434
extraVolumeMounts: []
435435

436436
initContainer:
437437
image:
438438
repository: quay.io/codefresh/cap-app-proxy-init
439-
tag: 1.3094.0
439+
tag: 1.3098.0
440440
pullPolicy: IfNotPresent
441441
command:
442442
- ./init.sh

0 commit comments

Comments
 (0)