Skip to content

Commit

Permalink
rename keeper chart
Browse files Browse the repository at this point in the history
  • Loading branch information
joshleecreates committed Sep 30, 2024
1 parent 5059c48 commit 399bc59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Add Operator Chart Repo
run: |
helm repo add altinity-operator https://docs.altinity.com/clickhouse-operator
helm repo add altinity https://helm.altinity.com/
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/clickhouse-keeper-sts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: clickhouse-keeper
name: clickhouse-keeper-sts
description: A ClickHouse Keeper chart for Kubernetes
type: application
version: 0.1.3
Expand Down
2 changes: 1 addition & 1 deletion charts/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.1.1
appVersion: "23.8.8.21"

dependencies:
- name: clickhouse-keeper
- name: clickhouse-keeper-sts
repository: "file://../clickhouse-keeper-sts"
version: 0.1.3
alias: keeper
Expand Down

0 comments on commit 399bc59

Please sign in to comment.