Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
chore(*): brigadecore updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice committed Mar 18, 2019
1 parent 1930455 commit c9e5da9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions brigade.js
Expand Up @@ -33,7 +33,7 @@ function build(e, project) {
builder.tasks.push(
"helm init -c",
// Needed for fetching brigade's sub-charts (kashti, etc.)
"helm repo add brigade https://azure.github.io/brigade-charts",
"helm repo add brigade https://brigadecore.github.io/charts",
"make build",
"make index",
`cp -a dist/ ${sharedMountPrefix}`,
Expand Down Expand Up @@ -95,7 +95,7 @@ class Notification {
this.payload = e.payload;
this.name = name;
this.externalID = e.buildID;
this.detailsURL = `https://azure.github.io/kashti/builds/${ e.buildID }`;
this.detailsURL = `https://brigadecore.github.io/kashti/builds/${ e.buildID }`;
this.title = "running check";
this.text = "";
this.summary = "";
Expand Down
4 changes: 2 additions & 2 deletions charts/brigade-project/templates/NOTES.txt
Expand Up @@ -8,11 +8,11 @@ To check it's state, run:

helm status {{.Release.Name}}

NOTE: The Helm repo URL serving this chart has changed to: https://azure.github.io/brigade-charts
NOTE: The Helm repo URL serving this chart has changed to: https://brigadecore.github.io/charts

All subsequent chart releases will be served at this URL.

Please update your local Helm repo:

helm repo remove brigade
helm repo add brigade https://azure.github.io/brigade-charts
helm repo add brigade https://brigadecore.github.io/charts
6 changes: 3 additions & 3 deletions charts/brigade/requirements.yaml
@@ -1,14 +1,14 @@
dependencies:
- name: kashti
version: 0.1.1
repository: https://azure.github.io/brigade-charts
repository: https://brigadecore.github.io/charts
condition: kashti.enabled
- name: brigade-github-app
version: 0.1.2
repository: https://azure.github.io/brigade-charts
repository: https://brigadecore.github.io/charts
condition: brigade-github-app.enabled
- name: brigade-github-oauth
alias: gw
version: 0.1.0
repository: https://azure.github.io/brigade-charts
repository: https://brigadecore.github.io/charts
condition: gw.enabled
4 changes: 2 additions & 2 deletions charts/brigade/templates/NOTES.txt
Expand Up @@ -4,11 +4,11 @@ To find out about your newly configured system, run:

$ helm status {{ .Release.Name }}

NOTE: The Helm repo URL serving this chart has changed to: https://azure.github.io/brigade-charts
NOTE: The Helm repo URL serving this chart has changed to: https://brigadecore.github.io/charts

All subsequent chart releases will be served at this URL.

Please update your local Helm repo:

helm repo remove brigade
helm repo add brigade https://azure.github.io/brigade-charts
helm repo add brigade https://brigadecore.github.io/charts

0 comments on commit c9e5da9

Please sign in to comment.