feat: rename repository

This commit is contained in:
auricom
2022-07-01 14:23:52 +02:00
parent fed489be3a
commit 65611cacfe
49 changed files with 14 additions and 14 deletions

View File

@@ -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",

View File

@@ -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

View File

@@ -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

View File

@@ -7,7 +7,7 @@ metadata:
spec:
interval: 10m0s
dependsOn:
- name: base-custom
- name: configuration
path: ./cluster/core
prune: false
sourceRef:

View File

@@ -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

View File

@@ -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 \