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

conductor/stacks: set images to use for Pg14 and Pg16 #530

Merged
merged 9 commits into from
Feb 7, 2024
Merged

Conversation

vrmiguel
Copy link
Member

@vrmiguel vrmiguel commented Feb 7, 2024

New fields:

# Within the Docker image registry used (quay.io or ECR), this is the
# organization/username the images below are contained in
organization: tembo
# Image names to use for each Pg version
# Note: images for Pg15 were kept as is as to preserve full backwards compatibility
images:
  14: "standard-cnpg:pg14-f1721c2"
  15: "standard-cnpg:15.3.0-1-3d9a853"
  16: "standard-cnpg:pg16-f1721c2"

Control Plane will use the above information to set the instance's image according to the pg_version attribute in the POST /instances endpoint (defaults to Pg15)

@vrmiguel vrmiguel marked this pull request as ready for review February 7, 2024 14:26
tembo-operator/src/stacks/templates/standard.yaml Outdated Show resolved Hide resolved
tembo-operator/src/stacks/templates/oltp.yaml Outdated Show resolved Hide resolved
Copy link
Collaborator

@nhudson nhudson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, just don't forget to go back and fix the data warehouse images.

@vrmiguel vrmiguel merged commit 18bfd5e into main Feb 7, 2024
20 checks passed
@vrmiguel vrmiguel deleted the tem-3090 branch February 7, 2024 21:29
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 this pull request may close these issues.

2 participants