File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
IMG_NAMESPACE = flag5
2
2
IMG_NAME = clustersecret
3
3
IMG_FQNAME = $(IMG_NAMESPACE ) /$(IMG_NAME )
4
- IMG_VERSION = 0.0.11
4
+ IMG_VERSION = 0.0.12
5
5
6
6
.PHONY : container push clean
7
7
all : container
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: cluster-secret
3
3
description : ClusterSecret Operator
4
4
kubeVersion : ' >= 1.25.0-0'
5
5
type : application
6
- version : 0.4.3
6
+ version : 0.4.4
7
7
icon : https://clustersecret.com/assets/csninjasmall.png
8
8
sources :
9
9
- https://github.com/zakkg3/ClusterSecret
10
- appVersion : " 0.0.11 "
10
+ appVersion : " 0.0.12 "
11
11
maintainers :
12
12
13
13
name : zakkg3
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Clustersecrets automates this. It keep track of any modification in your secret
57
57
58
58
## Requirements
59
59
60
- Current is 0.0.11 tested on > 1.27.1
60
+ Current is 0.0.12 tested on > 1.27.1
61
61
Version 0.0.9 is tested for Kubernetes >= 1.19 up to 1.27.1
62
62
63
63
For older kubernes (<1.19) use the image tag "0.0.6" in yaml/02_deployment.yaml
Original file line number Diff line number Diff line change 1
1
imagePullSecrets : []
2
2
image :
3
3
repository : quay.io/clustersecret/clustersecret
4
- tag : 0.0.11
4
+ tag : 0.0.12
5
+ # use tag-alt for ARM and other alternative builds - read the readme for more information
5
6
# If Clustersecret is about to create a secret and then it founds it exists:
6
- # Default is to ignore it. (to not loose any unintentional data)
7
- # It can also reeplace it. Just uncommenting next line .
8
- # replace_existing: 'true '
7
+ # Default is to ignore it via false setting . (to not loose any unintentional data)
8
+ # It can also be replaced, just set value to true .
9
+ replace_existing : ' false '
9
10
kubernetesClusterDomain : cluster.local
10
11
11
12
You can’t perform that action at this time.
0 commit comments