chore(deploy): update blob-proxy image reference

This commit is contained in:
Forgejo Actions 2025-01-21 15:35:45 +00:00
parent 8897bbe4eb
commit 5dbcd60325

View file

@ -3,21 +3,21 @@ kind: Kustomization
namespace: functions namespace: functions
images:
- name: comics
newName: code.icb4dc0.de/infrastructure/functions/comics
newTag: 96cf231814d27f6dc9451e4eef0b7faaa63fc3c5
- name: blob-proxy images:
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy - name: blob-proxy
newTag: latest newName: code.icb4dc0.de/infrastructure/functions/blob-proxy
newTag: 8897bbe4eb0653695c5951a3dc1ec096d6ef8771
- name: comics
newName: code.icb4dc0.de/infrastructure/functions/comics
newTag: 96cf231814d27f6dc9451e4eef0b7faaa63fc3c5
resources: resources:
- resources/namespace.yaml - resources/namespace.yaml
- resources/executor.yaml - resources/executor.yaml
- resources/routes.yaml - resources/routes.yaml
- apps/comics.yaml - apps/comics.yaml
- apps/blob-proxy.yaml - apps/blob-proxy.yaml
configurations: configurations:
- kustomizeconfig/spinapp.yaml - kustomizeconfig/spinapp.yaml