diff --git a/charts/tf-controller/Chart.yaml b/charts/tf-controller/Chart.yaml index 00c067a0..03079f93 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.6 -appVersion: "v0.10.0-rc.7" +version: 0.3.7 +appVersion: "v0.10.0-rc.8" diff --git a/charts/tf-controller/values.yaml b/charts/tf-controller/values.yaml index d2466fc6..32b088da 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.7" + tag: "v0.10.0-rc.8" # 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.7" + tag: "v0.10.0-rc.8" serviceAccount: # Specifies whether a service account should be created create: true diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 4f67f846..60b0ccf8 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.7 + newTag: v0.10.0-rc.8