Skip to content

Commit

Permalink
Update link to GitLab Helm chart documentation (helm#7614)
Browse files Browse the repository at this point in the history
* Update link to GitLab Helm chart documentation

Signed-off-by: Joshua Lambert <[email protected]>

* Update GitLab Chart link to current GA chart

Signed-off-by: Joshua Lambert <[email protected]>

* Bump chart versions

Signed-off-by: Joshua Lambert <[email protected]>

* Remove maintainers sign chart is deprecated. This is required by the linting job.

Signed-off-by: Joshua Lambert <[email protected]>

* Fix spacing in values.yaml, add appVersion field.

Signed-off-by: Joshua Lambert <[email protected]>

* Update requirements.lock for gitlab images

Signed-off-by: Joshua Lambert <[email protected]>
  • Loading branch information
lambertjosh authored and k8s-ci-robot committed Sep 8, 2018
1 parent d196af9 commit f2dc193
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 18 deletions.
6 changes: 2 additions & 4 deletions stable/gitlab-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: [email protected]
2 changes: 1 addition & 1 deletion stable/gitlab-ce/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions stable/gitlab-ce/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions stable/gitlab-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions stable/gitlab-ee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: [email protected]
2 changes: 1 addition & 1 deletion stable/gitlab-ee/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions stable/gitlab-ee/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions stable/gitlab-ee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2dc193

Please sign in to comment.