mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/clickhouse-operator] fix: 🐛 Change default operator user (#33247)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.5 (2025-04-16)
|
||||
## 0.1.6 (2025-04-29)
|
||||
|
||||
* [bitnami/clickhouse-operator] docs: improve examples on READMEs ([#33020](https://github.com/bitnami/charts/pull/33020))
|
||||
* [bitnami/clickhouse-operator] fix: :bug: Change default operator user ([#33247](https://github.com/bitnami/charts/pull/33247))
|
||||
|
||||
## <small>0.1.5 (2025-04-16)</small>
|
||||
|
||||
* [bitnami/clickhouse-operator] docs: improve examples on READMEs (#33020) ([c2c81e8](https://github.com/bitnami/charts/commit/c2c81e8b6fd7b2c3b23ac09cafca7dc5d07f6969)), closes [#33020](https://github.com/bitnami/charts/issues/33020)
|
||||
|
||||
## <small>0.1.4 (2025-04-09)</small>
|
||||
|
||||
|
||||
@@ -36,4 +36,4 @@ name: clickhouse-operator
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
|
||||
@@ -300,7 +300,7 @@ Check the [official quickstart guide](https://docs.altinity.com/altinitykubernet
|
||||
| `keeperImage.digest` | ClickHouse Keeper image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `keeperImage.pullPolicy` | ClickHouse Keeper image pull policy | `IfNotPresent` |
|
||||
| `keeperImage.pullSecrets` | ClickHouse Keeper image pull secrets | `[]` |
|
||||
| `auth.username` | ClickHouse Admin username | `default` |
|
||||
| `auth.username` | ClickHouse Admin username | `clickhouse_operator` |
|
||||
| `auth.password` | ClickHouse Admin password | `""` |
|
||||
| `auth.existingSecret` | Name of a secret containing the Admin credentials | `""` |
|
||||
| `auth.existingSecretUsernameKey` | Name of the key inside the existing secret containing the Admin username | `""` |
|
||||
|
||||
@@ -159,7 +159,7 @@ keeperImage:
|
||||
## @param auth.existingSecretPasswordKey Name of the key inside the existing secret containing the Admin password
|
||||
##
|
||||
auth:
|
||||
username: default
|
||||
username: clickhouse_operator
|
||||
password: ""
|
||||
existingSecret: ""
|
||||
existingSecretUsernameKey: ""
|
||||
|
||||
Reference in New Issue
Block a user