Skip to content

Commit

Permalink
chore: update package clickhouse-operator
Browse files Browse the repository at this point in the history
Signed-off-by: glasskube-bot <[email protected]>
  • Loading branch information
glasskube-bot committed Nov 4, 2024
1 parent 278e65b commit 223bda1
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/clickhouse-operator/v0.24.0+1/config.yaml
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:
- ".*"
40 changes: 40 additions & 0 deletions packages/clickhouse-operator/v0.24.0+1/package.yaml
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
1 change: 1 addition & 0 deletions packages/clickhouse-operator/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 223bda1

Please sign in to comment.