mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 07:55:06 +02:00
feat: rename repository
This commit is contained in:
10
.github/renovate.json5
vendored
10
.github/renovate.json5
vendored
@@ -8,13 +8,13 @@
|
||||
":separatePatchReleases",
|
||||
"docker:enableMajor",
|
||||
":enablePreCommit",
|
||||
"github>auricom/home-cluster//.github/renovate/autoMerge",
|
||||
"github>auricom/home-cluster//.github/renovate/labels",
|
||||
"github>auricom/home-cluster//.github/renovate/semanticCommits"
|
||||
"github>auricom/home-ops//.github/renovate/autoMerge",
|
||||
"github>auricom/home-ops//.github/renovate/labels",
|
||||
"github>auricom/home-ops//.github/renovate/semanticCommits"
|
||||
],
|
||||
"platform": "github",
|
||||
"username": "feisar-bot[bot]",
|
||||
"repositories": ["auricom/home-cluster"],
|
||||
"repositories": ["auricom/home-ops"],
|
||||
"assignees": ["auricom"],
|
||||
"onboarding": false,
|
||||
"requireConfig": false,
|
||||
@@ -60,7 +60,7 @@
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "Process CRD dependencies",
|
||||
"fileMatch": ["cluster/base-custom/crds/.+\\.ya?ml$"],
|
||||
"fileMatch": ["cluster/configuration/crds/.+\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
// GitRepository where 'Git release/tag' matches 'Helm' version
|
||||
"registryUrl=(?<registryUrl>\\S+) chart=(?<depName>\\S+)\n.*?(?<currentValue>[^-\\s]*)\n",
|
||||
|
@@ -36,9 +36,9 @@ spec:
|
||||
- |
|
||||
#!/bin/bash
|
||||
|
||||
curl --location raw.githubusercontent.com/auricom/home-cluster/main/server/scripts/transcode_music/transcode.bash --output /tmp/transcode.bash
|
||||
curl --location raw.githubusercontent.com/auricom/home-ops/main/server/scripts/transcode_music/transcode.bash --output /tmp/transcode.bash
|
||||
chmod a+x /tmp/transcode.bash
|
||||
curl --location raw.githubusercontent.com/auricom/home-cluster/main/server/scripts/transcode_music/transcode_exclude.cfg --output /tmp/transcode_exclude.cfg
|
||||
curl --location raw.githubusercontent.com/auricom/home-ops/main/server/scripts/transcode_music/transcode_exclude.cfg --output /tmp/transcode_exclude.cfg
|
||||
cd /tmp
|
||||
./transcode.bash -c
|
||||
./transcode.bash -r
|
||||
|
@@ -146,7 +146,7 @@ spec:
|
||||
dashboards:
|
||||
default:
|
||||
kubernetes-custom:
|
||||
url: https://raw.githubusercontent.com/auricom/home-cluster/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/homelab-temparatures.json
|
||||
url: https://raw.githubusercontent.com/auricom/home-ops/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/homelab-temparatures.json
|
||||
datasource: Prometheus
|
||||
# Ref: https://grafana.com/grafana/dashboards/2842
|
||||
ceph-cluster:
|
||||
@@ -171,13 +171,13 @@ spec:
|
||||
url: https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/grafana/dashboards/control-plane.json
|
||||
datasource: Prometheus
|
||||
home-assistant:
|
||||
url: https://raw.githubusercontent.com/auricom/home-cluster/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/home-assistant.json
|
||||
url: https://raw.githubusercontent.com/auricom/home-ops/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/home-assistant.json
|
||||
datasource: Prometheus
|
||||
homelab-temperatures:
|
||||
url: https://raw.githubusercontent.com/auricom/home-cluster/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/homelab-temperatures.json
|
||||
url: https://raw.githubusercontent.com/auricom/home-ops/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/homelab-temperatures.json
|
||||
datasource: Prometheus
|
||||
truenas:
|
||||
url: https://raw.githubusercontent.com/auricom/home-cluster/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/truenas.json
|
||||
url: https://raw.githubusercontent.com/auricom/home-ops/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/truenas.json
|
||||
datasource: Prometheus
|
||||
lidarr:
|
||||
url: https://raw.githubusercontent.com/k8s-at-home/grafana-dashboards/main/lidarr.json
|
||||
|
@@ -7,7 +7,7 @@ metadata:
|
||||
spec:
|
||||
interval: 10m0s
|
||||
dependsOn:
|
||||
- name: base-custom
|
||||
- name: configuration
|
||||
path: ./cluster/core
|
||||
prune: false
|
||||
sourceRef:
|
||||
|
@@ -10,7 +10,7 @@ spec:
|
||||
branch: main
|
||||
secretRef:
|
||||
name: flux-system
|
||||
url: ssh://git@github.com/auricom/home-cluster
|
||||
url: ssh://git@github.com/auricom/home-ops
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
|
@@ -21,7 +21,7 @@ Install Flux into your cluster
|
||||
```sh
|
||||
flux bootstrap github \
|
||||
--owner=auricom \
|
||||
--repository=home-cluster \
|
||||
--repository=home-ops \
|
||||
--path=cluster/base \
|
||||
--personal \
|
||||
--private=false \
|
||||
|
Reference in New Issue
Block a user