Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image docker.io/vaultwarden/server to v1.30.2@ab34a7b by renovate #17766

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/enterprise/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: enterprise
apiVersion: v2
appVersion: 1.30.1
appVersion: 1.30.2
dependencies:
- name: common
version: 17.2.29
Expand All @@ -27,7 +27,7 @@ keywords:
- vaultwarden
- password
- rust
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: [email protected]
Expand All @@ -38,4 +38,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden
- https://hub.docker.com/r/vaultwarden/server
type: application
version: 25.1.12
version: 25.1.13
2 changes: 1 addition & 1 deletion charts/enterprise/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/vaultwarden/server
pullPolicy: IfNotPresent
tag: 1.30.1@sha256:ab9fe547277245533a28d8e0a0c4a1e1120daf469f983fd683fc13556927d4fe
tag: 1.30.2@sha256:ab34a7b9cca2c198de1a1ecd46a49a51db9296375e130e213fab14a9130093dd
manifestManager:
enabled: true
service:
Expand Down
Loading