Skip to content

gitlab helm chart v6.11.8 doesn't released to helm chart registry (appversion v15.11.8)

Summary

For the step 16 major upgrade of gitlab from 15.7, upgrade the 15.11.8 version first. upgrade path

Steps to reproduce

1 add helm repo

$ helm repo add gitlab https://charts.gitlab.io/ 

2 update helm dependency in Chart.yaml

apiVersion: v2
name: gitlab
description: A Helm chart for GitLab

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 6.11.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v15.11.8"

dependencies:
  - name: gitlab
    version: 6.11.8
    repository: https://charts.gitlab.io
  1. helm dependency update
$ helm dependency update
Error: can't get a valid version for repositories gitlab. Try changing the version constraint in Chart.yaml
  1. search helm repo
$ helm search repo -l gitlab
NAME                            CHART VERSION   APP VERSION     DESCRIPTION                                       
gitlab/gitlab                   7.0.2           v16.0.2         The One DevOps Platform                           
gitlab/gitlab                   7.0.1           v16.0.1         The One DevOps Platform                           
gitlab/gitlab                   7.0.0           v16.0.0         The One DevOps Platform                           
gitlab/gitlab                   6.11.7          v15.11.7        The One DevOps Platform                           
gitlab/gitlab                   6.11.6          v15.11.6        The One DevOps Platform                           
gitlab/gitlab                   6.11.5          v15.11.5        The One DevOps Platform 

6.11.8 version not found

Configuration used

  • none

Current behavior

  • gitlab helm chart v6.11.8 doesn't exist

Expected behavior

Versions

  • Chart: v6.11.8
  • Platform:
    • Cloud: EKS

Relevant logs

(Please provide any relevate log snippets you have collected, using code blocks (```) to format)

Edited by thor.j정태균