Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
ltellesfl wants to merge 34 commits into CrunchyData:main from IndicoDataSolutions:oci-update
Closed

Conversation

Copy link

@ltellesfl ltellesfl commented Jun 4, 2025

No description provided.

NathanOkolita and others added 30 commits November 22, 2021 11:56
initial configurations for testing base configuration
Now there is a new section controllerImages. These images need to be pulled, tagged, and pushed to harbor.
* [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.
* 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>
ltellesfl and others added 4 commits November 8, 2024 17:16
* 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
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /