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

@@ -1,15 +1,19 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../base - ../../base
patches: patches:
- target: - patch: |
kind: Deployment apiVersion: apps/v1
kind: Deployment
metadata:
name: api name: api
patch: | spec:
apiVersion: apps/v1 replicas: 2
kind: Deployment target:
metadata: kind: Deployment
name: api name: api
spec: images:
replicas: 2 - name: ghcr.io/lazorgurl/homelab-api
newName: ghcr.io/lazorgurl/homelab-api
newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340

View File

@@ -1,15 +1,19 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../base - ../../base
patches: patches:
- target: - patch: |
kind: Deployment apiVersion: apps/v1
kind: Deployment
metadata:
name: web name: web
patch: | spec:
apiVersion: apps/v1 replicas: 2
kind: Deployment target:
metadata: kind: Deployment
name: web name: web
spec: images:
replicas: 2 - name: ghcr.io/lazorgurl/homelab-web
newName: ghcr.io/lazorgurl/homelab-web
newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340