-
Notifications
You must be signed in to change notification settings - Fork 4
ivorysql 5.6 release #87
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,9 +27,9 @@ spec: | |
| - name: IVORY_DEBUG | ||
| value: "true" | ||
| - name: RELATED_IMAGE_IVORY_5 | ||
| value: "docker.io/ivorysql/ivorysql:ubi9-5.4-5.4-1" | ||
| value: "docker.io/ivorysql/ivorysql:ubi9-5.6-5.6-1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win Rename the related-image key to
Proposed key correction- - name: RELATED_IMAGE_IVORY_5
+ - name: RELATED_IMAGE_IVORY_15
value: "docker.io/ivorysql/ivorysql:ubi9-5.6-5.6-1"🤖 Prompt for AI Agents |
||
| - name: RELATED_IMAGE_PGBACKREST | ||
| value: "docker.io/ivorysql/pgbackrest:ubi9-2.58.0-5.4-1" | ||
| value: "docker.io/ivorysql/pgbackrest:ubi9-2.58.0-5.6-1" | ||
|
|
||
| securityContext: | ||
| allowPrivilegeEscalation: false | ||
|
|
||
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.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
Rename the PostGIS related-image variable. When
spec.imageis omitted for PostgreSQL 18 with PostGIS 3.5,IvoryContainerImagelooks upRELATED_IMAGE_IVORY_18_GIS_3.5. The deployment setsRELATED_IMAGE_POSTGRES_18_GIS_3.5, so the database container receives an empty image and the cluster can fail to start.🤖 Prompt for AI Agents