-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update bitnami postgres installation link #5768
base: master
Are you sure you want to change the base?
Conversation
Currently copying the link from docs directly gives the following helm install tyk-postgres bitnami/postgresql --set "auth.database=tyk_analytics" -n tyk --version 12.12.10 Error: INSTALLATION FAILED: repo bitnami not found Edited to use the helm install link from https://github.com/bitnami/charts/tree/main/bitnami/postgresql
👷 Deploy request for tyk-docs pending review.Visit the deploys page to approve it
|
@@ -290,7 +290,7 @@ global: | |||
|
|||
**PostgresSQL Installation** | |||
```bash | |||
helm install tyk-postgres bitnami/postgresql --set "auth.database=tyk_analytics" -n tyk --version 12.12.10 | |||
helm install tyk-postgres oci://registry-1.docker.io/bitnamicharts/postgresql --set "auth.database=tyk_analytics" -n tyk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
helm install tyk-postgres oci://registry-1.docker.io/bitnamicharts/postgresql --set "auth.database=tyk_analytics" -n tyk | |
helm install tyk-postgres oci://registry-1.docker.io/bitnamicharts/postgresql --set "auth.database=tyk_analytics" -n tyk --version 16.2.3 |
I think we should restrict to the current version of chart, Have you tested with this version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sharadregoti yes makes sense. I've used the latest; not sure if our automated tests uses v16.2.3 exactly. Would something like v15 work? https://tyk.io/docs/planning-for-production/database-settings/postgresql/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or alternatively we can fixate on chat version 16.2.3
and set the image version --set image.tag="16.6.0"
I used this postgres version
Currently copying the link from docs directly gives the following helm install tyk-postgres bitnami/postgresql --set "auth.database=tyk_analytics" -n tyk --version 12.12.10 Error: INSTALLATION FAILED: repo bitnami not found
Edited to use the helm install link from https://github.com/bitnami/charts/tree/main/bitnami/postgresql
For internal users - Please add a Jira DX PR ticket to the subject!
Preview Link
Description
Screenshots (if appropriate)
Checklist
master
.