Skip to content

Commit

Permalink
Update snapshot account ID
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Jan 23, 2024
1 parent e98dddb commit f565e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
eksctl_version: v0.165.0
ip_family: IPv4 # Set the value to IPv6 if IPv6 suite, else IPv4
git_ref: ${{ inputs.from_git_ref }}
ecr_account_id: ${{ vars.ECR_ACCOUNT_ID }} # TODO @joinnis: Change this from the old to new account when enough snapshots are generated
ecr_account_id: ${{ vars.SNAPSHOT_ACCOUNT_ID }}
ecr_region: ${{ vars.SNAPSHOT_REGION }}
prometheus_workspace_id: ${{ vars.WORKSPACE_ID }}
prometheus_region: ${{ vars.PROMETHEUS_REGION }}
Expand Down

0 comments on commit f565e4a

Please sign in to comment.