Skip to content

Commit 340ebf0

Browse files
Merge pull request #85 from codefresh-io/test-release-0.2.22
Bump codefresh-gitops-operator version
2 parents 4cc2ecb + 1ab471a commit 340ebf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ sealed-secrets:
185185
| gitops-operator.fullnameOverride | string | `""` | |
186186
| gitops-operator.image.pullPolicy | string | `"IfNotPresent"` | |
187187
| gitops-operator.image.repository | string | `"quay.io/codefresh/codefresh-gitops-operator"` | |
188-
| gitops-operator.image.tag | string | `"v0.1.0-alpha.2"` | |
188+
| gitops-operator.image.tag | string | `"v0.1.0-alpha.3"` | |
189189
| gitops-operator.imagePullSecrets | list | `[]` | |
190190
| gitops-operator.kube-rbac-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
191191
| gitops-operator.kube-rbac-proxy.image.repository | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ gitops-operator:
469469

470470
image:
471471
repository: quay.io/codefresh/codefresh-gitops-operator
472-
tag: v0.1.0-alpha.2
472+
tag: v0.1.0-alpha.3
473473
pullPolicy: IfNotPresent
474474

475475
serviceAccount:

0 commit comments

Comments
 (0)