We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5cb73 commit efc0b11Copy full SHA for efc0b11
charts/gitops-runtime/Chart.yaml
@@ -16,7 +16,7 @@ annotations:
16
dependencies:
17
- name: argo-cd
18
# repository: https://codefresh-io.github.io/argo-helm
19
- repository: quay.io/codefresh/charts/dev
+ repository: oci://quay.io/codefresh/charts/dev
20
version: 7.4.7-6-cap-2.12.3-2024.11.14-d7a4c4e7e
21
- name: argo-events
22
repository: https://codefresh-io.github.io/argo-helm
charts/gitops-runtime/values.yaml
@@ -46,6 +46,8 @@ global:
46
47
# -- Runtime level settings
48
runtime:
49
+ # -- Runtime version.
50
+ version: {{ .Chart.AppVersion }}
51
# -- Runtime name. Must be unique per platform account.
52
name:
53
# -- Runtime cluster. Should not be changed.
0 commit comments