File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
annotations :
2
2
category : DeveloperTools
3
3
apiVersion : v2
4
- appVersion : 0.28 .0
4
+ appVersion : 0.29 .0
5
5
description : Helm chart for the sealed-secrets controller.
6
6
home : https://github.com/bitnami-labs/sealed-secrets
7
7
icon : https://bitnami.com/assets/stacks/sealed-secrets/img/sealed-secrets-stack-220x234.png
@@ -14,6 +14,6 @@ maintainers:
14
14
url : https://github.com/bitnami-labs/sealed-secrets
15
15
name : sealed-secrets
16
16
type : application
17
- version : 2.17.1
17
+ version : 2.17.2
18
18
sources :
19
19
- https://github.com/bitnami-labs/sealed-secrets
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and
86
86
| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------- |
87
87
| ` image.registry ` | Sealed Secrets image registry | ` docker.io ` |
88
88
| ` image.repository ` | Sealed Secrets image repository | ` bitnami/sealed-secrets-controller ` |
89
- | ` image.tag ` | Sealed Secrets image tag (immutable tags are recommended) | ` 0.28 .0 ` |
89
+ | ` image.tag ` | Sealed Secrets image tag (immutable tags are recommended) | ` 0.29 .0 ` |
90
90
| ` image.pullPolicy ` | Sealed Secrets image pull policy | ` IfNotPresent ` |
91
91
| ` image.pullSecrets ` | Sealed Secrets image pull secrets | ` [] ` |
92
92
| ` revisionHistoryLimit ` | Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) | ` "" ` |
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ commonLabels: {}
39
39
image :
40
40
registry : docker.io
41
41
repository : bitnami/sealed-secrets-controller
42
- tag : 0.28 .0
42
+ tag : 0.29 .0
43
43
# # Specify a imagePullPolicy
44
44
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
45
45
# # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
You can’t perform that action at this time.
0 commit comments