chore(deps): update dependency configuration-as-code to v1850 - autoclosed #167
Workflow file for this run
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: Charts Test - Jenkins | |
on: | |
pull_request: | |
branches: [main] | |
paths: | |
- "charts/jenkins/**" | |
jobs: | |
chart-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Set up Helm | |
uses: azure/setup-helm@v4 | |
with: | |
version: v3.8.1 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: 3.7 | |
- name: Set up chart-testing | |
uses: helm/[email protected] | |
- name: Setup Kubernetes | |
uses: engineerd/[email protected] | |
with: | |
# renovate: datasource=go depName=sigs.k8s.io/kind | |
version: v0.12.0 | |
- name: Run chart-testing (install) | |
run: ct install --charts charts/jenkins --debug |