File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ Clustersecrets automates this. It keep track of any modification in your secret
65
65
66
66
## Requirements
67
67
68
- Current version ` 0.0.9 ` is tested for Kubernetes >= 1.19 up to 1.27.1
69
- For ARM architectures use ` 0.0.9_arm32 ` tag
68
+ Current version ` 0.0.10 ` is tested for Kubernetes >= 1.19 up to 1.27.3
69
+ For ARM architectures use ` <tag>_arm32 ` tag
70
70
71
71
For older kubernetes (<1.19) use the image tag ` 0.0.6 ` in your helm values file.
72
72
@@ -76,7 +76,7 @@ For older kubernetes (<1.19) use the image tag `0.0.6` in your helm values file.
76
76
77
77
``` bash
78
78
helm repo add clustersecret https://charts.clustersecret.io/
79
- helm install clustersecret clustersecret/cluster-secret --version 0.2.3 -n clustersecret --create-namespace
79
+ helm install clustersecret clustersecret/cluster-secret --version 0.4.0 -n clustersecret --create-namespace
80
80
```
81
81
82
82
# with just kubectl
You can’t perform that action at this time.
0 commit comments