From da202a5886cdd271b3e6e0022971cfc85ae2e481 Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Thu, 23 Jun 2022 13:01:13 +0700 Subject: [PATCH] bump version to v0.10.0-rc.4 Signed-off-by: Chanwit Kaewkasi --- charts/tf-controller/Chart.yaml | 4 ++-- charts/tf-controller/values.yaml | 4 ++-- config/manager/kustomization.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/tf-controller/Chart.yaml b/charts/tf-controller/Chart.yaml index 2dd8da25..8ebf78c4 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.3.2 -appVersion: "v0.10.0-rc.3" +version: 0.3.3 +appVersion: "v0.10.0-rc.4" diff --git a/charts/tf-controller/values.yaml b/charts/tf-controller/values.yaml index ffd89ada..14b73674 100644 --- a/charts/tf-controller/values.yaml +++ b/charts/tf-controller/values.yaml @@ -5,7 +5,7 @@ image: repository: ghcr.io/weaveworks/tf-controller pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.10.0-rc.3" + tag: "v0.10.0-rc.4" # extraEnv -- Additional container environment variables. extraEnv: {} imagePullSecrets: [] @@ -22,7 +22,7 @@ serviceAccount: runner: image: repository: ghcr.io/weaveworks/tf-runner - tag: "v0.10.0-rc.3" + tag: "v0.10.0-rc.4" serviceAccount: # Specifies whether a service account should be created create: true diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 635e289a..6c185364 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.10.0-rc.3 + newTag: v0.10.0-rc.4