diff --git a/Makefile b/Makefile index 50f4b66..08fe5ed 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ IMG_NAMESPACE = flag5 IMG_NAME = clustersecret IMG_FQNAME = $(IMG_NAMESPACE)/$(IMG_NAME) -IMG_VERSION = 0.0.11 +IMG_VERSION = 0.0.12 .PHONY: container push clean all: container diff --git a/charts/cluster-secret/Chart.yaml b/charts/cluster-secret/Chart.yaml index 12f9f80..cd332aa 100755 --- a/charts/cluster-secret/Chart.yaml +++ b/charts/cluster-secret/Chart.yaml @@ -3,11 +3,11 @@ name: cluster-secret description: ClusterSecret Operator kubeVersion: '>= 1.25.0-0' type: application -version: 0.4.3 +version: 0.4.4 icon: https://clustersecret.com/assets/csninjasmall.png sources: - https://github.com/zakkg3/ClusterSecret -appVersion: "0.0.11" +appVersion: "0.0.12" maintainers: - email: zakkg3@gmail.com name: zakkg3 diff --git a/charts/cluster-secret/README.md b/charts/cluster-secret/README.md index 6ad3314..64dfeb2 100644 --- a/charts/cluster-secret/README.md +++ b/charts/cluster-secret/README.md @@ -57,7 +57,7 @@ Clustersecrets automates this. It keep track of any modification in your secret ## Requirements -Current is 0.0.11 tested on > 1.27.1 +Current is 0.0.12 tested on > 1.27.1 Version 0.0.9 is tested for Kubernetes >= 1.19 up to 1.27.1 For older kubernes (<1.19) use the image tag "0.0.6" in yaml/02_deployment.yaml diff --git a/charts/cluster-secret/values.yaml b/charts/cluster-secret/values.yaml index 464ca52..bb845b4 100644 --- a/charts/cluster-secret/values.yaml +++ b/charts/cluster-secret/values.yaml @@ -1,11 +1,12 @@ imagePullSecrets: [] image: repository: quay.io/clustersecret/clustersecret - tag: 0.0.11 + 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. (to not loose any unintentional data) - # It can also reeplace it. Just uncommenting next line. - # replace_existing: 'true' + # 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