Image updates
This commit is contained in:
parent
cd4761a79d
commit
9f6b04cf4b
4 changed files with 13 additions and 2 deletions
|
|
@ -1,6 +1,11 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
images:
|
||||
- name: image
|
||||
newName: vaultwarden/server
|
||||
newTag: 1.35.7
|
||||
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
|
|
@ -91,3 +96,4 @@ configMapGenerator:
|
|||
- SMTP_FROM_NAME="Vaultwarden"
|
||||
- SMTP_USERNAME=homelab
|
||||
- SMTP_HOST=blizzard.mxrouting.net
|
||||
- REQUIRE_DEVICE_EMAIL=false
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: vaultwarden
|
||||
image: vaultwarden/server:1.33.2
|
||||
image: image
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
images:
|
||||
- name: image
|
||||
newName: crazymax/diun
|
||||
newTag: 4.31.0
|
||||
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ spec:
|
|||
serviceAccountName: diun
|
||||
containers:
|
||||
- name: diun
|
||||
image: crazymax/diun:4.29.0
|
||||
image: image
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: ["serve"]
|
||||
envFrom:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue