deploy: update production images to 6df9afdc20
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user