mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 02:06:27 -03:00
Fix vaultwarden not pulling the right image and not using the right config on SCALE
This commit is contained in:
@@ -31,4 +31,4 @@ name: vaultwarden
|
||||
sources:
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
version: 2.2.4
|
||||
version: 2.2.5
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: bitwardenrs/server
|
||||
repository: vaultwarden/server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.21.0
|
||||
|
||||
@@ -14,9 +14,9 @@ envTpl:
|
||||
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: bitwardenconfig
|
||||
name: vaultwardenconfig
|
||||
- secretRef:
|
||||
name: bitwardensecret
|
||||
name: vaultwardensecret
|
||||
|
||||
|
||||
envValueFrom:
|
||||
|
||||
Reference in New Issue
Block a user