deploy: update production images to 6df9afdc20

This commit is contained in:
github-actions[bot]
2026-03-20 19:58:01 +00:00
parent 6df9afdc20
commit a38c6d399a
2 changed files with 28 additions and 20 deletions

View File

@@ -3,13 +3,17 @@ kind: Kustomization
resources: resources:
- ../../base - ../../base
patches: patches:
- target: - patch: |
kind: Deployment
name: api
patch: |
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: api name: api
spec: spec:
replicas: 2 replicas: 2
target:
kind: Deployment
name: api
images:
- name: ghcr.io/lazorgurl/homelab-api
newName: ghcr.io/lazorgurl/homelab-api
newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340

View File

@@ -3,13 +3,17 @@ kind: Kustomization
resources: resources:
- ../../base - ../../base
patches: patches:
- target: - patch: |
kind: Deployment
name: web
patch: |
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: web name: web
spec: spec:
replicas: 2 replicas: 2
target:
kind: Deployment
name: web
images:
- name: ghcr.io/lazorgurl/homelab-web
newName: ghcr.io/lazorgurl/homelab-web
newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340