v1.8.1
What's Changed
Fixes
- comet_secretsmanager: Don't auto-generate
opik_admin_pass; default to literal"opik"to match the chart contract. Reverts the random auto-gen introduced in #4 for theopikuser. Theagentrouser keeps random.
The opik subchart hardcodes ANALYTICS_DB_PASS / ANALYTICS_DB_MIGRATIONS_PASS / STATE_DB_PASS to the literal "opik" in its public values.yaml. opik-backend reads these env vars at runtime — so if terraform randomizes the value, opik-backend can't authenticate to ClickHouse and the install fails with Code: 516 opik: Authentication failed (#6).
Migration notes
- New customers on this tag get a vanilla install that just works.
- Existing customers (
v1.7.0/v1.8.0) already have either literal"opik"or a random value in theircometml/{env}/clickhouse.opik_admin_pass— no behavior change. - Customers who want a real password override BOTH
clickhouse_admin_password(terraform) ANDopik.component.backend.env.ANALYTICS_DB_PASS(chart values).
Full Changelog: v1.8.0...v1.8.1