哪个版本的gitlab-runner herm图表与GitLab版本10.8.7-ee匹配?

问题描述 投票:0回答:1

我想安装GitLab运行程序版本10.8.7,使其与我正在使用的GitLab安装版本相同。我试图通过以下命令找出头盔图表的版本:

helm search repo -l gitlab/gitlab-runner
NAME                    CHART VERSION   APP VERSION DESCRIPTION
gitlab/gitlab-runner    0.15.0          12.9.0      GitLab Runner
...
gitlab/gitlab-runner    0.1.45          11.7.0      GitLab Runner
gitlab/gitlab-runner    0.1.44                      GitLab Runner
gitlab/gitlab-runner    0.1.43                      GitLab Runner
gitlab/gitlab-runner    0.1.42                      GitLab Runner
gitlab/gitlab-runner    0.1.41                      GitLab Runner
...
gitlab/gitlab-runner    0.1.14                      GitLab Runner
gitlab/gitlab-runner    0.1.13                      GitLab Runner

但是似乎只有图表版本0.15至0.14.5指定了实际的GitLab版本(12.9.0至11.7.0)。

那么哪个图表版本对应于应用程序版本GitLab 10.8.7?

kubernetes-helm gitlab-ci-runner
1个回答
0
投票

我安装了图表版本0.1.34,并且似乎在运行gitlabRunner 11.3.0

 cat gitlab-runner-group-values.yml | helm install  --namespace gitlabrunner -f - --version 0.1.34 gitlab-runner-tdh gitlab/gitlab-runner

先前的图表版本0.1.33跳至gitlab运行程序10.3.0

据我所知,GitLab runner v10.8.0 2018-05-22没有头盔图表版本>

[官方changelog仅回到v0.1.45(2019-01-22),与GitLab运行程序11.7.0相对应

© www.soinside.com 2019 - 2024. All rights reserved.