Skip to content

Commit

Permalink
Release chart 2.15.3 (#1503)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>
  • Loading branch information
alemorcuq committed Apr 4, 2024
1 parent e35ec42 commit f868e0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/sealed-secrets/Chart.yaml
@@ -1,7 +1,7 @@
annotations:
category: DeveloperTools
apiVersion: v2
appVersion: 0.26.1
appVersion: 0.26.2
description: Helm chart for the sealed-secrets controller.
home: https://github.com/bitnami-labs/sealed-secrets
icon: https://bitnami.com/assets/stacks/sealed-secrets/img/sealed-secrets-stack-220x234.png
Expand All @@ -14,6 +14,6 @@ maintainers:
url: https://github.com/bitnami-labs/sealed-secrets
name: sealed-secrets
type: application
version: 2.15.2
version: 2.15.3
sources:
- https://github.com/bitnami-labs/sealed-secrets
2 changes: 1 addition & 1 deletion helm/sealed-secrets/README.md
Expand Up @@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------- |
| `image.registry` | Sealed Secrets image registry | `docker.io` |
| `image.repository` | Sealed Secrets image repository | `bitnami/sealed-secrets-controller` |
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.26.1` |
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.26.2` |
| `image.pullPolicy` | Sealed Secrets image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Sealed Secrets image pull secrets | `[]` |
| `revisionHistoryLimit` | Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) | `""` |
Expand Down
2 changes: 1 addition & 1 deletion helm/sealed-secrets/values.yaml
Expand Up @@ -39,7 +39,7 @@ commonLabels: {}
image:
registry: docker.io
repository: bitnami/sealed-secrets-controller
tag: 0.26.1
tag: 0.26.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit f868e0c

Please sign in to comment.