Skip to content

Commit

Permalink
bump version to v0.10.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit committed Jul 3, 2022
1 parent 9473f40 commit 39b7731
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/tf-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: tf-controller
description: The Helm chart for Weave GitOps Terraform Controller
type: application
version: 0.3.5
appVersion: "v0.10.0-rc.5"
appVersion: "v0.10.0-rc.6"
9 changes: 3 additions & 6 deletions charts/tf-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
tag: "v0.10.0-rc.6"
# extraEnv -- Additional container environment variables.
extraEnv: {}
imagePullSecrets: []
Expand All @@ -25,7 +25,7 @@ serviceAccount:
runner:
image:
repository: ghcr.io/weaveworks/tf-runner
tag: "v0.10.0-rc.5"
tag: "v0.10.0-rc.6"
serviceAccount:
# Specifies whether a service account should be created
create: true
Expand All @@ -35,23 +35,20 @@ runner:
name: ""
installCRDs: true
podAnnotations: {}

# Pod-level security context
podSecurityContext:
fsGroup: 1337

# Container-level security context
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault

resources:
limits:
cpu: 1000m
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.5
newTag: v0.10.0-rc.6

0 comments on commit 39b7731

Please sign in to comment.