diff --git a/keda-crd/.helmignore b/keda-crd/.helmignore new file mode 100644 index 00000000..a9f39f79 --- /dev/null +++ b/keda-crd/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +*.gotmpl diff --git a/keda-crd/Chart.yaml b/keda-crd/Chart.yaml new file mode 100644 index 00000000..4774cca7 --- /dev/null +++ b/keda-crd/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +name: keda-crd +description: A Helm Chart for KEDA Custom Resource Definitions (CRDS) + +# Specify the Kubernetes version range that we support. +# We allow pre-release versions for cloud-specific Kubernetes versions such as v1.21.5-gke.1302 or v1.18.9-eks-d1db3c +kubeVersion: ">=v1.23.0-0" + +# 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: 2.14.2 + +# 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: 2.14.0 + +home: https://github.com/kedacore/keda +icon: https://raw.githubusercontent.com/kedacore/keda/main/images/keda-logo-500x500-white.png +sources: + - https://github.com/kedacore/keda +maintainers: + - name: Ahmed ElSayed + email: ahmels@microsoft.com + - name: Jorge Turrado + email: jorge_turrado@hotmail.es + - name: Tom Kerkhove + email: kerkhove.tom@gmail.com + - name: Zbynek Roubalik + email: zbynek@kedify.io diff --git a/keda-crd/README.md b/keda-crd/README.md new file mode 100644 index 00000000..702052f9 --- /dev/null +++ b/keda-crd/README.md @@ -0,0 +1,28 @@ +# keda-crd + +![Version: 2.14.2](https://img.shields.io/badge/Version-2.14.2-informational?style=flat-square) ![AppVersion: 2.14.0](https://img.shields.io/badge/AppVersion-2.14.0-informational?style=flat-square) + +A Helm Chart for KEDA Custom Resource Definitions (CRDS) + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| Ahmed ElSayed | | | +| Jorge Turrado | | | +| Tom Kerkhove | | | +| Zbynek Roubalik | | | + +## Source Code + +* + +## Requirements + +Kubernetes: `>=v1.23.0-0` + +---------------------------------------------- + +Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs/). diff --git a/keda-crd/README.md.gotmpl b/keda-crd/README.md.gotmpl new file mode 100644 index 00000000..7991d3c2 --- /dev/null +++ b/keda-crd/README.md.gotmpl @@ -0,0 +1,20 @@ +{{ template "chart.header" . }} +{{ template "chart.deprecationWarning" . }} + +{{ template "chart.badgesSection" . }} + +{{ template "chart.description" . }} + +{{ template "chart.homepageLine" . }} + +{{ template "chart.maintainersSection" . }} + +{{ template "chart.sourcesSection" . }} + +{{ template "chart.requirementsSection" . }} + +{{ template "chart.valuesSection" . }} + +---------------------------------------------- + +Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs/). diff --git a/keda-crd/templates/_helpers.tpl b/keda-crd/templates/_helpers.tpl new file mode 120000 index 00000000..64dbbd39 --- /dev/null +++ b/keda-crd/templates/_helpers.tpl @@ -0,0 +1 @@ +../../keda/templates/_helpers.tpl \ No newline at end of file diff --git a/keda-crd/templates/crd-cloudeventsources.yaml b/keda-crd/templates/crd-cloudeventsources.yaml new file mode 120000 index 00000000..3d81604e --- /dev/null +++ b/keda-crd/templates/crd-cloudeventsources.yaml @@ -0,0 +1 @@ +../../keda/templates/crds/crd-cloudeventsources.yaml \ No newline at end of file diff --git a/keda-crd/templates/crd-clustertriggerauthentications.yaml b/keda-crd/templates/crd-clustertriggerauthentications.yaml new file mode 120000 index 00000000..890c728f --- /dev/null +++ b/keda-crd/templates/crd-clustertriggerauthentications.yaml @@ -0,0 +1 @@ +../../keda/templates/crds/crd-clustertriggerauthentications.yaml \ No newline at end of file diff --git a/keda-crd/templates/crd-scaledjobs.yaml b/keda-crd/templates/crd-scaledjobs.yaml new file mode 120000 index 00000000..260cd64d --- /dev/null +++ b/keda-crd/templates/crd-scaledjobs.yaml @@ -0,0 +1 @@ +../../keda/templates/crds/crd-scaledjobs.yaml \ No newline at end of file diff --git a/keda-crd/templates/crd-scaledobjects.yaml b/keda-crd/templates/crd-scaledobjects.yaml new file mode 120000 index 00000000..5ebf8c64 --- /dev/null +++ b/keda-crd/templates/crd-scaledobjects.yaml @@ -0,0 +1 @@ +../../keda/templates/crds/crd-scaledobjects.yaml \ No newline at end of file diff --git a/keda-crd/templates/crd-triggerauthentications.yaml b/keda-crd/templates/crd-triggerauthentications.yaml new file mode 120000 index 00000000..2ffacd2a --- /dev/null +++ b/keda-crd/templates/crd-triggerauthentications.yaml @@ -0,0 +1 @@ +../../keda/templates/crds/crd-triggerauthentications.yaml \ No newline at end of file diff --git a/keda-crd/values.yaml b/keda-crd/values.yaml new file mode 100644 index 00000000..42882ccb --- /dev/null +++ b/keda-crd/values.yaml @@ -0,0 +1,12 @@ +crds: + # -- Defines whether the KEDA CRDs have to be installed or not. + install: true + + # -- Custom annotations specifically for CRDs + additionalAnnotations: + {} + # foo: bar + +operator: + # -- Name of the KEDA operator + name: keda-operator