Skip to content

Commit

Permalink
Release Helm Chart 2.7.4 and Carvel package to use release 0.19.5 (#1110
Browse files Browse the repository at this point in the history
)

* Release Helm Chart 2.7.3 to use release 0.19.4

Signed-off-by: Alfredo Garcia <algarcia@vmware.com>

* Release Helm Chart 2.7.4 to use release 0.19.5

Signed-off-by: Alfredo Garcia <algarcia@vmware.com>

* Reverting the Carvel package changes in the PR since they are not necessary

Signed-off-by: Alfredo Garcia <algarcia@vmware.com>

* Bump the controller version in the Carvel package as well

Signed-off-by: Alfredo Garcia <algarcia@vmware.com>

---------

Signed-off-by: Alfredo Garcia <algarcia@vmware.com>
  • Loading branch information
agarcia-oss committed Feb 15, 2023
1 parent d74823e commit 78f6748
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion carvel/package.yaml
Expand Up @@ -45,7 +45,7 @@ spec:
tag:
type: string
description: Sealed Secrets image tag (immutable tags are recommended)
default: v0.19.4
default: v0.19.5
pullPolicy:
type: string
description: Sealed Secrets image pull policy
Expand Down
4 changes: 2 additions & 2 deletions helm/sealed-secrets/Chart.yaml
@@ -1,7 +1,7 @@
annotations:
category: DeveloperTools
apiVersion: v2
appVersion: v0.19.4
appVersion: v0.19.5
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,4 +14,4 @@ maintainers:
url: https://github.com/bitnami-labs/sealed-secrets
name: sealed-secrets
type: application
version: 2.7.3
version: 2.7.4
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) | `v0.19.4` |
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `v0.19.5` |
| `image.pullPolicy` | Sealed Secrets image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Sealed Secrets image pull secrets | `[]` |
| `createController` | Specifies whether the Sealed Secrets controller should be created | `true` |
Expand Down
2 changes: 1 addition & 1 deletion helm/sealed-secrets/values.yaml
Expand Up @@ -33,7 +33,7 @@ commonAnnotations: {}
image:
registry: docker.io
repository: bitnami/sealed-secrets-controller
tag: v0.19.4
tag: v0.19.5
## 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 78f6748

Please sign in to comment.