Skip to content
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

bug(confluence-server): No template "postgresql.primary.fullname" #805

Closed
Hounddog opened this issue Oct 11, 2023 · 2 comments · Fixed by #809
Closed

bug(confluence-server): No template "postgresql.primary.fullname" #805

Hounddog opened this issue Oct 11, 2023 · 2 comments · Fixed by #809

Comments

@Hounddog
Copy link

Trying to use this chart we receive this error "no template "postgresql.primary.fullname" after upgrading from version 5.5.1 to 5.6.0.
It seems that the new chart also references a new postgresql chart.

In this chart the the template has changed to postgresql.v1.primary.fullname

Issue Line:

{{ include "postgresql.primary.fullname" $context }}

https://artifacthub.io/packages/helm/bitnami/postgresql/12.12.10?modal=template&template=_helpers.tpl&compare-to=11.9.13

View the template changes for the helpers here.

@stevehipwell stevehipwell changed the title no template "postgresql.primary.fullname" bug(confluence-server): No template "postgresql.primary.fullname" Oct 17, 2023
@stevehipwell
Copy link
Owner

Thanks for raising this @Hounddog and sorry for the slow reply. I'll get this fixed this week, it looks like it slipped past me as I only use the sub-chart for specific testing scenarios.

FYI I'd strongly recommend against using the PostgreSQL sub-chart for anything other than testing. If I was running PostgreSQL in a K8s cluster I'd be using an operator such as EDB.

@Hounddog
Copy link
Author

This is exactly what we are doing. We generate previews using the PostgreSQL sub-chart. We are currently implementing crossplane and probably we will also move away deploying previews with PostgreSQL and instead create an AWS RDS resource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants