Skip to content

Commit

Permalink
fix(openebs): moved to their archived helm repo
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Apr 29, 2024
1 parent 5c99598 commit 1cbf0a0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 18 deletions.
13 changes: 3 additions & 10 deletions docs/src/notes/pikvm.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# PiKVM

## Update PiKVM

```sh
rw; pacman -Syyu
reboot
```

## Load TESmart KVM

1. Add or replace the file `/etc/kvmd/override.yaml`
Expand Down Expand Up @@ -185,8 +178,8 @@ reboot
- ["#3", "dev3_led", "dev3_btn | KVM", "dev3_wol | WOL"]
- ["#4", "dev4_led", "dev4_btn | KVM", "dev4_wol | WOL"]
- ["#5", "dev5_led", "dev5_btn | KVM", "dev5_wol | WOL"]
- ["#6", "dev6_led", "dev6_btn"]
- ["#7", "dev7_led", "dev7_btn"]
- ["#6", "dev6_led", "dev6_btn | KVM"]
- ["#7", "dev7_led", "dev7_btn | KVM"]
```
2. Restart kvmd
Expand Down Expand Up @@ -251,5 +244,5 @@ systemctl enable --now prometheus-node-exporter
4. Start promtail
```sh
systemctl daemon-reload
systemctl start promtail.service
systemctl enable --now promtail.service
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
version: 3.10.0
sourceRef:
kind: HelmRepository
name: openebs
name: openebs-archive
namespace: flux-system
install:
remediation:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/flux/repositories/helm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resources:
# - ./kyverno.yaml
- ./metrics-server.yaml
- ./node-feature-discovery.yaml
- ./openebs.yaml
- ./openebs-archive.yaml
- ./piraeus.yaml
- ./postfinance.yaml
- ./prometheus-community.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: openebs
name: openebs-archive
namespace: flux-system
spec:
interval: 2h
url: https://openebs.github.io/charts
url: https://openebs-archive.github.io/charts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
version: 3.10.0
sourceRef:
kind: HelmRepository
name: openebs
name: openebs-archive
namespace: flux-system
install:
remediation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ resources:
- ./ingress-nginx.yaml
- ./jetstack.yaml
- ./metrics-server.yaml
- ./openebs.yaml
- ./openebs-archive.yaml
- ./prometheus-community.yaml
- ./stakater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: openebs
name: openebs-archive
namespace: flux-system
spec:
interval: 2h
url: https://openebs.github.io/charts
url: https://openebs-archive.github.io/charts

0 comments on commit 1cbf0a0

Please sign in to comment.