Skip to content

Commit

Permalink
ci: http add on workflow now installs appropriate kedacore/keda chart…
Browse files Browse the repository at this point in the history
… for 1.23 clusters (#423)
  • Loading branch information
chrisjohnson00 authored Mar 29, 2023
1 parent 18c193a commit 200268a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-http-add-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ jobs:
run: kubectl create ns keda

- name: Install KEDA chart
if: matrix.kubernetesVersion == 'v1.23'
run: |
helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda --namespace keda --version ~2.8.4
- name: Install KEDA chart
if: matrix.kubernetesVersion != 'v1.23'
run: helm install keda ./keda/ --namespace keda

- name: Template Helm chart
Expand Down

0 comments on commit 200268a

Please sign in to comment.