Skip to content

[tp-helm-charts][PCP-8406]-Bumping up platform-base chart to 1.3.348 and included updated version of tp-cp-recipes Chart #173

[tp-helm-charts][PCP-8406]-Bumping up platform-base chart to 1.3.348 and included updated version of tp-cp-recipes Chart

[tp-helm-charts][PCP-8406]-Bumping up platform-base chart to 1.3.348 and included updated version of tp-cp-recipes Chart #173

Workflow file for this run

name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.12.0
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed="$(ct list-changed --config .github/linters/ct.yaml)"
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- name: Run chart-testing (lint)
run: ct lint --config .github/linters/ct.yaml