Use new location for helm charts repo
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
6cfab760b7
commit
7d90f0f060
7 changed files with 18 additions and 18 deletions
|
@ -148,7 +148,7 @@ Check the directory layout on your Gitaly server to be sure.
|
|||
|
||||
<!--
|
||||
updates to following example must also be made at
|
||||
https://gitlab.com/charts/gitlab/blob/master/doc/advanced/external-gitaly/external-omnibus-gitaly.md#configure-omnibus-gitlab
|
||||
https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/advanced/external-gitaly/external-omnibus-gitaly.md#configure-omnibus-gitlab
|
||||
-->
|
||||
|
||||
```ruby
|
||||
|
|
|
@ -75,7 +75,7 @@ and they will assist you with any issues you are having.
|
|||
## GitLab-specific kubernetes information
|
||||
|
||||
- Minimal config that can be used to test a Kubernetes helm chart can be found
|
||||
[here](https://gitlab.com/charts/gitlab/issues/620).
|
||||
[here](https://gitlab.com/gitlab-org/charts/gitlab/issues/620).
|
||||
|
||||
- Tailing logs of a separate pod. An example for a unicorn pod:
|
||||
|
||||
|
@ -176,7 +176,7 @@ and they will assist you with any issues you are having.
|
|||
helm upgrade <release name> <chart path> -f gitlab.yaml
|
||||
```
|
||||
|
||||
After <https://canary.gitlab.com/charts/gitlab/issues/780> is fixed, it should
|
||||
After <https://gitlab.com/gitlab-org/charts/gitlab/issues/780> is fixed, it should
|
||||
be possible to use [Updating GitLab using the Helm Chart](https://docs.gitlab.com/ee/install/kubernetes/gitlab_chart.html#updating-gitlab-using-the-helm-chart)
|
||||
for upgrades.
|
||||
|
||||
|
@ -191,8 +191,8 @@ and they will assist you with any issues you are having.
|
|||
|
||||
## Installation of minimal GitLab config via Minukube on macOS
|
||||
|
||||
This section is based on [Developing for Kubernetes with Minikube](https://gitlab.com/charts/gitlab/blob/master/doc/minikube/index.md)
|
||||
and [Helm](https://gitlab.com/charts/gitlab/blob/master/doc/helm/index.md). Refer
|
||||
This section is based on [Developing for Kubernetes with Minikube](https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/minikube/index.md)
|
||||
and [Helm](https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/helm/index.md). Refer
|
||||
to those documents for details.
|
||||
|
||||
- Install Kubectl via Homebrew:
|
||||
|
@ -223,7 +223,7 @@ to those documents for details.
|
|||
helm init --service-account tiller
|
||||
```
|
||||
|
||||
- Copy the file <https://gitlab.com/charts/gitlab/raw/master/examples/values-minikube-minimum.yaml>
|
||||
- Copy the file <https://gitlab.com/gitlab-org/charts/gitlab/raw/master/examples/values-minikube-minimum.yaml>
|
||||
to your workstation.
|
||||
|
||||
- Find the IP address in the output of `minikube ip` and update the yaml file with
|
||||
|
|
|
@ -651,7 +651,7 @@ We've also detailed [our architecture of GitLab.com](https://about.gitlab.com/ha
|
|||
[shell-charts]: https://docs.gitlab.com/charts/charts/gitlab/gitlab-shell/
|
||||
[shell-source]: ../install/installation.md#install-gitlab-shell
|
||||
[pages-omnibus]: ../administration/pages/index.md
|
||||
[pages-charts]: https://gitlab.com/charts/gitlab/issues/37
|
||||
[pages-charts]: https://gitlab.com/gitlab-org/charts/gitlab/issues/37
|
||||
[pages-source]: ../install/installation.md#install-gitlab-pages
|
||||
[pages-gdk]: https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/pages.md
|
||||
[registry-omnibus]: ../administration/container_registry.md#container-registry-domain-configuration
|
||||
|
@ -673,9 +673,9 @@ We've also detailed [our architecture of GitLab.com](https://about.gitlab.com/ha
|
|||
[grafana-omnibus]: ../administration/monitoring/performance/grafana_configuration.md
|
||||
[grafana-charts]: https://github.com/helm/charts/tree/master/stable/grafana
|
||||
[sentry-omnibus]: https://docs.gitlab.com/omnibus/settings/configuration.html#error-reporting-and-logging-with-sentry
|
||||
[sentry-charts]: https://gitlab.com/charts/gitlab/issues/1319
|
||||
[sentry-charts]: https://gitlab.com/gitlab-org/charts/gitlab/issues/1319
|
||||
[jaeger-omnibus]: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4104
|
||||
[jaeger-charts]: https://gitlab.com/charts/gitlab/issues/1320
|
||||
[jaeger-charts]: https://gitlab.com/gitlab-org/charts/gitlab/issues/1320
|
||||
[jaeger-source]: ../development/distributed_tracing.md#enabling-distributed-tracing
|
||||
[jaeger-gdk]: ../development/distributed_tracing.html#using-jaeger-in-the-gitlab-development-kit
|
||||
[redis-exporter-omnibus]: ../administration/monitoring/prometheus/redis_exporter.md
|
||||
|
@ -687,7 +687,7 @@ We've also detailed [our architecture of GitLab.com](https://about.gitlab.com/ha
|
|||
[gitlab-monitor-omnibus]: ../administration/monitoring/prometheus/gitlab_monitor_exporter.md
|
||||
[gitlab-monitor-charts]: https://docs.gitlab.com/charts/charts/gitlab/gitlab-monitor/index.html
|
||||
[node-exporter-omnibus]: ../administration/monitoring/prometheus/node_exporter.md
|
||||
[node-exporter-charts]: https://gitlab.com/charts/gitlab/issues/1332
|
||||
[node-exporter-charts]: https://gitlab.com/gitlab-org/charts/gitlab/issues/1332
|
||||
[mattermost-omnibus]: https://docs.gitlab.com/omnibus/gitlab-mattermost/
|
||||
[mattermost-charts]: https://docs.mattermost.com/install/install-mmte-helm-gitlab-helm.html
|
||||
[minio-omnibus]: https://min.io/download
|
||||
|
@ -705,7 +705,7 @@ We've also detailed [our architecture of GitLab.com](https://about.gitlab.com/ha
|
|||
[certificate-management-source]: ../install/installation.md#using-https
|
||||
[certificate-management-gdk]: https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/https.md
|
||||
[geo-omnibus]: ../administration/geo/replication/index.md#setup-instructions
|
||||
[geo-charts]: https://gitlab.com/charts/gitlab/issues/8
|
||||
[geo-charts]: https://gitlab.com/gitlab-org/charts/gitlab/issues/8
|
||||
[geo-gdk]: https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/geo.md
|
||||
[ldap-omnibus]: ../administration/auth/ldap.md
|
||||
[ldap-charts]: https://docs.gitlab.com/charts/charts/globals.html#ldap
|
||||
|
|
|
@ -118,7 +118,7 @@ Helm chart][helm-chart], itself deployed with custom
|
|||
|
||||
See [Review Apps][review-apps] for more details about Review Apps.
|
||||
|
||||
[helm-chart]: https://gitlab.com/charts/gitlab/
|
||||
[helm-chart]: https://gitlab.com/gitlab-org/charts/gitlab/
|
||||
[cng]: https://gitlab.com/gitlab-org/build/CNG
|
||||
|
||||
## How do I run the tests?
|
||||
|
|
|
@ -267,7 +267,7 @@ find a way to limit it to only us.**
|
|||
|
||||
- [Review Apps integration for CE/EE (presentation)](https://docs.google.com/presentation/d/1QPLr6FO4LduROU8pQIPkX1yfGvD13GEJIBOenqoKxR8/edit?usp=sharing)
|
||||
|
||||
[charts-1068]: https://gitlab.com/charts/gitlab/issues/1068
|
||||
[charts-1068]: https://gitlab.com/gitlab-org/charts/gitlab/issues/1068
|
||||
[gitlab-pipeline]: https://gitlab.com/gitlab-org/gitlab-ce/pipelines/44362587
|
||||
[gitlab:assets:compile]: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/149511610
|
||||
[review-build-cng]: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/149511623
|
||||
|
@ -276,7 +276,7 @@ find a way to limit it to only us.**
|
|||
[cng]: https://gitlab.com/gitlab-org/build/CNG
|
||||
[cng-mirror-pipeline]: https://gitlab.com/gitlab-org/build/CNG-mirror/pipelines/44364657
|
||||
[cng-mirror-registry]: https://gitlab.com/gitlab-org/build/CNG-mirror/container_registry
|
||||
[helm-chart]: https://gitlab.com/charts/gitlab/
|
||||
[helm-chart]: https://gitlab.com/gitlab-org/charts/gitlab/
|
||||
[review-apps-ce]: https://console.cloud.google.com/kubernetes/clusters/details/us-central1-a/review-apps-ce?project=gitlab-review-apps
|
||||
[review-apps-ee]: https://console.cloud.google.com/kubernetes/clusters/details/us-central1-b/review-apps-ee?project=gitlab-review-apps
|
||||
[review-apps.sh]: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/scripts/review_apps/review-apps.sh
|
||||
|
|
|
@ -92,9 +92,9 @@ If you are running GitLab within a Docker container, you can run the backup from
|
|||
docker exec -t <container name> gitlab-backup create
|
||||
```
|
||||
|
||||
If you are using the [GitLab helm chart](https://gitlab.com/charts/gitlab) on a
|
||||
If you are using the [GitLab helm chart](https://gitlab.com/gitlab-org/charts/gitlab) on a
|
||||
Kubernetes cluster, you can run the backup task using `backup-utility` script on
|
||||
the GitLab task runner pod via `kubectl`. Refer to [backing up a GitLab installation](https://gitlab.com/charts/gitlab/blob/master/doc/backup-restore/backup.md#backing-up-a-gitlab-installation) for more details:
|
||||
the GitLab task runner pod via `kubectl`. Refer to [backing up a GitLab installation](https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/backup-restore/backup.md#backing-up-a-gitlab-installation) for more details:
|
||||
|
||||
```sh
|
||||
kubectl exec -it <gitlab task-runner pod> backup-utility
|
||||
|
@ -764,7 +764,7 @@ docker exec -it <name of container> gitlab-backup restore
|
|||
```
|
||||
|
||||
The GitLab helm chart uses a different process, documented in
|
||||
[restoring a GitLab helm chart installation](https://gitlab.com/charts/gitlab/blob/master/doc/backup-restore/restore.md).
|
||||
[restoring a GitLab helm chart installation](https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/backup-restore/restore.md).
|
||||
|
||||
## Alternative backup strategies
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@ function create_application_secret() {
|
|||
function download_chart() {
|
||||
echoinfo "Downloading the GitLab chart..." true
|
||||
|
||||
curl -o gitlab.tar.bz2 "https://gitlab.com/charts/gitlab/-/archive/${GITLAB_HELM_CHART_REF}/gitlab-${GITLAB_HELM_CHART_REF}.tar.bz2"
|
||||
curl -o gitlab.tar.bz2 "https://gitlab.com/gitlab-org/charts/gitlab/-/archive/${GITLAB_HELM_CHART_REF}/gitlab-${GITLAB_HELM_CHART_REF}.tar.bz2"
|
||||
tar -xjf gitlab.tar.bz2
|
||||
cd "gitlab-${GITLAB_HELM_CHART_REF}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue