Skip to content

Commit

Permalink
refactor: rename to sts
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Apr 22, 2024
1 parent 9b5bfe4 commit 764d5a7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ helm install clickhouse-operator clickhouse-operator/altinity-clickhouse-operato
## Helm Charts

- **[clickhouse-eks](./helm/clickhouse-eks/)**: Deploys ClickHouse optimized for AWS EKS.
- **[keeper-ss](./helm/keeper-ss/)**: Deploys ClickHouse Keeper using StatefulSets for better data persistence.
- **[keeper-sts](./helm/keeper-sts/)**: Deploys ClickHouse Keeper using StatefulSets for better data persistence.

### How to Install a Chart

Expand Down
7 changes: 1 addition & 6 deletions helm/clickhouse-eks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@ apiVersion: v2
name: clickhouse-eks
description: A Helm chart for ClickHouse running on AWS EKS across AZs using a nodeSelector to pin resources to run on specific VMs types
type: application
version: 0.1.1
version: 0.1.2
appVersion: "1.16.0"

# dependencies:
# - name: keeper-ss
# version: ">=0.1.0"
# repository: "https://altinity.github.io/kubernetes-blueprints-for-clickhouse/keeper-ss"
2 changes: 1 addition & 1 deletion helm/keeper-ss/Chart.yaml → helm/keeper-sts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: keeper-ss
name: keeper-sts
description: A Helm chart for setting up ClickHouse Keeper using StatefulSet
type: application
version: 0.1.1
Expand Down
8 changes: 4 additions & 4 deletions helm/keeper-ss/README.md → helm/keeper-sts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# keeper-ss
# keeper-sts

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

Expand All @@ -12,8 +12,8 @@ A Helm chart for setting up ClickHouse Keeper using StatefulSet
# add the kubernetes-blueprints-for-clickhouse chart repository
helm repo add kubernetes-blueprints-for-clickhouse https://altinity.github.io/kubernetes-blueprints-for-clickhouse

# use this command to install keeper-ss chart (it will also create a `clickhouse` namespace)
helm install ch kubernetes-blueprints-for-clickhouse/keeper-ss --namespace clickhouse --create-namespace
# use this command to install keeper-sts chart (it will also create a `clickhouse` namespace)
helm install ch kubernetes-blueprints-for-clickhouse/keeper-sts --namespace clickhouse --create-namespace
```

> Use `-f` flag to override default values: `helm install -f newvalues.yaml`
Expand All @@ -24,7 +24,7 @@ helm install ch kubernetes-blueprints-for-clickhouse/keeper-ss --namespace click
helm repo update

# upgrade to a newer version using the release name (`ch`)
helm upgrade ch kubernetes-blueprints-for-clickhouse/keeper-ss --namespace clickhouse
helm upgrade ch kubernetes-blueprints-for-clickhouse/keeper-sts --namespace clickhouse
```

## Uninstalling the Chart
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 764d5a7

Please sign in to comment.