Skip to content

Commit

Permalink
Update repository and version
Browse files Browse the repository at this point in the history
  • Loading branch information
desto12 committed Jan 23, 2025
1 parent 50491a6 commit fb4c2ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bitwarden-k8s
Helm chart for deploying [dani-garcia/bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) in Kubernetes.
Helm chart for deploying [dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) in Kubernetes.

## TL;DR;

Expand Down
8 changes: 4 additions & 4 deletions chart/bitwarden-k8s/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
appVersion: "1.0"
description: A Bitwarden Helm chart for Kubernetes
appVersion: "1.32.7"
description: A Vaultwarden Helm chart for Kubernetes
name: bitwarden-k8s
version: 0.1.7
home: https://github.com/dani-garcia/bitwarden_rs
home: https://github.com/dani-garcia/vaultwarden
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/icon.svg
sources:
- https://github.com/dani-garcia/bitwarden_rs
- https://github.com/dani-garcia/vaultwarden
- https://github.com/cdwv/bitwarden-k8s
maintainers:
- name: CodeWave
Expand Down
4 changes: 2 additions & 2 deletions chart/bitwarden-k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ replicaCount: 1
deployStrategy: RollingUpdate

image:
repository: bitwardenrs/server
tag: latest
repository: vaultwarden/server
tag: 1.32.7
pullPolicy: IfNotPresent
# imagePullSecrets for accessing private registries
# pullSecrets: regcred
Expand Down

0 comments on commit fb4c2ef

Please sign in to comment.