chore(deploy): update blob-proxy image reference
This commit is contained in:
parent
8897bbe4eb
commit
5dbcd60325
1 changed files with 13 additions and 13 deletions
|
@ -3,21 +3,21 @@ kind: Kustomization
|
|||
|
||||
namespace: functions
|
||||
|
||||
images:
|
||||
- name: comics
|
||||
newName: code.icb4dc0.de/infrastructure/functions/comics
|
||||
newTag: 96cf231814d27f6dc9451e4eef0b7faaa63fc3c5
|
||||
|
||||
- name: blob-proxy
|
||||
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy
|
||||
newTag: latest
|
||||
images:
|
||||
- name: blob-proxy
|
||||
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy
|
||||
newTag: 8897bbe4eb0653695c5951a3dc1ec096d6ef8771
|
||||
- name: comics
|
||||
newName: code.icb4dc0.de/infrastructure/functions/comics
|
||||
newTag: 96cf231814d27f6dc9451e4eef0b7faaa63fc3c5
|
||||
|
||||
resources:
|
||||
- resources/namespace.yaml
|
||||
- resources/executor.yaml
|
||||
- resources/routes.yaml
|
||||
- apps/comics.yaml
|
||||
- apps/blob-proxy.yaml
|
||||
- resources/namespace.yaml
|
||||
- resources/executor.yaml
|
||||
- resources/routes.yaml
|
||||
- apps/comics.yaml
|
||||
- apps/blob-proxy.yaml
|
||||
|
||||
configurations:
|
||||
- kustomizeconfig/spinapp.yaml
|
||||
- kustomizeconfig/spinapp.yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue