ci: update image tags to cdd31c5b44 [skip ci]
This commit is contained in:
parent
cdd31c5b44
commit
2a5a54485b
|
|
@ -2,21 +2,31 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- gitea.yaml
|
||||
- jupyter.yaml
|
||||
- mlflow.yaml
|
||||
- postgres-postgis.yaml
|
||||
- gitea-runner.yaml
|
||||
- gitea-runner-config.yaml
|
||||
- gitea-runner-rbac.yaml
|
||||
- 10-redis.yaml
|
||||
- 20-minio.yaml
|
||||
- 25-tiler.yaml
|
||||
- 26-tiler-ingress.yaml
|
||||
- 40-web.yaml
|
||||
- 80-api.yaml
|
||||
- 90-worker.yaml
|
||||
- geocrop-web-ingress.yaml
|
||||
- geocrop-tiler-rewrite.yaml
|
||||
- 60-ingress-minio.yaml
|
||||
- ntfy.yaml
|
||||
- gitea.yaml
|
||||
- jupyter.yaml
|
||||
- mlflow.yaml
|
||||
- postgres-postgis.yaml
|
||||
- gitea-runner.yaml
|
||||
- gitea-runner-config.yaml
|
||||
- gitea-runner-rbac.yaml
|
||||
- 10-redis.yaml
|
||||
- 20-minio.yaml
|
||||
- 25-tiler.yaml
|
||||
- 26-tiler-ingress.yaml
|
||||
- 40-web.yaml
|
||||
- 80-api.yaml
|
||||
- 90-worker.yaml
|
||||
- geocrop-web-ingress.yaml
|
||||
- geocrop-tiler-rewrite.yaml
|
||||
- 60-ingress-minio.yaml
|
||||
- ntfy.yaml
|
||||
images:
|
||||
- name: frankchine/geocrop-api
|
||||
newName: frankchine/geocrop-api
|
||||
newTag: cdd31c5b44a535d0e75fe86f15efff38629419cd
|
||||
- name: frankchine/geocrop-web
|
||||
newName: frankchine/geocrop-web
|
||||
newTag: cdd31c5b44a535d0e75fe86f15efff38629419cd
|
||||
- name: frankchine/geocrop-worker
|
||||
newName: frankchine/geocrop-worker
|
||||
newTag: cdd31c5b44a535d0e75fe86f15efff38629419cd
|
||||
|
|
|
|||
Loading…
Reference in New Issue