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
2
2
appVersion : 0.1.36
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.3.1
5
+ version : 0.3.2
6
6
home : https://github.com/codefresh-io/gitops-runtime-helm
7
7
icon : https://avatars1.githubusercontent.com/u/11412079?v=3
8
8
keywords :
@@ -14,13 +14,11 @@ maintainers:
14
14
annotations :
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
artifacthub.io/changes : |
17
- - kind: changed
18
- description: Update app-proxy
19
17
- kind: changed
20
18
description: Update codefresh-gitops-operator.
21
19
links:
22
20
- 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
24
22
dependencies :
25
23
- name : argo-cd
26
24
repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ sealed-secrets:
192
192
| gitops-operator.fullnameOverride | string | `""` | |
193
193
| gitops-operator.image.pullPolicy | string | `"IfNotPresent"` | |
194
194
| 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 "` | |
196
196
| gitops-operator.imagePullSecrets | list | `[]` | |
197
197
| gitops-operator.kube-rbac-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
198
198
| 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:
502
502
# VAR_NANE: string-value
503
503
image :
504
504
repository : quay.io/codefresh/codefresh-gitops-operator
505
- tag : v0.1.0-alpha.4
505
+ tag : v0.1.0-alpha.5
506
506
pullPolicy : IfNotPresent
507
507
508
508
serviceAccount :
You can’t perform that action at this time.
0 commit comments