Skip to content

Commit eb3af56

Browse files
committed
fix: update CI/CD workflow to work with k8s-config valuesObject
Signed-off-by: Filipe Mota <[email protected]>
1 parent 50c84d3 commit eb3af56

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/continuous-delivery.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ jobs:
7171
env:
7272
DEVOPSBOT_GPG_PRIVATE_KEY: ${{ secrets.DEVOPSBOT_GPG_PRIVATE_KEY }}
7373
run: |
74-
./utils/version_update.sh \
75-
./dev/platform/relay-protocol-hub.yaml \
76-
${{ github.sha }} \
77-
relay-protocol-hub
74+
./utils/version_update_batch.sh relay-protocol-hub ${{ github.sha }} $(grep -rl 'application: relay-protocol-hub' dev/platform/ | tr '\n' ' ')
7875
7976
deploy-production:
8077
name: Deploy to Production
@@ -96,7 +93,4 @@ jobs:
9693
env:
9794
DEVOPSBOT_GPG_PRIVATE_KEY: ${{ secrets.DEVOPSBOT_GPG_PRIVATE_KEY }}
9895
run: |
99-
./utils/version_update.sh \
100-
./prod/platform/relay-protocol-hub.yaml \
101-
${{ github.sha }} \
102-
relay-protocol-hub
96+
./utils/version_update_batch.sh relay-protocol-hub ${{ github.sha }} $(grep -rl 'application: relay-protocol-hub' prod/platform/ | tr '\n' ' ')

0 commit comments

Comments
 (0)