feat: migrate blob proxy
This commit is contained in:
parent
5dbcd60325
commit
b6a2f531ef
2 changed files with 19 additions and 3 deletions
|
@ -52,8 +52,7 @@ jobs:
|
||||||
kustomize edit set image ${{ matrix.function }}=code.icb4dc0.de/infrastructure/functions/${{ matrix.function }}:${{ github.sha }}
|
kustomize edit set image ${{ matrix.function }}=code.icb4dc0.de/infrastructure/functions/${{ matrix.function }}:${{ github.sha }}
|
||||||
git add kustomization.yaml
|
git add kustomization.yaml
|
||||||
git commit -m "chore(deploy): update ${{ matrix.function }} image reference"
|
git commit -m "chore(deploy): update ${{ matrix.function }} image reference"
|
||||||
git push
|
git push || git pull --rebase && git push
|
||||||
working-directory: deploy
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -5,6 +5,7 @@ namespace: functions
|
||||||
|
|
||||||
|
|
||||||
images:
|
images:
|
||||||
|
<<<<<<< HEAD
|
||||||
- name: blob-proxy
|
- name: blob-proxy
|
||||||
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy
|
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy
|
||||||
newTag: 8897bbe4eb0653695c5951a3dc1ec096d6ef8771
|
newTag: 8897bbe4eb0653695c5951a3dc1ec096d6ef8771
|
||||||
|
@ -18,6 +19,22 @@ resources:
|
||||||
- resources/routes.yaml
|
- resources/routes.yaml
|
||||||
- apps/comics.yaml
|
- apps/comics.yaml
|
||||||
- apps/blob-proxy.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:
|
configurations:
|
||||||
- kustomizeconfig/spinapp.yaml
|
- kustomizeconfig/spinapp.yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue