From 8b461e21660e0e77869695cb8954c6c74d5bf737 Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Wed, 10 Aug 2022 23:16:02 +0700 Subject: [PATCH] bump version v0.11.0-rc.2 Signed-off-by: Chanwit Kaewkasi --- charts/tf-controller/Chart.yaml | 4 ++-- charts/tf-controller/templates/crds.yaml | 1 + charts/tf-controller/templates/rbac.yaml | 4 +++- charts/tf-controller/values.yaml | 4 ++-- config/manager/kustomization.yaml | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/charts/tf-controller/Chart.yaml b/charts/tf-controller/Chart.yaml index 83ea35c8..661b63fe 100644 --- a/charts/tf-controller/Chart.yaml +++ b/charts/tf-controller/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: tf-controller description: The Helm chart for Weave GitOps Terraform Controller type: application -version: 0.4.0 -appVersion: "v0.11.0-rc.1" +version: 0.4.1 +appVersion: "v0.11.0-rc.2" diff --git a/charts/tf-controller/templates/crds.yaml b/charts/tf-controller/templates/crds.yaml index 995787b4..a62b9aa4 100644 --- a/charts/tf-controller/templates/crds.yaml +++ b/charts/tf-controller/templates/crds.yaml @@ -377,6 +377,7 @@ spec: enum: - GitRepository - Bucket + - OCIRepository type: string name: description: Name of the referent. diff --git a/charts/tf-controller/templates/rbac.yaml b/charts/tf-controller/templates/rbac.yaml index 06be9904..0638c450 100644 --- a/charts/tf-controller/templates/rbac.yaml +++ b/charts/tf-controller/templates/rbac.yaml @@ -100,6 +100,7 @@ rules: resources: - buckets - gitrepositories + - ocirepositories verbs: - get - list @@ -109,6 +110,7 @@ rules: resources: - buckets/status - gitrepositories/status + - ocirepositories/status verbs: - get --- @@ -195,4 +197,4 @@ subjects: - kind: ServiceAccount name: {{ include "tf-controller.runner.serviceAccountName" . }} namespace: {{ .Release.Namespace }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/tf-controller/values.yaml b/charts/tf-controller/values.yaml index d7104ce2..985417d9 100644 --- a/charts/tf-controller/values.yaml +++ b/charts/tf-controller/values.yaml @@ -10,7 +10,7 @@ image: repository: ghcr.io/weaveworks/tf-controller pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.11.0-rc.1" + tag: "v0.11.0-rc.2" # extraEnv -- Additional container environment variables. extraEnv: {} imagePullSecrets: [] @@ -27,7 +27,7 @@ serviceAccount: runner: image: repository: ghcr.io/weaveworks/tf-runner - tag: "v0.11.0-rc.1" + tag: "v0.11.0-rc.2" serviceAccount: # Specifies whether a service account should be created create: true diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9f74a10f..3353d270 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -8,4 +8,4 @@ generatorOptions: images: - name: weaveworks/tf-controller newName: ghcr.io/weaveworks/tf-controller - newTag: v0.11.0-rc.1 + newTag: v0.11.0-rc.2