Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab
GitLab
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 36,070
    • Issues 36,070
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1,299
    • Merge Requests 1,299
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLabGitLab
  • Issues
  • #263778

Closed
Open
Created Oct 08, 2020 by Thong Kuah@tkuah🔴Maintainer2 of 4 tasks completed2/4 tasks

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
13.6
Milestone
13.6 (Past due)
Assign milestone
Time tracking
Nov 13, 2020
Due date
Nov 13, 2020
Reference: gitlab-org/gitlab#263778