Commit 7e145fd6 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Use new location for gitlab-runner helm charts

Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 1c687f7f
...@@ -55,7 +55,7 @@ export default class ClusterStore { ...@@ -55,7 +55,7 @@ export default class ClusterStore {
...applicationInitialState, ...applicationInitialState,
title: s__('ClusterIntegration|GitLab Runner'), title: s__('ClusterIntegration|GitLab Runner'),
version: null, version: null,
chartRepo: 'https://gitlab.com/charts/gitlab-runner', chartRepo: 'https://gitlab.com/gitlab-org/charts/gitlab-runner',
updateAvailable: null, updateAvailable: null,
updateSuccessful: false, updateSuccessful: false,
updateFailed: false, updateFailed: false,
......
---
title: Use new location for gitlab-runner helm charts
merge_request: 32384
author:
type: other
...@@ -103,7 +103,7 @@ implications](../project/clusters/index.md#security-implications) before doing s ...@@ -103,7 +103,7 @@ implications](../project/clusters/index.md#security-implications) before doing s
NOTE: **Note:** NOTE: **Note:**
The The
[runner/gitlab-runner](https://gitlab.com/charts/gitlab-runner) [runner/gitlab-runner](https://gitlab.com/gitlab-org/charts/gitlab-runner)
chart is used to install this application with a chart is used to install this application with a
[`values.yaml`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/vendor/runner/values.yaml) [`values.yaml`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/vendor/runner/values.yaml)
file. file.
......
...@@ -371,7 +371,7 @@ describe('Application Row', () => { ...@@ -371,7 +371,7 @@ describe('Application Row', () => {
it('contains a link to the chart repo if application has been updated', () => { it('contains a link to the chart repo if application has been updated', () => {
const version = '0.1.45'; const version = '0.1.45';
const chartRepo = 'https://gitlab.com/charts/gitlab-runner'; const chartRepo = 'https://gitlab.com/gitlab-org/charts/gitlab-runner';
vm = mountComponent(ApplicationRow, { vm = mountComponent(ApplicationRow, {
...DEFAULT_APPLICATION_STATE, ...DEFAULT_APPLICATION_STATE,
status: APPLICATION_STATUS.INSTALLED, status: APPLICATION_STATUS.INSTALLED,
......
...@@ -86,7 +86,7 @@ describe('Clusters Store', () => { ...@@ -86,7 +86,7 @@ describe('Clusters Store', () => {
requestReason: null, requestReason: null,
version: mockResponseData.applications[2].version, version: mockResponseData.applications[2].version,
updateAvailable: mockResponseData.applications[2].update_available, updateAvailable: mockResponseData.applications[2].update_available,
chartRepo: 'https://gitlab.com/charts/gitlab-runner', chartRepo: 'https://gitlab.com/gitlab-org/charts/gitlab-runner',
installed: false, installed: false,
installFailed: false, installFailed: false,
updateFailed: false, updateFailed: false,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment