-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update package clickhouse-operator
Signed-off-by: glasskube-bot <[email protected]>
- Loading branch information
1 parent
aff3805
commit 1b96f1a
Showing
3 changed files
with
49 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: "clickhouse.altinity.com/v1" | ||
kind: "ClickHouseOperatorConfiguration" | ||
metadata: | ||
name: "watch-all-namespaces" | ||
spec: | ||
watch: | ||
namespaces: | ||
- ".*" |
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,40 @@ | ||
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json | ||
|
||
name: clickhouse-operator | ||
iconUrl: https://avatars.githubusercontent.com/u/54801242 | ||
shortDescription: Altinity Kubernetes Operator for ClickHouse | ||
longDescription: "Helm chart to deploy | ||
[altinity-clickhouse-operator](https://github.com/Altinity/clickhouse-operato\ | ||
r). The ClickHouse Operator creates, configures and manages ClickHouse | ||
clusters running on Kubernetes. For upgrade please install CRDs separately: | ||
```bash kubectl apply -f | ||
https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickh\ | ||
ouse-operator/crds/CustomResourceDefinition-clickhouseinstallations.clickhous\ | ||
e.altinity.com.yaml kubectl apply -f | ||
https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickh\ | ||
ouse-operator/crds/CustomResourceDefinition-clickhouseinstallationtemplates.c\ | ||
lickhouse.altinity.com.yaml kubectl apply -f | ||
https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickh\ | ||
ouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.\ | ||
clickhouse.altinity.com.yaml ```" | ||
references: | ||
- label: ArtifactHub | ||
url: https://artifacthub.io/packages/helm/altinity-clickhouse-operator/altinity-clickhouse-operator | ||
- label: GitHub | ||
url: https://github.com/Altinity/clickhouse-operator | ||
- label: Documentation | ||
url: https://github.com/Altinity/clickhouse-operator/tree/master/docs | ||
defaultNamespace: clickhouse-system | ||
manifests: | ||
- url: https://raw.githubusercontent.com/Altinity/clickhouse-operator/0.23.6/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallations.clickhouse.altinity.com.yaml | ||
- url: https://raw.githubusercontent.com/Altinity/clickhouse-operator/0.23.6/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallationtemplates.clickhouse.altinity.com.yaml | ||
- url: https://raw.githubusercontent.com/Altinity/clickhouse-operator/0.23.6/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml | ||
- url: ./config.yaml | ||
helm: | ||
chartName: altinity-clickhouse-operator | ||
chartVersion: 0.24.0 | ||
repositoryUrl: https://docs.altinity.com/clickhouse-operator/ | ||
values: | ||
fullnameOverride: clickhouse-operator | ||
metrics: | ||
enabled: false |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ latestVersion: v0.23.7+2 | |
versions: | ||
- version: v0.23.7+1 | ||
- version: v0.23.7+2 | ||
- version: v0.24.0+1 |