Skip to content

Commit efc0b11

Browse files
added runtime version to global values, so event-reporter could pick them up
1 parent cb5cb73 commit efc0b11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/gitops-runtime/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ annotations:
1616
dependencies:
1717
- name: argo-cd
1818
# repository: https://codefresh-io.github.io/argo-helm
19-
repository: quay.io/codefresh/charts/dev
19+
repository: oci://quay.io/codefresh/charts/dev
2020
version: 7.4.7-6-cap-2.12.3-2024.11.14-d7a4c4e7e
2121
- name: argo-events
2222
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ global:
4646

4747
# -- Runtime level settings
4848
runtime:
49+
# -- Runtime version.
50+
version: {{ .Chart.AppVersion }}
4951
# -- Runtime name. Must be unique per platform account.
5052
name:
5153
# -- Runtime cluster. Should not be changed.

0 commit comments

Comments
 (0)