Skip to content

Commit

Permalink
fix(clickhouse): remove hook weight for chOperator (#494)
Browse files Browse the repository at this point in the history
#### Fixes

- remove hook weight for clickhouse operator

This was added for clean installation and deletion of the resources of
clickhouse operator.
However this seems to depend on other dependent resources as well which
would require the same helm hooks weight added to each of them.

Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi authored Sep 9, 2024
1 parent 9a8a9eb commit 95bf252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: clickhouse
description: A Helm chart for ClickHouse
type: application
version: 24.1.6
version: 24.1.7
appVersion: "24.1.2"
icon: https://github.com/ClickHouse/clickhouse-docs/raw/84f38d893eb7e561c7296279d7953b6a508ec413/static/img/clickhouse-logo.svg
sources:
Expand Down
3 changes: 1 addition & 2 deletions charts/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,7 @@ clickhouseOperator:
name:

# -- Clickhouse Operator deployment annotations
annotations:
"helm.sh/hook-weight": "-5"
annotations: {}

# -- Clickhouse Operator pod(s) annotation.
podAnnotations: {}
Expand Down

0 comments on commit 95bf252

Please sign in to comment.