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
kind: Kustomization
resources:
- ../../base
- ../../base
patches:
- target:
kind: Deployment
- patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: api
patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: api
spec:
replicas: 2
spec:
replicas: 2
target:
kind: Deployment
name: api
images:
- 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
kind: Kustomization
resources:
- ../../base
- ../../base
patches:
- target:
kind: Deployment
- patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: web
patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: web
spec:
replicas: 2
spec:
replicas: 2
target:
kind: Deployment
name: web
images:
- name: ghcr.io/lazorgurl/homelab-web
newName: ghcr.io/lazorgurl/homelab-web
newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340