Skip to content

Commit

Permalink
bump version to v0.10.0-rc.4
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
  • Loading branch information
chanwit committed Jun 23, 2022
1 parent 5b8b83e commit da202a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/tf-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/tf-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da202a5

Please sign in to comment.