Skip to content

Commit

Permalink
fixed update tag for orakl-core
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-bisonai committed May 28, 2024
1 parent bbc6a51 commit 376d275
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update.image-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
run: |
cd ./gitops_tmp/${{ inputs.project-name }}/
echo "Updating image tag in values.${{ inputs.network }}.yaml files"
if [[ "${{ inputs.project-name }}" == "vrf" || "${{ inputs.project-name }}" == "request-response" || "${{ inputs.project-name }}" == "aggregator" ]]; then
sed -i 's/listenerTag: .*$/listenerTag: "${{ inputs.image-tag }}"/g' values.${{ inputs.network }}.yaml
sed -i 's/reporterTag: .*$/reporterTag: "${{ inputs.image-tag }}"/g' values.${{ inputs.network }}.yaml
sed -i 's/workerTag: .*$/workerTag: "${{ inputs.image-tag }}"/g' values.${{ inputs.network }}.yaml
fi
sed -i 's/tag: .*$/tag: "${{ inputs.image-tag }}"/g' values.${{ inputs.network }}.yaml
shell: bash
Expand Down

0 comments on commit 376d275

Please sign in to comment.