File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11annotations :
22 category : DeveloperTools
33apiVersion : v2
4- appVersion : 0.32.1
4+ appVersion : 0.32.2
55description : Helm chart for the sealed-secrets controller.
66home : https://github.com/bitnami-labs/sealed-secrets
77icon : https://bitnami.com/assets/stacks/sealed-secrets/img/sealed-secrets-stack-220x234.png
@@ -14,6 +14,6 @@ maintainers:
1414 url : https://github.com/bitnami-labs/sealed-secrets
1515name : sealed-secrets
1616type : application
17- version : 2.17.6
17+ version : 2.17.7
1818sources :
1919 - 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
8686| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------- |
8787| ` image.registry ` | Sealed Secrets image registry | ` docker.io ` |
8888| ` image.repository ` | Sealed Secrets image repository | ` bitnami/sealed-secrets-controller ` |
89- | ` image.tag ` | Sealed Secrets image tag (immutable tags are recommended) | ` 0.32.1 ` |
89+ | ` image.tag ` | Sealed Secrets image tag (immutable tags are recommended) | ` 0.32.2 ` |
9090| ` image.pullPolicy ` | Sealed Secrets image pull policy | ` IfNotPresent ` |
9191| ` image.pullSecrets ` | Sealed Secrets image pull secrets | ` [] ` |
9292| ` 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: {}
3939image :
4040 registry : docker.io
4141 repository : bitnami/sealed-secrets-controller
42- tag : 0.32.1
42+ tag : 0.32.2
4343 # # Specify a imagePullPolicy
4444 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
4545 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
You can’t perform that action at this time.
0 commit comments