fix(ci): setting image references
This commit is contained in:
parent
0ee5bd86f6
commit
d09ff346ec
2 changed files with 13 additions and 19 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue