Update bitnami/kubectl image reference for Helm tests #233
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Update bitnami/kubectl image reference for Helm tests | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
kubectl-update: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install Updatecli in the runner | |
uses: updatecli/[email protected] | |
- name: Run Updatecli | |
run: "updatecli apply --config .github/updatecli.d/config-update-bitnami-kubectl-image.yaml" | |
env: | |
GITHUB_TOKEN: "${{ secrets.TOOLS_JENKINS_ADMIN_ACCESS_GITHUB_TOKEN }}" |