diff --git a/charts/cluster-secret/Chart.yaml b/charts/cluster-secret/Chart.yaml index cd332aa..ca46a09 100755 --- a/charts/cluster-secret/Chart.yaml +++ b/charts/cluster-secret/Chart.yaml @@ -3,7 +3,7 @@ name: cluster-secret description: ClusterSecret Operator kubeVersion: '>= 1.25.0-0' type: application -version: 0.4.4 +version: 0.4.5 icon: https://clustersecret.com/assets/csninjasmall.png sources: - https://github.com/zakkg3/ClusterSecret diff --git a/charts/cluster-secret/values.yaml b/charts/cluster-secret/values.yaml index bb845b4..c394131 100644 --- a/charts/cluster-secret/values.yaml +++ b/charts/cluster-secret/values.yaml @@ -3,12 +3,13 @@ image: repository: quay.io/clustersecret/clustersecret tag: 0.0.12 # use tag-alt for ARM and other alternative builds - read the readme for more information - # If Clustersecret is about to create a secret and then it founds it exists: - # Default is to ignore it via false setting. (to not loose any unintentional data) - # It can also be replaced, just set value to true. - replace_existing: 'false' -kubernetesClusterDomain: cluster.local +# If Clustersecret is about to create a secret and then it founds it exists: +# Default is to ignore it via false setting. (to not loose any unintentional data) +# It can also be replaced, just set value to true. +replace_existing: 'false' + +kubernetesClusterDomain: cluster.local nodeSelector: {}