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

Fix missing restAPI when using stackgres with OLM #555

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheBigLee
Copy link
Member

@TheBigLee TheBigLee commented Nov 26, 2024

We need the Stackgres RestAPI for our maintenance. Without the RestAPI we won't be able to find the latest minor versions available.

Unfortunately the RestAPI is not installed by default when using OLM and needs to be manually patched in the SGConfig.

Checklist

  • The PR has a meaningful title. It will be used to auto generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

@TheBigLee TheBigLee added the bug Something isn't working label Nov 26, 2024
@TheBigLee TheBigLee requested review from a team, Kidswiss, wejdross and zugao and removed request for a team November 26, 2024 17:39
We need the Stackgres RestAPI for our maintenance. Without the RestAPI
we won't be able to find the latest minor versions available.

Unfortunately the RestAPI is not installed by default when using OLM and
needs to be manually patched in the SGConfig.

Signed-off-by: Nicolas Bigler <[email protected]>
@Kidswiss
Copy link
Contributor

Did you test if our minorVersionUpgrades will work with that?

If I remember correctly the credentials for the REST API are expected to be in a specific secret. If that secret now also looks differently, then the maintenance will still not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants