Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
branch: ${{ inputs.release_branch }}
ic_version: ${{ inputs.nic_version }}
chart_version: ${{ inputs.chart_version }}
nginx_helm_repo: false # disable automatic repo update until nginx-bot issue is resolved, manually update repo
nginx_helm_repo: true # disable automatic repo update until nginx-bot issue is resolved, manually update repo
runner: "ubuntu-24.04-amd64"
permissions:
contents: write # for pushing to Helm Charts repository
Expand Down
Loading