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
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: image
|
||||||
|
newName: vaultwarden/server
|
||||||
|
newTag: 1.35.7
|
||||||
|
|
||||||
transformers:
|
transformers:
|
||||||
- |-
|
- |-
|
||||||
apiVersion: builtin
|
apiVersion: builtin
|
||||||
|
|
@ -91,3 +96,4 @@ configMapGenerator:
|
||||||
- SMTP_FROM_NAME="Vaultwarden"
|
- SMTP_FROM_NAME="Vaultwarden"
|
||||||
- SMTP_USERNAME=homelab
|
- SMTP_USERNAME=homelab
|
||||||
- SMTP_HOST=blizzard.mxrouting.net
|
- SMTP_HOST=blizzard.mxrouting.net
|
||||||
|
- REQUIRE_DEVICE_EMAIL=false
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: vaultwarden
|
- name: vaultwarden
|
||||||
image: vaultwarden/server:1.33.2
|
image: image
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,11 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: image
|
||||||
|
newName: crazymax/diun
|
||||||
|
newTag: 4.31.0
|
||||||
|
|
||||||
transformers:
|
transformers:
|
||||||
- |-
|
- |-
|
||||||
apiVersion: builtin
|
apiVersion: builtin
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
serviceAccountName: diun
|
serviceAccountName: diun
|
||||||
containers:
|
containers:
|
||||||
- name: diun
|
- name: diun
|
||||||
image: crazymax/diun:4.29.0
|
image: image
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args: ["serve"]
|
args: ["serve"]
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue