Skip to content

Commit

Permalink
[helm] Adding chart config and default templates
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Jul 24, 2024
1 parent 3fc5221 commit 4ca8341
Show file tree
Hide file tree
Showing 5 changed files with 17,176 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ testbin/*
*.swp
*.swo
*~
kuadrant-operator
/kuadrant-operator
tmp

/catalog/kuadrant-operator-catalog
Expand Down
23 changes: 23 additions & 0 deletions charts/kuadrant-operator/.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
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
47 changes: 47 additions & 0 deletions charts/kuadrant-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
apiVersion: v2
name: kuadrant-operator
description: The Operator to install and manage the lifecycle of the Kuadrant components deployments.
home: https://kuadrant.io
icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png
keywords:
- kuadrant
- authorino
- authn
- authz
- authorization
- authentication
- service protection
- limitador
- rate limiting
- dns
- managed zones
- kubernetes
sources:
- https://github.com/Kuadrant/kuadrant-operator/
kubeVersion: ">=1.19.0-0"
type: application
# The chart version and dependencies will be properly set when the chart is released matching the operator version
version: "0.0.0"
dependencies:
- name: authorino-operator
version: 0.0.0
repository: https://kuadrant.io/helm-charts/
- name: limitador-operator
version: 0.0.0
repository: https://kuadrant.io/helm-charts/
- name: dns-operator
version: main
repository: https://kuadrant.io/helm-charts/
maintainers:
- email: [email protected]
name: Adam Cattermole
- email: [email protected]
name: Didier Di Cesare
- email: [email protected]
name: Eguzki Astiz Lezaun
- email: [email protected]
name: Guilherme Cassolato
- email: [email protected]
name: Jim Fitzpatrick
- email: [email protected]
name: Kevin Chi Fan
Loading

0 comments on commit 4ca8341

Please sign in to comment.