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 : v0.24.3
4
+ appVersion : v0.24.4
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,4 +14,4 @@ maintainers:
14
14
url : https://github.com/bitnami-labs/sealed-secrets
15
15
name : sealed-secrets
16
16
type : application
17
- version : 2.13.2
17
+ version : 2.13.3
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and
85
85
| ------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------- |
86
86
| ` image.registry ` | Sealed Secrets image registry | ` docker.io ` |
87
87
| ` image.repository ` | Sealed Secrets image repository | ` bitnami/sealed-secrets-controller ` |
88
- | ` image.tag ` | Sealed Secrets image tag (immutable tags are recommended) | ` v0.24.3 ` |
88
+ | ` image.tag ` | Sealed Secrets image tag (immutable tags are recommended) | ` v0.24.4 ` |
89
89
| ` image.pullPolicy ` | Sealed Secrets image pull policy | ` IfNotPresent ` |
90
90
| ` image.pullSecrets ` | Sealed Secrets image pull secrets | ` [] ` |
91
91
| ` 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 @@ -34,7 +34,7 @@ commonAnnotations: {}
34
34
image :
35
35
registry : docker.io
36
36
repository : bitnami/sealed-secrets-controller
37
- tag : v0.24.3
37
+ tag : v0.24.4
38
38
# # Specify a imagePullPolicy
39
39
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
40
40
# # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
You can’t perform that action at this time.
0 commit comments