Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,768
    • Issues 44,768
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #263778
You need to sign in or sign up before continuing.
Closed
Open
Issue created Oct 08, 2020 by Thong Kuah@tkuah5️⃣Maintainer2 of 4 checklist items completed2/4 checklist items

Migrate postgresql from stable Helm repo (which is going away Nov 13, 2020)

https://www.cncf.io/blog/2020/10/07/important-reminder-for-all-helm-users-stable-incubator-repos-are-deprecated-and-all-images-are-changing-location/

On Nov 13, 2020 the stable repository will be gone - https://github.com/helm/charts/issues/23742#issuecomment-702128318

Impact

Auto deploy will no longer work after 2020-11-13 as this will no longer work:

helm upgrade --install stable/postgresql

TODO

  • Merge !45984 (merged)
  • Verify on gitlab.com if it's working on existing setups
  • ~~Backport ~"Pick into 13.5", ~"Pick into 13.4" and ~"Pick into 13.3" .~~
  • Merge !46531 (merged) and backport (Safer version)

Proposal

So we will need to migrate to https://github.com/bitnami/charts/tree/master/bitnami/postgresql for:

  • Postgresql 8.2.1
  • Postgresq 0.7.1

If that is not possible, then we can vendor the existing postgresql charts, or mirror the stable repository instead (see !44875 (merged))

/cc @shinya.maeda @ogolowinski @nicholasklick @hfyngvason @csouthard

Edited Nov 03, 2020 by Thong Kuah
Assignee
Assign to
Time tracking