Skip to content

Commit df728c0

Browse files
authored
feat: add commit info in tasks (#259)
* update app-proxy to `1.2962.0` * updated gitops-operator chart to `0.2.5`
1 parent a872ff2 commit df728c0

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.2
41+
version: 0.2.5
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
@@ -448,15 +448,15 @@ app-proxy:
448448
tag: 1.1.10-main
449449
image:
450450
repository: quay.io/codefresh/cap-app-proxy
451-
tag: 1.2946.0
451+
tag: 1.2962.0
452452
pullPolicy: IfNotPresent
453453
# -- Extra volume mounts for main container
454454
extraVolumeMounts: []
455455

456456
initContainer:
457457
image:
458458
repository: quay.io/codefresh/cap-app-proxy-init
459-
tag: 1.2946.0
459+
tag: 1.2962.0
460460
pullPolicy: IfNotPresent
461461
command:
462462
- ./init.sh

0 commit comments

Comments
 (0)