-
Notifications
You must be signed in to change notification settings - Fork 6k
Oci update #309
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
Closed
Closed
Oci update #309
+510
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update from main repo
initial configurations for testing base configuration
Now there is a new section controllerImages. These images need to be pulled, tagged, and pushed to harbor.
wait 30 seconds
* [DOP-1608] Pull images from private crunchy registry using service account. * [DOP-1608] temp add branch name to test pull/push images * [DOP-1608] Fix private crunchy registry variable, pull from correct path. * [DOP-1608] Remove last empty line * [DOP-1608] Fix missing ) * [DOP-1608] remove temp build branch after successful test.
...ntainers in drone.
[DOP-2275] Crunchy data main
* Create pipeline postgres-operator-examples * Create inputset trigger --------- Co-authored-by: ltellesfl <lucas.telles@indicodata.ai>
* Updates for August Release * Bump monitoring versions * feat: Add customised env var and feature flags This change adds 3 new features: - The ability to enable feature flags with the .Values.features key - The ability to add extra environment variables to the container env - The ability to completely override env variables (not recommended) Closes CrunchyData#262 * Update pgAdmin example - add user management to pgAdmin example - Deploy with `internal` only auth by default * Define use in postgres example * Remove Images from examples - Images are defined in the operator deployment as RELATED_IMAGES. We don't need to define them in two places. - Leave a commented image field in the postgres example * Changes to operator installers for 5.7 release. * Remove old singlenamespace installer artifacts. * Fix broken hyperlinks. * patching Kustomize monitoring installer --------- Co-authored-by: jmckulk <joseph.mckulka@crunchydata.com> Co-authored-by: Joseph Mckulka <16840147+jmckulk@users.noreply.github.com> Co-authored-by: Anthony Landreth <tony.landreth@crunchydata.com> Co-authored-by: Daniel Holmes <daniel.holmes@djcentric.com> Co-authored-by: Drew Sessler <drew.sessler@crunchydata.com> Co-authored-by: crunchy-containers-bot <sysops+containersbot@crunchydata.com>
* Revert "[DEV-12476] Get 5.7.0 update (#7)" This reverts commit 3dc4784. * Pull latest crunchy updates (#9) * Updates for August Release * Bump monitoring versions * feat: Add customised env var and feature flags This change adds 3 new features: - The ability to enable feature flags with the .Values.features key - The ability to add extra environment variables to the container env - The ability to completely override env variables (not recommended) Closes CrunchyData#262 * Update pgAdmin example - add user management to pgAdmin example - Deploy with `internal` only auth by default * Define use in postgres example * Remove Images from examples - Images are defined in the operator deployment as RELATED_IMAGES. We don't need to define them in two places. - Leave a commented image field in the postgres example * Changes to operator installers for 5.7 release. * Remove old singlenamespace installer artifacts. * Fix broken hyperlinks. * patching Kustomize monitoring installer * 5.7.1 release updates (CrunchyData#289) 5.7.1 release updates * 5.7.2 release * Update copyright to 2025 (CrunchyData#292) * v5.7.3 release * Release 5.7.4 PGO-2238 * update p * Adds missing gis image from last release * Updates to v5.8.0 * Update Postgres Helm Chart to include instrumentation (CrunchyData#299) * Update postgres.yaml * Update values.yaml * Update postgres.yaml * Apply suggestions from code review Co-authored-by: Drew Sessler <36803518+dsessler7@users.noreply.github.com> --------- Co-authored-by: Drew Sessler <36803518+dsessler7@users.noreply.github.com> * Updates monitoring example for v5.8 * Update for 2025-04 minor release (CrunchyData#302) * Added Helm support for Affinity and Tolerations (CrunchyData#304) * Added support for tolerations / affinity to Helm chart with consistent flow control * update for release * fix whitespace * Update Examples for the Latest Version of Keycloak The Keycloak example now works with the latest version of Keycloak. This includes using the new env vars and settings that are now available in the latest version of Keycloak. The PostgresCluster's created for the Keycloak examples (which includes any PostgresCluster's created for use with Keycloak in the Crunchy Postgres for Kubernetes documentation) have also been updated to set the "autoCreateUserSchema" annotation to "true". Without this setting, Keycloak will crash on startup when attempting to use the public schema. --------- Co-authored-by: jmckulk <joseph.mckulka@crunchydata.com> Co-authored-by: Joseph Mckulka <16840147+jmckulk@users.noreply.github.com> Co-authored-by: Anthony Landreth <tony.landreth@crunchydata.com> Co-authored-by: Daniel Holmes <daniel.holmes@djcentric.com> Co-authored-by: Drew Sessler <drew.sessler@crunchydata.com> Co-authored-by: crunchy-containers-bot <sysops+containersbot@crunchydata.com> Co-authored-by: Tony Landreth <56887169+tony-landreth@users.noreply.github.com> Co-authored-by: ValClarkson <valerie.clarkson@crunchydata.com> Co-authored-by: Benjamin Blattberg <ben.blattberg@crunchydata.com> Co-authored-by: Drew Sessler <36803518+dsessler7@users.noreply.github.com> Co-authored-by: Dan T <96055340+Dan0x54@users.noreply.github.com> Co-authored-by: andrewlecuyer <andrew.lecuyer@crunchydata.com> --------- Co-authored-by: jmckulk <joseph.mckulka@crunchydata.com> Co-authored-by: Joseph Mckulka <16840147+jmckulk@users.noreply.github.com> Co-authored-by: Anthony Landreth <tony.landreth@crunchydata.com> Co-authored-by: Daniel Holmes <daniel.holmes@djcentric.com> Co-authored-by: Drew Sessler <drew.sessler@crunchydata.com> Co-authored-by: crunchy-containers-bot <sysops+containersbot@crunchydata.com> Co-authored-by: Tony Landreth <56887169+tony-landreth@users.noreply.github.com> Co-authored-by: ValClarkson <valerie.clarkson@crunchydata.com> Co-authored-by: Benjamin Blattberg <ben.blattberg@crunchydata.com> Co-authored-by: Drew Sessler <36803518+dsessler7@users.noreply.github.com> Co-authored-by: Dan T <96055340+Dan0x54@users.noreply.github.com> Co-authored-by: andrewlecuyer <andrew.lecuyer@crunchydata.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.