Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

RawGit is shutting down, replace it with jsDelivr #763

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/fabric8/cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata:
annotations:
expose.config.fabric8.io/oauth-authorize-url-key: oauth-authorize-uri
expose.config.fabric8.io/apiserver-key: api-server
fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-console/f619a352/img/fabric8_icon.svg"
fabric8.io/iconUrl: "https://cdn.jsdelivr.net/gh/fabric8io/fabric8-console@f619a352/img/fabric8_icon.svg"
data:
oauth-client-id: "fabric8"
oauth-scope: "user:full"
Expand Down
2 changes: 1 addition & 1 deletion src/main/fabric8/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
metadata:
annotations:
configmap.fabric8.io/update-on-change: "fabric8-runtime-console"
fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-console/f619a352/img/fabric8_icon.svg"
fabric8.io/iconUrl: "https://cdn.jsdelivr.net/gh/fabric8io/fabric8-console@f619a352/img/fabric8_icon.svg"
spec:
replicas: 1
template:
Expand Down
2 changes: 1 addition & 1 deletion src/main/fabric8/fabric8-console2-package-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
provider: fabric8.io
version: ${project.version}
annotations:
fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-console/f619a352/img/fabric8_icon.svg"
fabric8.io/iconUrl: "https://cdn.jsdelivr.net/gh/fabric8io/fabric8-console@f619a352/img/fabric8_icon.svg"
data:
metadata-url: http://central.maven.org/maven2/io/fabric8/platform/console2/fabric8-runtime-console/maven-metadata.xml
package-url-prefix: http://central.maven.org/maven2/io/fabric8/platform/console2/fabric8-runtime-console/%[1]s/fabric8-runtime-console-%[1]s-
Expand Down
2 changes: 1 addition & 1 deletion src/main/fabric8/svc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
expose: "true"
annotations:
fabric8.io/app-menu: development
fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-console/f619a352/img/fabric8_icon.svg"
fabric8.io/iconUrl: "https://cdn.jsdelivr.net/gh/fabric8io/fabric8-console@f619a352/img/fabric8_icon.svg"
spec:
ports:
- name: "http"
Expand Down