fix(ci): setting image references
All checks were successful
functions / image_refs (push) Successful in 7s
functions / build (blob-proxy) (push) Successful in 1m16s
functions / build (comics) (push) Successful in 1m42s
functions / deploy (push) Successful in 9s

This commit is contained in:
Peter 2025-01-21 18:11:46 +01:00
parent 0ee5bd86f6
commit d09ff346ec
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 13 additions and 19 deletions

View file

@ -57,7 +57,7 @@ jobs:
- name: Update image reference - name: Update image reference
run: | run: |
for func in "comics", "blob-proxy": for func in "comics" "blob-proxy"
do do
kustomize edit set image "$func=code.icb4dc0.de/infrastructure/functions/$func:${{ github.sha }}"; kustomize edit set image "$func=code.icb4dc0.de/infrastructure/functions/$func:${{ github.sha }}";
done done

View file

@ -4,25 +4,19 @@ kind: Kustomization
namespace: functions namespace: functions
images: images:
- name: blob-proxy - name: blob-proxy
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy newName: code.icb4dc0.de/infrastructure/functions/blob-proxy
newTag: 96cf231814d27f6dc9451e4eef0b7faaa63fc3c5 newTag: 4ff9f8b383c324cd2119787d1e75677bd3ebb3b2
- name: 'blob-proxy:' - name: comics
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy newName: code.icb4dc0.de/infrastructure/functions/comics
newTag: :4ff9f8b383c324cd2119787d1e75677bd3ebb3b2 newTag: 4ff9f8b383c324cd2119787d1e75677bd3ebb3b2
- name: comics
newName: code.icb4dc0.de/infrastructure/functions/comics
newTag: adaa46d144043e3b6242a6c55cd4360674089467
- name: comics,
newName: code.icb4dc0.de/infrastructure/functions/comics,
newTag: 4ff9f8b383c324cd2119787d1e75677bd3ebb3b2
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