mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update link to GitLab Helm chart documentation (#7614)
* Update link to GitLab Helm chart documentation Signed-off-by: Joshua Lambert <joshua@gitlab.com> * Update GitLab Chart link to current GA chart Signed-off-by: Joshua Lambert <joshua@gitlab.com> * Bump chart versions Signed-off-by: Joshua Lambert <joshua@gitlab.com> * Remove maintainers sign chart is deprecated. This is required by the linting job. Signed-off-by: Joshua Lambert <joshua@gitlab.com> * Fix spacing in values.yaml, add appVersion field. Signed-off-by: Joshua Lambert <joshua@gitlab.com> * Update requirements.lock for gitlab images Signed-off-by: Joshua Lambert <joshua@gitlab.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
d196af9db6
commit
f2dc1934fb
@@ -1,6 +1,7 @@
|
||||
name: gitlab-ce
|
||||
deprecated: true
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
appVersion: 9.4.1
|
||||
description: GitLab Community Edition
|
||||
keywords:
|
||||
- git
|
||||
@@ -14,6 +15,3 @@ sources:
|
||||
- https://hub.docker.com/r/gitlab/gitlab-ce/
|
||||
- https://docs.gitlab.com/omnibus/
|
||||
icon: https://gitlab.com/uploads/group/avatar/6543/gitlab-logo-square.png
|
||||
maintainers:
|
||||
- name: Greg Taylor
|
||||
email: gtaylor@gc-taylor.com
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
> This chart is deprecated in favor of the [official GitLab chart](http://docs.gitlab.com/ce/install/kubernetes/gitlab_omnibus.html).
|
||||
> This chart is deprecated in favor of the [official GitLab chart](https://docs.gitlab.com/ee/install/kubernetes/gitlab_chart.html).
|
||||
|
||||
# GitLab Community Edition
|
||||
|
||||
|
||||
@@ -5,5 +5,5 @@ dependencies:
|
||||
- name: postgresql
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 0.8.1
|
||||
digest: sha256:0f00474de1e8698b18b267f0d42db543c032b26609d6bab4a06e174232cc6ef6
|
||||
generated: 2017-09-03T14:17:06.691463708-04:00
|
||||
digest: sha256:94bbb4af5c8b8e6114938d06650c9e82b0a80613e0b60a6cdbb5031fb7771ae2
|
||||
generated: 2018-09-08T11:28:35.128492897-04:00
|
||||
|
||||
@@ -12,12 +12,12 @@ image: gitlab/gitlab-ce:9.4.1-ce.0
|
||||
## The URL (with protocol) that your users will use to reach the install.
|
||||
## ref: https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-the-external-url-for-gitlab
|
||||
##
|
||||
#externalUrl: http://your-domain.com/
|
||||
# externalUrl: http://your-domain.com/
|
||||
|
||||
## Change the initial default admin password if set. If not set, you'll be
|
||||
## able to set it when you first visit your install.
|
||||
##
|
||||
#gitlabRootPassword: ""
|
||||
# gitlabRootPassword: ""
|
||||
|
||||
## For minikube, set this to NodePort, elsewhere use LoadBalancer
|
||||
## ref: http://kubernetes.io/docs/user-guide/services/#publishing-services---service-types
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: gitlab-ee
|
||||
deprecated: true
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
appVersion: 9.4.1
|
||||
description: GitLab Enterprise Edition
|
||||
keywords:
|
||||
- git
|
||||
@@ -14,6 +15,3 @@ sources:
|
||||
- https://hub.docker.com/r/gitlab/gitlab-ee/
|
||||
- https://docs.gitlab.com/omnibus/
|
||||
icon: https://gitlab.com/uploads/group/avatar/6543/gitlab-logo-square.png
|
||||
maintainers:
|
||||
- name: Quentin Rousseau
|
||||
email: contact@quent.in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
> This chart is deprecated in favor of the [official GitLab chart](http://docs.gitlab.com/ce/install/kubernetes/gitlab_omnibus.html).
|
||||
> This chart is deprecated in favor of the [official GitLab chart](https://docs.gitlab.com/ee/install/kubernetes/gitlab_chart.html).
|
||||
|
||||
# GitLab Enterprise Edition
|
||||
|
||||
|
||||
@@ -5,5 +5,5 @@ dependencies:
|
||||
- name: postgresql
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 0.8.1
|
||||
digest: sha256:0f00474de1e8698b18b267f0d42db543c032b26609d6bab4a06e174232cc6ef6
|
||||
generated: 2017-09-03T14:17:07.733582008-04:00
|
||||
digest: sha256:94bbb4af5c8b8e6114938d06650c9e82b0a80613e0b60a6cdbb5031fb7771ae2
|
||||
generated: 2018-09-08T11:28:47.951673071-04:00
|
||||
|
||||
@@ -12,12 +12,12 @@ image: gitlab/gitlab-ee:9.4.1-ee.0
|
||||
## The URL (with protocol) that your users will use to reach the install.
|
||||
## ref: https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-the-external-url-for-gitlab
|
||||
##
|
||||
#externalUrl: http://your-domain.com/
|
||||
# externalUrl: http://your-domain.com/
|
||||
|
||||
## Change the initial default admin password if set. If not set, you'll be
|
||||
## able to set it when you first visit your install.
|
||||
##
|
||||
#gitlabRootPassword: ""
|
||||
# gitlabRootPassword: ""
|
||||
|
||||
## For minikube, set this to NodePort, elsewhere use LoadBalancer
|
||||
## ref: http://kubernetes.io/docs/user-guide/services/#publishing-services---service-types
|
||||
|
||||
Reference in New Issue
Block a user