Skip to content

Commit

Permalink
fix(add-on): Use 'main' tag for KEDA installation during CI (kedacore…
Browse files Browse the repository at this point in the history
…#582)

Signed-off-by: guicholeo <leo.sanchez@resideo.com>
  • Loading branch information
JorTurFer authored and guicholeo committed Jan 16, 2024
1 parent 71fbf72 commit 5233455
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci-http-add-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,19 @@ jobs:
- name: Create KEDA namespace
run: kubectl create ns keda

- name: Generate values
run: |
cat <<EOF > keda-values.yaml
image:
keda:
tag: main
metricsApiServer:
tag: main
webhooks:
tag: main
- name: Install KEDA chart
run: helm install keda ./keda/ --namespace keda
run: helm install keda ./keda/ --namespace keda --values keda-values.yaml

- name: Generate values
run: |
Expand Down

0 comments on commit 5233455

Please sign in to comment.