[bitnami/clickhouse-operator] fix: 🐛 Change default operator user (#33247)

This commit is contained in:
Javier J. Salmerón García
2025-04-29 11:01:22 +00:00
committed by GitHub
parent 74863986c3
commit f46836c1d5
4 changed files with 9 additions and 5 deletions
+6 -2
View File
@@ -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>
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 | `""` |
+1 -1
View File
@@ -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: ""