diff --git a/charts/tf-controller/Chart.yaml b/charts/tf-controller/Chart.yaml index 3d300383..00c067a0 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.5 -appVersion: "v0.10.0-rc.6" +version: 0.3.6 +appVersion: "v0.10.0-rc.7" diff --git a/charts/tf-controller/values.yaml b/charts/tf-controller/values.yaml index 05350137..d2466fc6 100644 --- a/charts/tf-controller/values.yaml +++ b/charts/tf-controller/values.yaml @@ -8,7 +8,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.6" + tag: "v0.10.0-rc.7" # extraEnv -- Additional container environment variables. extraEnv: {} imagePullSecrets: [] @@ -25,7 +25,7 @@ serviceAccount: runner: image: repository: ghcr.io/weaveworks/tf-runner - tag: "v0.10.0-rc.6" + tag: "v0.10.0-rc.7" serviceAccount: # Specifies whether a service account should be created create: true diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 8c4b62d8..4f67f846 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.6 + newTag: v0.10.0-rc.7