From 2664b417ff7fd23141de7c33e45efcb14284b3e9 Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Thu, 11 Aug 2022 23:33:52 +0700 Subject: [PATCH] bump version to v0.11.0-rc.3 --- 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 661b63fe..a486ac65 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.1 -appVersion: "v0.11.0-rc.2" +version: 0.4.2 +appVersion: "v0.11.0-rc.3" diff --git a/charts/tf-controller/values.yaml b/charts/tf-controller/values.yaml index 985417d9..79d8c943 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.2" + tag: "v0.11.0-rc.3" # 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.2" + tag: "v0.11.0-rc.3" serviceAccount: # Specifies whether a service account should be created create: true diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3353d270..9970a1a2 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.2 + newTag: v0.11.0-rc.3