feat: migrate blob proxy
Some checks failed
functions / build (blob-proxy) (push) Failing after 1m28s
functions / build (comics) (push) Failing after 1m47s
functions / deploy (push) Has been skipped

This commit is contained in:
Peter 2025-01-21 16:33:58 +01:00
parent 5dbcd60325
commit b6a2f531ef
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 19 additions and 3 deletions

View file

@ -52,8 +52,7 @@ jobs:
kustomize edit set image ${{ matrix.function }}=code.icb4dc0.de/infrastructure/functions/${{ matrix.function }}:${{ github.sha }}
git add kustomization.yaml
git commit -m "chore(deploy): update ${{ matrix.function }} image reference"
git push
working-directory: deploy
git push || git pull --rebase && git push
deploy:
runs-on: ubuntu-latest

View file

@ -5,6 +5,7 @@ namespace: functions
images:
<<<<<<< HEAD
- name: blob-proxy
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy
newTag: 8897bbe4eb0653695c5951a3dc1ec096d6ef8771
@ -18,6 +19,22 @@ resources:
- resources/routes.yaml
- apps/comics.yaml
- apps/blob-proxy.yaml
=======
- name: comics
newName: code.icb4dc0.de/infrastructure/functions/comics
newTag: 96cf231814d27f6dc9451e4eef0b7faaa63fc3c5
- name: blob-proxy
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy
newTag: latest
resources:
- resources/namespace.yaml
- resources/executor.yaml
- resources/routes.yaml
- apps/comics.yaml
- apps/blob-proxy.yaml
>>>>>>> 6beb26c (feat: migrate blob proxy)
configurations:
- kustomizeconfig/spinapp.yaml
- kustomizeconfig/spinapp.yaml