Skip to content

Update kube-prometheus-stack addon to 55.8.1 (#212) #138

Update kube-prometheus-stack addon to 55.8.1 (#212)

Update kube-prometheus-stack addon to 55.8.1 (#212) #138

Workflow file for this run

name: test main
on:
push:
branches:
- main
concurrency:
group: main
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yaml
with:
ref: ${{ github.sha }}
mirror_container_images:
needs: [lint]
uses: ./.github/workflows/sync-images.yaml
secrets: inherit
with:
ref: ${{ github.sha }}
ensure_capi_images:
needs: [lint]
uses: ./.github/workflows/ensure-capi-images.yaml
secrets: inherit
with:
ref: ${{ github.sha }}
test:
needs: [mirror_container_images, ensure_capi_images]
uses: ./.github/workflows/test.yaml
secrets: inherit
with:
# Pass the images as JSON
images: ${{ toJSON(needs.ensure_capi_images.outputs) }}
# We want to test the current sha
ref: ${{ github.sha }}
# Only run the sanity check on main
tests-full: false