Skip to content

Commit

Permalink
feat(update-github-urls): Updated github URLs to use latest. (logicmo…
Browse files Browse the repository at this point in the history
…nitor#1) (logicmonitor#80)

* feat(update-github-urls): Updated github URLs to use latest. (logicmonitor#1)

Squashed commit of the following:

commit 4f74f4677db909d954a65e67faf8bd15dded98dd
Author: Shubhashri Shirode <[email protected]>
Date:   Fri Apr 16 13:01:36 2021 +0530

    DEV-74911: updated icons urls.

commit a6b5e2fca1a2919b55a25b3ab5daa00d1438f307
Author: Shubhashri Shirode <[email protected]>
Date:   Fri Apr 16 12:50:10 2021 +0530

    DEV-74911: updated readme.

commit a9f09e3d5b4e925fcbc713850a4f55c78e98f1b2
Author: Shubhashri Shirode <[email protected]>
Date:   Fri Apr 16 12:41:34 2021 +0530

    DEV-74911- github url updated.

Co-authored-by: Shubhashri Shirode <[email protected]>

* Develop (logicmonitor#2)

* feat(update-github-urls): Updated github URLs to use latest.

Squashed commit of the following:

commit 4f74f4677db909d954a65e67faf8bd15dded98dd
Author: Shubhashri Shirode <[email protected]>
Date:   Fri Apr 16 13:01:36 2021 +0530

    DEV-74911: updated icons urls.

commit a6b5e2fca1a2919b55a25b3ab5daa00d1438f307
Author: Shubhashri Shirode <[email protected]>
Date:   Fri Apr 16 12:50:10 2021 +0530

    DEV-74911: updated readme.

commit a9f09e3d5b4e925fcbc713850a4f55c78e98f1b2
Author: Shubhashri Shirode <[email protected]>
Date:   Fri Apr 16 12:41:34 2021 +0530

    DEV-74911- github url updated.

* Updated index.yaml for icon urls.

Co-authored-by: Shubhashri Shirode <[email protected]>

Co-authored-by: Shubhashri Shirode <[email protected]>
  • Loading branch information
shubhashri12 and lmshubhashri authored Apr 16, 2021
1 parent 09d0bdb commit b482ff0
Show file tree
Hide file tree
Showing 12 changed files with 138 additions and 138 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ all: charts index lint
charts:

@helm package argus --destination docs
@helm repo index docs --url=https://logicmonitor.github.com/k8s-helm-charts
@helm repo index docs --url=https://logicmonitor.github.io/k8s-helm-charts

@helm package releasemanager --destination docs
@helm repo index docs --url=https://logicmonitor.github.com/k8s-release-manager
@helm repo index docs --url=https://logicmonitor.github.io/k8s-release-manager

@helm package collectorset-controller --destination docs
@helm repo index docs --url=https://logicmonitor.github.com/k8s-helm-charts
@helm repo index docs --url=https://logicmonitor.github.io/k8s-helm-charts

@helm package lm-logs --destination docs
@helm repo index docs --url=https://logicmonitor.github.com/k8s-helm-charts
@helm repo index docs --url=https://logicmonitor.github.io/k8s-helm-charts

index:
helm repo index ./ --url https://logicmonitor.github.com/k8s-helm-charts
helm repo index ./ --url https://logicmonitor.github.io/k8s-helm-charts
ifeq ($(shell uname -s), Linux)
sed -i 's/\/docs//' index.yaml
endif
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Helm repository for LogicMonitor helm charts

```bash
$ helm repo add logicmonitor https://logicmonitor.github.com/k8s-helm-charts
$ helm repo add logicmonitor https://logicmonitor.github.io/k8s-helm-charts
```

## Argus
Expand Down
2 changes: 1 addition & 1 deletion argus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kubeVersion: ">= 1.14.0-0"
maintainers:
- name: LogicMonitor
email: [email protected]
icon: https://logicmonitor.github.com/k8s-helm-charts/lm_logo.png
icon: https://logicmonitor.github.io/k8s-helm-charts/lm_logo.png
2 changes: 1 addition & 1 deletion collectorset-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kubeVersion: ">= 1.14.0-0"
maintainers:
- name: LogicMonitor
email: [email protected]
icon: https://logicmonitor.github.com/k8s-helm-charts/lm_logo.png
icon: https://logicmonitor.github.io/k8s-helm-charts/lm_logo.png
Binary file modified docs/argus-0.17.0.tgz
Binary file not shown.
Binary file modified docs/argus-0.18.0-devel.tgz
Binary file not shown.
Binary file modified docs/collectorset-controller-0.11.0.tgz
Binary file not shown.
Binary file modified docs/collectorset-controller-0.12.0-devel.tgz
Binary file not shown.
Loading

0 comments on commit b482ff0

Please sign in to comment.