-
Notifications
You must be signed in to change notification settings - Fork 4
release v5.3 #85
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: master
Are you sure you want to change the base?
release v5.3 #85
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 |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ metadata: | |
| name: exporter | ||
| spec: | ||
| postgresVersion: 18 | ||
| image: docker.io/ivorysql/ivorysql:ubi9-5.1-5.1-1 | ||
| image: docker.io/ivorysql/ivorysql:ubi9-5.3-5.3-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. Exporter upgrade test is now a no-op. Line 7 sets the initial cluster to Please set this initial image to the intended previous supported upgrade source version so the test actually validates upgrade behavior. 🤖 Prompt for AI Agents |
||
| instances: | ||
| - name: instance1 | ||
| dataVolumeClaimSpec: | ||
|
|
||
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.
🧩 Analysis chain
🏁 Script executed:
Repository: IvorySQL/ivory-operator
Length of output: 5960
🏁 Script executed:
Repository: IvorySQL/ivory-operator
Length of output: 3910
🏁 Script executed:
Repository: IvorySQL/ivory-operator
Length of output: 275
Change
RELATED_IMAGE_IVORY_5toRELATED_IMAGE_IVORY_18for consistency.This file uses
RELATED_IMAGE_IVORY_5pointing todocker.io/ivorysql/ivorysql:ubi9-5.3-5.3-1, whileconfig/manager/manager.yamlusesRELATED_IMAGE_IVORY_18pointing to the exact same image. The env var naming should be consistent across the codebase. Change toRELATED_IMAGE_IVORY_18to align with the primary configuration.🤖 Prompt for AI Agents