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

statefulset: Use stateful sets for postgres deployments (PROJQUAY-6672) #980

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. mirror(deployment-template): add postgresql client certificate overla…

    …y for authentication (PROJQUAY-2417) (quay#963) (quay#966)
    
    Missed that we need the certificate handling in the mirror pod when using Postgres SSL authentication
    
    Co-authored-by: Michaela Lang <[email protected]>
    bcaton85 and michaelalang authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cc5a566 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. [redhat-3.13] blocker: fixing recursed accumulation of path for manag…

    …ed clair resources (PROJQUAY-7993) (quay#970)
    
    The scale-down component was never rendered because of the incorrect path.
    The clair-postgres and clair-app needed to scale back after the postgres upgrade.
    
    This change ensures following flow in the case where clair is managed:
    - Scale down clair-app
    - Scale down clair-postgres
    - Upgrade clair-postgres
    - Scale up clair-postgres
    - Scale up clair-app
    
    ---------
    
    Co-authored-by: Shubhra Deshpande <shubhrajayant+github.com>
    openshift-cherrypick-robot authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2d9f2fe View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. removed scale-up-clair component

    Shubhra Deshpande committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7e64e64 View commit details
    Browse the repository at this point in the history
  2. moved base clair upgrade component outof scale-down resource

    Shubhra Deshpande committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2328b22 View commit details
    Browse the repository at this point in the history
  3. pgupgradecomponent: seperated controller logic for clair and quay com…

    …ponents
    Shubhra Deshpande committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4ebde73 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. pgmigration: updated clairpostgres component to have separate upgrade…

    … component
    Shubhra Deshpande committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b0edc1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a9a60 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge branch 'deshpandevlab-pgmigration-3.13'

    Shubhra Deshpande committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    405cced View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    40f0757 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. statefulset: Use stateful sets for posgres deployments (PROJQUAY-6672)

    - Swap Postgres and Clair Postgres Deployments to StatefulSets
    jonathankingfc authored and Shubhra Deshpande committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fd8ddb6 View commit details
    Browse the repository at this point in the history
  2. statefulset: updating controller to read from a statefulset

    Shubhra Deshpande committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    39f7ddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae241c View commit details
    Browse the repository at this point in the history
  4. statefulset: reverted statefulset changes for quay postgres

    Shubhra Deshpande committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    83038f4 View commit details
    Browse the repository at this point in the history