Skip to content

Commit

Permalink
Merge pull request #162 from smartlyio/master
Browse files Browse the repository at this point in the history
Include the latest 0.0.14 version in all docs and yaml
  • Loading branch information
zakkg3 authored Feb 6, 2025
2 parents 98fcce1 + 88f9559 commit 7b3c638
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ If this is helpful, consider supporting the project :)

## Requirements

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

architectures available (0.0.11):
architectures available (0.0.14):

SHA256 ed12e8f3e630 | linux | 386
SHA256 91b0285f5398 | linux | amd64
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-secret/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Clustersecrets automates this. It keep track of any modification in your secret

## Requirements

Current is 0.0.12 tested on > 1.27.1
Current is 0.0.14 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
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-secret/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
imagePullSecrets: []
image:
repository: quay.io/clustersecret/clustersecret
tag: 0.0.12
tag: 0.0.14
# 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:
Expand Down
4 changes: 2 additions & 2 deletions yaml/02_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ spec:
# - name: regcred
containers:
- name: clustersecret
image: quay.io/clustersecret/clustersecret:0.0.11
image: quay.io/clustersecret/clustersecret:0.0.14
livenessProbe:
httpGet:
path: /healthz
port: 8080
periodSeconds: 120
env:
- name: CLUSTER_SECRET_VERSION
value: "v0.0.11"
value: "v0.0.14"
- name: REPLACE_EXISTING
value: "false"
# imagePullPolicy: Always
Expand Down

0 comments on commit 7b3c638

Please sign in to comment.