-
Notifications
You must be signed in to change notification settings - Fork 16
K8SPG-857 Fixed image for PostGIS doc #335
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
base: 2.0
Are you sure you want to change the base?
Conversation
modified: docs/postgis.md modified: variables.yml
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.
Pull Request Overview
This PR fixes the PostGIS image reference in the documentation by adding the PostGIS version tag to the image name.
Key Changes:
- Updated the PostGIS image name format to include the PostGIS version variable
- Added a duplicate
postgisrecommendedvariable definition in the variables file
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/postgis.md | Updated PostGIS image reference to include version tag using the postgisrecommended variable |
| variables.yml | Added duplicate definition of postgisrecommended variable (appears to be unintentional) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
docs/postgis.md
Outdated
| spec: | ||
| ... | ||
| image: percona/percona-postgresql-operator:{{ release }}-ppg{{ postgresrecommended }}-postgres-gis | ||
| image: docker.io/percona/percona-postgresql-operator:{{ release }}-ppg{{ postgresrecommended }}-postgres-gis |
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.
add s{{postgisrecommended}} here also
modified: docs/postgis.md
modified: variables.yml