From fb4c2ef1b61e9e3919d8e92818eb94260024164a Mon Sep 17 00:00:00 2001 From: desto12 <36659162+desto12@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:40:10 +0000 Subject: [PATCH] Update repository and version --- README.md | 2 +- chart/bitwarden-k8s/Chart.yaml | 8 ++++---- chart/bitwarden-k8s/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a86244f..8179965 100644 --- a/README.md +++ b/README.md @@ -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; diff --git a/chart/bitwarden-k8s/Chart.yaml b/chart/bitwarden-k8s/Chart.yaml index 48c2b2a..d95c79f 100644 --- a/chart/bitwarden-k8s/Chart.yaml +++ b/chart/bitwarden-k8s/Chart.yaml @@ -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 diff --git a/chart/bitwarden-k8s/values.yaml b/chart/bitwarden-k8s/values.yaml index a1547db..d879727 100644 --- a/chart/bitwarden-k8s/values.yaml +++ b/chart/bitwarden-k8s/values.yaml @@ -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