Skip to content

Commit e3bea52

Browse files
authored
feat: support PR in promotions (#287)
* update gitops-operator to `0.2.13` * update app-proxy to `1.3045.0`
1 parent ef710ea commit e3bea52

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.2.12
41+
version: 0.2.13
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
@@ -415,15 +415,15 @@ app-proxy:
415415
tag: 1.1.10-main
416416
image:
417417
repository: quay.io/codefresh/cap-app-proxy
418-
tag: 1.3021.0
418+
tag: 1.3045.0
419419
pullPolicy: IfNotPresent
420420
# -- Extra volume mounts for main container
421421
extraVolumeMounts: []
422422

423423
initContainer:
424424
image:
425425
repository: quay.io/codefresh/cap-app-proxy-init
426-
tag: 1.3021.0
426+
tag: 1.3045.0
427427
pullPolicy: IfNotPresent
428428
command:
429429
- ./init.sh

0 commit comments

Comments
 (0)