-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't install kubedb-catalog crds by default
Signed-off-by: Tamal Saha <[email protected]>
- Loading branch information
Showing
45 changed files
with
247 additions
and
6,810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: v2 | ||
name: kubedb-catalog-crds | ||
description: KubeDB Catalog Custom Resource Definitions | ||
type: application | ||
version: v2024.1.26-rc.0 | ||
appVersion: v2024.1.26-rc.0 | ||
home: https://kubedb.com | ||
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-community-icon.png | ||
sources: | ||
- https://github.com/kubedb | ||
maintainers: | ||
- name: appscode | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# KubeDB Catalog CRDs | ||
|
||
[KubeDB Catalog CRDs](https://github.com/kubedb) - KubeDB Custom Resource Definitions | ||
|
||
## TL;DR; | ||
|
||
```bash | ||
$ helm repo add appscode https://charts.appscode.com/stable/ | ||
$ helm repo update | ||
$ helm search repo appscode/kubedb-catalog-crds --version=v2024.1.26-rc.0 | ||
$ helm upgrade -i kubedb-catalog-crds appscode/kubedb-catalog-crds -n kubedb --create-namespace --version=v2024.1.26-rc.0 | ||
``` | ||
|
||
## Introduction | ||
|
||
This chart deploys KubeDB catalog crds on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. | ||
|
||
## Prerequisites | ||
|
||
- Kubernetes 1.20+ | ||
|
||
## Installing the Chart | ||
|
||
To install/upgrade the chart with the release name `kubedb-catalog-crds`: | ||
|
||
```bash | ||
$ helm upgrade -i kubedb-catalog-crds appscode/kubedb-catalog-crds -n kubedb --create-namespace --version=v2024.1.26-rc.0 | ||
``` | ||
|
||
The command deploys KubeDB catalog crds on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. | ||
|
||
> **Tip**: List all releases using `helm list` | ||
## Uninstalling the Chart | ||
|
||
To uninstall the `kubedb-catalog-crds`: | ||
|
||
```bash | ||
$ helm uninstall kubedb-catalog-crds -n kubedb | ||
``` | ||
|
||
The command removes all the Kubernetes components associated with the chart and deletes the release. | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
project: | ||
name: KubeDB Catalog CRDs | ||
shortName: KubeDB Catalog CRDs | ||
url: https://github.com/kubedb | ||
description: KubeDB Custom Resource Definitions | ||
app: KubeDB catalog crds | ||
repository: | ||
url: https://charts.appscode.com/stable/ | ||
name: appscode | ||
chart: | ||
name: kubedb-catalog-crds | ||
values: -- generate from values file -- | ||
valuesExample: -- generate from values file -- | ||
prerequisites: | ||
- Kubernetes 1.20+ | ||
release: | ||
name: kubedb-catalog-crds | ||
namespace: kubedb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Get the KubeDB crds by running the following command: | ||
|
||
kubectl get crds --selector=app.kubernetes.io/name=kubedb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Default values for kubedb-catalog-crds. | ||
# This is a YAML-formatted file. | ||
# Declare variables to be passed into your templates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,8 @@ sources: | |
maintainers: | ||
- name: appscode | ||
email: [email protected] | ||
dependencies: | ||
- name: kubedb-catalog-crds | ||
repository: file://../kubedb-catalog-crds | ||
condition: kubedb-catalog-crds.enabled | ||
version: v2024.1.26-rc.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dependencies: | ||
- name: kubedb-catalog-crds | ||
repository: file://../kubedb-catalog-crds | ||
version: v2024.1.26-rc.0 | ||
digest: sha256:686a1b684aae8d5452a197ecd0c9af547e666c57554399d5657c36b5594dfc93 | ||
generated: "2024-01-27T12:08:32.10113-08:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.