Skip to content

Commit 01ba51a

Browse files
authored
Release chart 2.13.3 (bitnami-labs#1380)
Signed-off-by: Alfredo Garcia <[email protected]>
1 parent 8fe2b61 commit 01ba51a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/sealed-secrets/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotations:
22
category: DeveloperTools
33
apiVersion: v2
4-
appVersion: v0.24.3
4+
appVersion: v0.24.4
55
description: Helm chart for the sealed-secrets controller.
66
home: https://github.com/bitnami-labs/sealed-secrets
77
icon: https://bitnami.com/assets/stacks/sealed-secrets/img/sealed-secrets-stack-220x234.png
@@ -14,4 +14,4 @@ maintainers:
1414
url: https://github.com/bitnami-labs/sealed-secrets
1515
name: sealed-secrets
1616
type: application
17-
version: 2.13.2
17+
version: 2.13.3

helm/sealed-secrets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and
8585
| ------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------- |
8686
| `image.registry` | Sealed Secrets image registry | `docker.io` |
8787
| `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` |
8989
| `image.pullPolicy` | Sealed Secrets image pull policy | `IfNotPresent` |
9090
| `image.pullSecrets` | Sealed Secrets image pull secrets | `[]` |
9191
| `revisionHistoryLimit` | Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) | `""` |

helm/sealed-secrets/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ commonAnnotations: {}
3434
image:
3535
registry: docker.io
3636
repository: bitnami/sealed-secrets-controller
37-
tag: v0.24.3
37+
tag: v0.24.4
3838
## Specify a imagePullPolicy
3939
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
4040
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)