Skip to content

Commit

Permalink
bump version v0.11.0-rc.2
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <[email protected]>
  • Loading branch information
chanwit committed Aug 10, 2022
1 parent 8ad2d91 commit 8b461e2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.4.0
appVersion: "v0.11.0-rc.1"
version: 0.4.1
appVersion: "v0.11.0-rc.2"
1 change: 1 addition & 0 deletions charts/tf-controller/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ spec:
enum:
- GitRepository
- Bucket
- OCIRepository
type: string
name:
description: Name of the referent.
Expand Down
4 changes: 3 additions & 1 deletion charts/tf-controller/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ rules:
resources:
- buckets
- gitrepositories
- ocirepositories
verbs:
- get
- list
Expand All @@ -109,6 +110,7 @@ rules:
resources:
- buckets/status
- gitrepositories/status
- ocirepositories/status
verbs:
- get
---
Expand Down Expand Up @@ -195,4 +197,4 @@ subjects:
- kind: ServiceAccount
name: {{ include "tf-controller.runner.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/tf-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
tag: "v0.11.0-rc.2"
# extraEnv -- Additional container environment variables.
extraEnv: {}
imagePullSecrets: []
Expand All @@ -27,7 +27,7 @@ serviceAccount:
runner:
image:
repository: ghcr.io/weaveworks/tf-runner
tag: "v0.11.0-rc.1"
tag: "v0.11.0-rc.2"
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.11.0-rc.1
newTag: v0.11.0-rc.2

0 comments on commit 8b461e2

Please sign in to comment.