Skip to content

Update package name in note

Julius Kvedaras requested to merge update-package-name into master

When the helm installation of gitlab-runner is performed and gitlabUrl is not specified you will receive the bellow output which has an incorrect package name stable/gitlab-runner and it should be gitlab/gitlab-runner:

juliuskvedaras@Juliuss-MacBook-Pro:~/helm/custom$ helm install runner gitlab/gitlab-runner
NAME: runner
LAST DEPLOYED: Tue Apr 28 09:08:26 2020
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
##############################################################################
## WARNING: You did not specify an gitlabUrl in your 'helm install' call. ##
##############################################################################

This deployment will be incomplete until you provide the URL that your
GitLab instance is reachable at:

    helm upgrade runner \
        --set gitlabUrl=http://gitlab.your-domain.com,runnerRegistrationToken=your-registration-token \
        stable/gitlab-runner
juliuskvedaras@Juliuss-MacBook-Pro:~/helm/gitlab-runner$ helm search repo gitlab-runner
NAME                	CHART VERSION	APP VERSION	DESCRIPTION  
gitlab/gitlab-runner	0.16.0       	12.10.1    	GitLab Runner
juliuskvedaras@Juliuss-MacBook-Pro:~/helm/gitlab-runner$ 

This File

Edited by Steve Xuereb

Merge request reports