Skip to content

chore(deps): Bump github.com/google/go-containerregistry from 0.21.7 to 0.21.9 #438

chore(deps): Bump github.com/google/go-containerregistry from 0.21.7 to 0.21.9

chore(deps): Bump github.com/google/go-containerregistry from 0.21.7 to 0.21.9 #438

Workflow file for this run

name: Helm RBAC Sync
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with: { go-version: "1.26" }
- uses: azure/setup-helm@v5
- run: sudo snap install yq
- run: bash hack/check-helm-rbac.sh
bundle-rbac:
name: Bundle RBAC Sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: sudo snap install yq
- run: make sync-bundle-rbac-check
chart-image-tags:
name: Chart Image Tags Resolve
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: azure/setup-helm@v5
- run: bash hack/check-chart-image-tags.sh