Skip to content

Commit

Permalink
feat: Ship KEDA Core v2.10.1 and align Kubernetes expectations (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Mar 14, 2023
1 parent 06ce12c commit ce16416
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 64 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
enableAzureWorkloadIdentity: [false, true]
kubernetesVersion: [v1.26, v1.25, v1.24, v1.23]
kubernetesVersion: [v1.26, v1.25, v1.24]
include:
# Azure Workload Identity
- enableAzureWorkloadIdentity: true
Expand All @@ -55,8 +55,6 @@ jobs:
kindImage: kindest/node:v1.25.0@sha256:428aaa17ec82ccde0131cb2d1ca6547d13cf5fdabcc0bbecf749baa935387cbf
- kubernetesVersion: v1.24
kindImage: kindest/node:v1.24.0@sha256:406fd86d48eaf4c04c7280cd1d2ca1d61e7d0d61ddef0125cb097bc7b82ed6a1
- kubernetesVersion: v1.23
kindImage: kindest/node:v1.23.6@sha256:1af0f1bee4c3c0fe9b07de5e5d3fafeb2eec7b4e1b268ae89fcab96ec67e8355

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ helm repo add kedacore https://kedacore.github.io/charts
$ helm search repo kedacore
NAME CHART VERSION APP VERSION DESCRIPTION
kedacore/external-scaler-azure-cosmos-db 0.1.0 0.1.0 Event-based autoscaler for Azure Cosmos DB chan...
kedacore/keda 2.10.0 2.10.0 Event-based autoscaler for workloads on Kubernetes
kedacore/keda 2.10.1 2.10.0 Event-based autoscaler for workloads on Kubernetes
kedacore/keda-add-ons-http 0.4.1 0.4.0 Event-based autoscaler for HTTP workloads on Ku...
```

Expand Down
Loading

0 comments on commit ce16416

Please sign in to comment.