You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to see some instructions for Postgresql. I can help with adding a subchart for Bitnami's Postgres helm chart if you'd like. We use it over at the community run Nextcloud helm chart, and it's been pretty smooth sailing so far.
The other issue is that cockroachdb doesn't let you pass in passwords from an existing secret or env var to their init job's provisioning container. See cockroachdb/helm-charts#242 which has not been responded to by anyone from the project in it's year of being open. This means you have to pass in a plain text password if you want to use passwords, which is a non-starter for certain companies and orgs due to security compliance requiring no plain text passwords, even in private repos.
I changed the original title, because it's not yet clear when the helm chart will be deprecated. Cockroachdb also has an Operator which I believe they want you to use instance, but as of now is only tested on GKE and does not have a helm chart at time of writing.
The text was updated successfully, but these errors were encountered:
jessebot
changed the title
Create Documentation for using Postgresql instead of Cockroachdb
Create Documentation for using Postgresql in addition to Cockroachdb (and eventually instead of) due to future helm chart deprecation.
Aug 19, 2023
jessebot
changed the title
Create Documentation for using Postgresql in addition to Cockroachdb (and eventually instead of) due to future helm chart deprecation.
Create Documentation for using Postgresql, in addition to (and eventually instead of) Cockroachdb, due to future helm chart deprecation
Aug 19, 2023
Cockroachdb's helm chart is being deprecated (date unknown currently), see cockroachdb/helm-charts#230 and the docs here.
![The CockroachDB Helm chart is compatible with Kubernetes versions 1.22 and earlier. The CockroachDB Helm chart is currently not under active development, and no new features are planned. However, Cockroach Labs remains committed to fully supporting the Helm chart by addressing defects, providing security patches, and addressing breaking changes due to deprecations in Kubernetes APIs. A deprecation notice for the Helm chart will be provided to customers a minimum of 6 months in advance of actual deprecation. Warning: If you are running a secure Helm deployment on Kubernetes 1.22 and later, you must migrate away from using the Kubernetes CA for cluster authentication. For details, see Certificate management https://www.cockroachlabs.com/docs/v23.1/secure-cockroachdb-kubernetes?filters=helm#migration-to-self-signer](https://private-user-images.githubusercontent.com/2389292/261816462-494a9707-bec1-4caa-9b20-6974d69ae7f6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NTM2NzEsIm5iZiI6MTczOTg1MzM3MSwicGF0aCI6Ii8yMzg5MjkyLzI2MTgxNjQ2Mi00OTRhOTcwNy1iZWMxLTRjYWEtOWIyMC02OTc0ZDY5YWU3ZjYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMThUMDQzNjExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Yzk1MzQ0YTU2NzI4ZmU5NWI1YmMzYjEyMDQzYzQ0NzEzZDBjYTlmYjRhMjgyYjdkMzQ3MjI5NTEzNGZmOTEwYSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.1MuRGhNxjL-5K3acHngBiJR9-2iV9dYY2-H-vVtFHOI)
It would be nice to see some instructions for Postgresql. I can help with adding a subchart for Bitnami's Postgres helm chart if you'd like. We use it over at the community run Nextcloud helm chart, and it's been pretty smooth sailing so far.
The other issue is that cockroachdb doesn't let you pass in passwords from an existing secret or env var to their init job's provisioning container. See cockroachdb/helm-charts#242 which has not been responded to by anyone from the project in it's year of being open. This means you have to pass in a plain text password if you want to use passwords, which is a non-starter for certain companies and orgs due to security compliance requiring no plain text passwords, even in private repos.
I changed the original title, because it's not yet clear when the helm chart will be deprecated. Cockroachdb also has an Operator which I believe they want you to use instance, but as of now is only tested on GKE and does not have a helm chart at time of writing.
The text was updated successfully, but these errors were encountered: