Skip to content

Commit 88f9559

Browse files
committed
Include the latest 0.0.14 version in all docs and yaml
1 parent 98fcce1 commit 88f9559

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ If this is helpful, consider supporting the project :)
6565

6666
## Requirements
6767

68-
Current version `0.0.11` is tested for Kubernetes >= 1.19 up to 1.27.3
68+
Current version `0.0.14` is tested for Kubernetes >= 1.19 up to 1.27.3
6969
For older Kubernetes (<1.19) use the image tag `0.0.6` in your helm values file.
7070

71-
architectures available (0.0.11):
71+
architectures available (0.0.14):
7272

7373
SHA256 ed12e8f3e630 | linux | 386
7474
SHA256 91b0285f5398 | linux | amd64

charts/cluster-secret/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Clustersecrets automates this. It keep track of any modification in your secret
5656

5757
## Requirements
5858

59-
Current is 0.0.12 tested on > 1.27.1
59+
Current is 0.0.14 tested on > 1.27.1
6060
Version 0.0.9 is tested for Kubernetes >= 1.19 up to 1.27.1
6161

6262
For older kubernes (<1.19) use the image tag "0.0.6" in yaml/02_deployment.yaml

charts/cluster-secret/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
imagePullSecrets: []
22
image:
33
repository: quay.io/clustersecret/clustersecret
4-
tag: 0.0.12
4+
tag: 0.0.14
55
# use tag-alt for ARM and other alternative builds - read the readme for more information
66

77
# If Clustersecret is about to create a secret and then it founds it exists:

yaml/02_deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ spec:
1919
# - name: regcred
2020
containers:
2121
- name: clustersecret
22-
image: quay.io/clustersecret/clustersecret:0.0.11
22+
image: quay.io/clustersecret/clustersecret:0.0.14
2323
livenessProbe:
2424
httpGet:
2525
path: /healthz
2626
port: 8080
2727
periodSeconds: 120
2828
env:
2929
- name: CLUSTER_SECRET_VERSION
30-
value: "v0.0.11"
30+
value: "v0.0.14"
3131
- name: REPLACE_EXISTING
3232
value: "false"
3333
# imagePullPolicy: Always

0 commit comments

Comments
 (0)