From 02dbabc6401530d3885842a7fb65dbff1a6a37d6 Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Wed, 10 Aug 2022 00:23:00 +0700 Subject: [PATCH] bump version to v0.11.0-rc.1 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 8e76289b..83ea35c8 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.9 -appVersion: "v0.10.1" +version: 0.4.0 +appVersion: "v0.11.0-rc.1" diff --git a/charts/tf-controller/values.yaml b/charts/tf-controller/values.yaml index d417c96d..d7104ce2 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.10.1" + tag: "v0.11.0-rc.1" # extraEnv -- Additional container environment variables. extraEnv: {} imagePullSecrets: [] @@ -27,7 +27,7 @@ serviceAccount: runner: image: repository: ghcr.io/weaveworks/tf-runner - tag: "v0.10.1" + tag: "v0.11.0-rc.1" serviceAccount: # Specifies whether a service account should be created create: true diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d89f1aa3..9f74a10f 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.1 + newTag: v0.11.0-rc.1