Skip to content

Commit

Permalink
Ship KEDA 1.4.1 (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove authored Apr 27, 2020
1 parent b9ae333 commit 18a8070
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 12 deletions.
32 changes: 24 additions & 8 deletions docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
apiVersion: v1
entries:
keda:
- apiVersion: v1
appVersion: 1.4.1
created: "2020-04-27T13:52:23.0970764+02:00"
description: Event-based autoscaler for workloads on Kubernetes
digest: 97a2e5c0beff93bb71ff861da0f29d09dcf988e724784f8b7c56ac9872c37a81
home: https://github.com/kedacore/keda
icon: https://raw.githubusercontent.com/kedacore/keda/master/images/keda-logo-500x500-white.png
maintainers:
- email: [email protected]
name: Ahmed ElSayed
name: keda
sources:
- https://github.com/kedacore/keda
urls:
- https://kedacore.github.io/charts/keda-1.4.1.tgz
version: 1.4.1
- apiVersion: v1
appVersion: 1.4.0
created: "2020-04-21T17:15:00.3519779+02:00"
created: "2020-04-27T13:52:23.0940772+02:00"
description: Event-based autoscaler for workloads on Kubernetes
digest: 7b2b4e29f867361af87a60411b0a196416b04b2e20f4091d166263ea5195c355
home: https://github.com/kedacore/keda
Expand All @@ -19,7 +35,7 @@ entries:
version: 1.4.0
- apiVersion: v1
appVersion: 1.4.0
created: "2020-04-21T17:15:00.3489436+02:00"
created: "2020-04-27T13:52:23.0870764+02:00"
description: Event-based autoscaler for workloads on Kubernetes
digest: a9e78b6cb2257702296d7cc28ca7acdd0b11603aef7e95dbdc7d4ddfa3f3a49c
home: https://github.com/kedacore/keda
Expand All @@ -35,7 +51,7 @@ entries:
version: 1.3.2
- apiVersion: v1
appVersion: 1.3.0
created: "2020-04-21T17:15:00.3459433+02:00"
created: "2020-04-27T13:52:23.0800772+02:00"
description: Event-based autoscaler for workloads on Kubernetes
digest: e13bcb65816ed59b10b32fa6db8f61668635459d56c2d599bb3c0bcc5dcc1368
home: https://github.com/kedacore/keda
Expand All @@ -51,7 +67,7 @@ entries:
version: 1.3.1
- apiVersion: v1
appVersion: 1.3.0
created: "2020-04-21T17:15:00.3429433+02:00"
created: "2020-04-27T13:52:23.0720773+02:00"
description: Event based autoscaler for Azure Functions deployments on Kubernetes
digest: c0772458ab70bf3f019dc0b899ff444b9d7e6dcc466afd62e3f62e90eb8a24ed
home: https://github.com/kedacore/keda
Expand All @@ -67,7 +83,7 @@ entries:
version: 1.3.0
- apiVersion: v1
appVersion: 1.2.0
created: "2020-04-21T17:15:00.3399824+02:00"
created: "2020-04-27T13:52:23.0630768+02:00"
description: Event based autoscaler for Azure Functions deployments on Kubernetes
digest: e041dbed2455fef34f2908594a42fc8a7f163a1f48be46c2f93dea46e36fc733
home: https://github.com/kedacore/keda
Expand All @@ -83,7 +99,7 @@ entries:
version: 1.2.0
- apiVersion: v1
appVersion: 1.1.0
created: "2020-04-21T17:15:00.3379777+02:00"
created: "2020-04-27T13:52:23.0550781+02:00"
description: Event based autoscaler for Azure Functions deployments on Kubernetes
digest: c624e6620a9a6f265f51a82ee0d8267dcb2637dd3777306afbb271746234ff2d
home: https://github.com/kedacore/keda
Expand All @@ -99,7 +115,7 @@ entries:
version: 1.1.0
- apiVersion: v1
appVersion: 1.0.0
created: "2020-04-21T17:15:00.3339805+02:00"
created: "2020-04-27T13:52:23.0470784+02:00"
description: Event based autoscaler for Azure Functions deployments on Kubernetes
digest: ef934588dce70d874ea69692e082b8a70ad19095090b8d4fa7b5cb69b2cecaf6
home: https://github.com/kedacore/keda
Expand All @@ -113,4 +129,4 @@ entries:
urls:
- https://kedacore.github.io/charts/keda-1.0.0.tgz
version: 1.0.0
generated: "2020-04-21T17:15:00.330942+02:00"
generated: "2020-04-27T13:52:23.0370768+02:00"
Binary file added docs/keda-1.4.1.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions keda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: Event-based autoscaler for workloads on Kubernetes

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.4.0
version: 1.4.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.4.0
appVersion: 1.4.1

home: https://github.com/kedacore/keda
icon: https://raw.githubusercontent.com/kedacore/keda/master/images/keda-logo-500x500-white.png
Expand Down
4 changes: 2 additions & 2 deletions keda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
replicaCount: 1

image:
keda: docker.io/kedacore/keda:1.4.0
metricsAdapter: docker.io/kedacore/keda-metrics-adapter:1.4.0
keda: docker.io/kedacore/keda:1.4.1
metricsAdapter: docker.io/kedacore/keda-metrics-adapter:1.4.1
pullPolicy: Always

watchNamespace: ""
Expand Down

0 comments on commit 18a8070

Please sign in to comment.