Skip to content

Commit

Permalink
FIX: Default helm chart default values
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Oct 18, 2020
1 parent 3e7575e commit 155e255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ serialize =

[bumpversion:file:deployments/helm/k8spin-operator/Chart.yaml]

[bumpversion:file:deployments/helm/k8spin-operator/values.yaml]

[bumpversion:file:deployments/kubernetes/operator.yaml]

[bumpversion:file:deployments/kubernetes/webhook.yaml]
Expand Down
8 changes: 4 additions & 4 deletions deployments/helm/k8spin-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
k8spin_operator:
image:
name: k8spin/k8spin-operator # k8spin-operator image name
tag: dev # k8spin-operator image tag
name: ghcr.io/k8spin/k8spin-operator # k8spin-operator image name
tag: v1.0.3 # k8spin-operator image tag
pullPolicy: IfNotPresent # k8spin-operator image pull policy
logging_level: DEBUG # k8spin-operator logging level
reconciliation_interval_seconds: "15" # k8spin-operator reconciliation interval in seconds
Expand All @@ -11,8 +11,8 @@ k8spin_operator:

k8spin_webhook:
image:
name: k8spin/k8spin-webhook # k8spin-webhook image name
tag: dev # k8spin-webhook image tag
name: ghcr.io/k8spin/k8spin-webhook # k8spin-webhook image name
tag: v1.0.3 # k8spin-webhook image tag
pullPolicy: IfNotPresent # k8spin-webhook image pull policy
logging_level: DEBUG # k8spin-webhook logging level
serviceAccount:
Expand Down

0 comments on commit 155e255

Please sign in to comment.