Skip to content

Update Helm release argo-cd to v9.5.15 #842

Update Helm release argo-cd to v9.5.15

Update Helm release argo-cd to v9.5.15 #842

Workflow file for this run

name: Checks
on:
push:
pull_request:
branches:
- develop
jobs:
checks:
runs-on: ubuntu-latest
container:
image: docker/tilt:latest
steps:
- uses: actions/checkout@v6
- uses: azure/setup-helm@v5.0.0
- name: Create k8s Kind Cluster
run: ctlptl create cluster kind --registry=ctlptl-registry
- name: Cache Helm Output
id: cache-helm-ooutput
uses: actions/cache@v5
with:
path: .helm-cache
key: ${{ github.ref_name }}
restore-keys: |
develop
${{ github.base_ref }}
- name: Test Using Local Config
run: tilt ci --timeout "5m"