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

chore: update package clickhouse-operator #452

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
8 changes: 8 additions & 0 deletions packages/clickhouse-operator/v0.24.3+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:
- ".*"
43 changes: 43 additions & 0 deletions packages/clickhouse-operator/v0.24.3+1/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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 kubectl apply -f
https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickh\
ouse-operator/crds/CustomResourceDefinition-clickhousekeeperinstallations.cli\
ckhouse-keeper.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.3
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.3+1
Loading