Skip to content

Send traffic to the arm64 pods from one Service #156

Send traffic to the arm64 pods from one Service

Send traffic to the arm64 pods from one Service #156

on:
pull_request:
paths:
- "charts/lago/**"
- "charts/lago-config/**"
- "charts/lago-rails/**"
- "charts/lago-front/**"
- "charts/lago-events-processor-worker/**"
- "charts/lago-pdf/**"
name: Lint and Test Lago Chart
jobs:
lint:
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: v4.0.4
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.8.0
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --config tools/ct.yaml)
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --config tools/ct.yaml
- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.12.0
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config tools/ct.yaml --namespace default --charts charts/lago