Skip to content

Commit

Permalink
update application to 1.32.0 (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Lester Guerzon <[email protected]>
  • Loading branch information
guerzon committed Sep 5, 2024
1 parent 7fe8499 commit 527440a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ keywords:
sources:
- https://github.com/guerzon/vaultwarden
- https://github.com/dani-garcia/vaultwarden
appVersion: 1.31.0
appVersion: 1.32.0
maintainers:
- name: guerzon
email: [email protected]
url: https://github.com/guerzon
version: 0.26.0
version: 0.27.0
kubeVersion: ">=1.12.0-0"
2 changes: 1 addition & 1 deletion charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ helm -n $NAMESPACE uninstall $RELEASE_NAME
| ----------------------- | ----------------------------------------------------------------------------------------- | -------------------- |
| `image.registry` | Vaultwarden image registry | `docker.io` |
| `image.repository` | Vaultwarden image repository | `vaultwarden/server` |
| `image.tag` | Vaultwarden image tag | `1.31.0-alpine` |
| `image.tag` | Vaultwarden image tag | `1.32.0-alpine` |
| `image.pullPolicy` | Vaultwarden image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names | `[]` |
| `image.extraSecrets` | Vaultwarden image extra secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
## @param image.tag Vaultwarden image tag
## Ref: https://hub.docker.com/r/vaultwarden/server/tags
##
tag: "1.31.0-alpine"
tag: "1.32.0-alpine"
## @param image.pullPolicy Vaultwarden image pull policy
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down

0 comments on commit 527440a

Please sign in to comment.