File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 0.1.36
33description : A Helm chart for Codefresh gitops runtime
44name : gitops-runtime
5- version : 0.3.1
5+ version : 0.3.2
66home : https://github.com/codefresh-io/gitops-runtime-helm
77icon : https://avatars1.githubusercontent.com/u/11412079?v=3
88keywords :
@@ -14,13 +14,11 @@ maintainers:
1414annotations :
1515 artifacthub.io/alternativeName : " codefresh-gitops-runtime"
1616 artifacthub.io/changes : |
17- - kind: changed
18- description: Update app-proxy
1917 - kind: changed
2018 description: Update codefresh-gitops-operator.
2119 links:
2220 - name: GitHub Release
23- url: https://github.com/codefresh-io/codefresh-gitops-operator/releases/tag/v0.1.0-alpha.4
21+ url: https://github.com/codefresh-io/codefresh-gitops-operator/releases/tag/v0.1.0-alpha.5
2422dependencies :
2523- name : argo-cd
2624 repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ sealed-secrets:
192192| gitops-operator.fullnameOverride | string | `""` | |
193193| gitops-operator.image.pullPolicy | string | `"IfNotPresent"` | |
194194| gitops-operator.image.repository | string | `"quay.io/codefresh/codefresh-gitops-operator"` | |
195- | gitops-operator.image.tag | string | `"v0.1.0-alpha.4 "` | |
195+ | gitops-operator.image.tag | string | `"v0.1.0-alpha.5 "` | |
196196| gitops-operator.imagePullSecrets | list | `[]` | |
197197| gitops-operator.kube-rbac-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
198198| gitops-operator.kube-rbac-proxy.image.repository | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | |
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ gitops-operator:
502502 # VAR_NANE: string-value
503503 image :
504504 repository : quay.io/codefresh/codefresh-gitops-operator
505- tag : v0.1.0-alpha.4
505+ tag : v0.1.0-alpha.5
506506 pullPolicy : IfNotPresent
507507
508508 serviceAccount :
You can’t perform that action at this time.
0 commit comments