Skip to content

chore(deps): update helm release keda to v2.14.3 #38

chore(deps): update helm release keda to v2.14.3

chore(deps): update helm release keda to v2.14.3 #38

Workflow file for this run

# AUTOGENERATED - DO NOT EDIT
name: keda-test
"on":
workflow_dispatch:
branches:
- main
push:
branches:
- main
tags-ignore:
- '*'
paths:
- catalog/keda/**
pull_request:
branches:
- '*'
tags-ignore:
- '*'
paths:
- catalog/keda/**
env:
GITHUB_USER: kharf
GITHUB_TOKEN: ${{ secrets.PAT }}
REPOSITORY_URL: https://github.com/kharf/flux-k8s-stack
BRANCH: ${{ github.head_ref || github.ref_name }}
CLUSTER_NAME: keda
KS_PATH: ./catalog/keda/test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
with:
token: ${{ secrets.PAT }}
- name: Test
run: ./scripts/local-setup.sh
permissions: read-all