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: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Jan 18, 2024
1 parent eca6397 commit 1ff4af4
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 1ff4af4

Please sign in to comment.