Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keda-crd helm chart #675

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions keda-crd/.helmignore
Original file line number Diff line number Diff line change
@@ -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
29 changes: 29 additions & 0 deletions keda-crd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
- name: Jorge Turrado
email: [email protected]
- name: Tom Kerkhove
email: [email protected]
- name: Zbynek Roubalik
email: [email protected]
28 changes: 28 additions & 0 deletions keda-crd/README.md
Original file line number Diff line number Diff line change
@@ -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:** <https://github.com/kedacore/keda>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| Ahmed ElSayed | <[email protected]> | |
| Jorge Turrado | <[email protected]> | |
| Tom Kerkhove | <[email protected]> | |
| Zbynek Roubalik | <[email protected]> | |

## Source Code

* <https://github.com/kedacore/keda>

## Requirements

Kubernetes: `>=v1.23.0-0`

----------------------------------------------

Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs/).
20 changes: 20 additions & 0 deletions keda-crd/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -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/).
1 change: 1 addition & 0 deletions keda-crd/templates/_helpers.tpl
1 change: 1 addition & 0 deletions keda-crd/templates/crd-cloudeventsources.yaml
1 change: 1 addition & 0 deletions keda-crd/templates/crd-scaledjobs.yaml
1 change: 1 addition & 0 deletions keda-crd/templates/crd-scaledobjects.yaml
1 change: 1 addition & 0 deletions keda-crd/templates/crd-triggerauthentications.yaml
12 changes: 12 additions & 0 deletions keda-crd/values.yaml
Original file line number Diff line number Diff line change
@@ -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