Skip to content

Commit

Permalink
use connect
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Aug 22, 2024
1 parent 7096652 commit 6e9e1fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ jobs:
- name: Update the image tags
uses: skip-mev/gitops-actions/update-values@main
with:
service: "slinky"
service: "connect"
app_id: ${{ vars.DEPLOYER_APP_ID }}
app_private_key: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
manifests_repo: "slinky-manifests"
manifests_repo: "slinky-sensitive-manifests"
values_file_name: "values-dev.yaml"
modified_values: |
{
".chain.image.tag": "${{ fromJSON(steps.matrix_output.outputs.result).image['connect-testapp'] }}",
".sidecar.image.tag": "${{ fromJSON(steps.matrix_output.outputs.result).image['connect-e2e-sidecar'] }}",
".sidecar.image.tag": "${{ fromJSON(steps.matrix_output.outputs.result).image['connect-sidecar'] }}",
}

0 comments on commit 6e9e1fa

Please sign in to comment.