Skip to content

Commit 4efdf4a

Browse files
committed
chore(kubernetes): move to new home-operations repo
1 parent 99c1e8f commit 4efdf4a

File tree

19 files changed

+29
-29
lines changed

19 files changed

+29
-29
lines changed

bootstrap/helmfile.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helmDefaults:
77
releases:
88
- name: cilium
99
namespace: kube-system
10-
chart: oci://ghcr.io/buroa/charts-mirror/cilium
10+
chart: oci://ghcr.io/home-operations/charts-mirror/cilium
1111
version: 1.17.2
1212
values: ["../kubernetes/apps/kube-system/cilium/app/helm/values.yaml"]
1313
hooks:
@@ -31,7 +31,7 @@ releases:
3131

3232
- name: cert-manager
3333
namespace: cert-manager
34-
chart: oci://ghcr.io/buroa/charts-mirror/cert-manager
34+
chart: oci://ghcr.io/home-operations/charts-mirror/cert-manager
3535
version: v1.17.1
3636
values: ["../kubernetes/apps/cert-manager/cert-manager/app/helm/values.yaml"]
3737
needs: ["kube-system/coredns"]

kubernetes/apps/actions-runner-system/actions-runner-controller/runners/k8s-gitops/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
spec:
5050
containers:
5151
- name: runner
52-
image: ghcr.io/buroa/actions-runner:2.322.0@sha256:39f8aedf8c9ca77b5b0bb0dcad7b02f799ba547387bb4bfc41a2b86768d7520d
52+
image: ghcr.io/home-operations/actions-runner:2.322.0@sha256:079ad66d4aafca56c325325e184921f591ee023af6fd7b26a35a78836e660ce9
5353
command:
5454
- /home/runner/run.sh
5555
env:

kubernetes/apps/cert-manager/cert-manager/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
operation: copy
1111
ref:
1212
tag: v1.17.1
13-
url: oci://ghcr.io/buroa/charts-mirror/cert-manager
13+
url: oci://ghcr.io/home-operations/charts-mirror/cert-manager
1414
verify:
1515
provider: cosign
1616
---

kubernetes/apps/democratic-csi/democratic-csi/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
operation: copy
1111
ref:
1212
tag: 0.14.7
13-
url: oci://ghcr.io/buroa/charts-mirror/democratic-csi
13+
url: oci://ghcr.io/home-operations/charts-mirror/democratic-csi
1414
verify:
1515
provider: cosign
1616
---

kubernetes/apps/kube-system/cilium/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
operation: copy
1111
ref:
1212
tag: 1.17.2
13-
url: oci://ghcr.io/buroa/charts-mirror/cilium
13+
url: oci://ghcr.io/home-operations/charts-mirror/cilium
1414
verify:
1515
provider: cosign
1616
---

kubernetes/apps/kube-system/intel-device-plugin/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
operation: copy
1111
ref:
1212
tag: 0.32.0
13-
url: oci://ghcr.io/buroa/charts-mirror/intel-device-plugins-operator
13+
url: oci://ghcr.io/home-operations/charts-mirror/intel-device-plugins-operator
1414
verify:
1515
provider: cosign
1616
---

kubernetes/apps/kube-system/intel-device-plugin/gpu/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
operation: copy
1111
ref:
1212
tag: 0.32.0
13-
url: oci://ghcr.io/buroa/charts-mirror/intel-device-plugins-gpu
13+
url: oci://ghcr.io/home-operations/charts-mirror/intel-device-plugins-gpu
1414
verify:
1515
provider: cosign
1616
---

kubernetes/apps/kube-system/metrics-server/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
operation: copy
1111
ref:
1212
tag: 3.12.2
13-
url: oci://ghcr.io/buroa/charts-mirror/metrics-server
13+
url: oci://ghcr.io/home-operations/charts-mirror/metrics-server
1414
verify:
1515
provider: cosign
1616
---

kubernetes/apps/media/autobrr/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
initContainers:
2626
init-db:
2727
image:
28-
repository: ghcr.io/buroa/postgres-init
28+
repository: ghcr.io/home-operations/postgres-init
2929
tag: 17.4
3030
envFrom: &envFrom
3131
- secretRef:

kubernetes/apps/media/plex/app/helmrelease.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ spec:
2323
containers:
2424
app:
2525
image:
26-
repository: ghcr.io/buroa/plex
27-
tag: 1.41.5.9522@sha256:3e93be8ee8b832b03dfab092acd39ce6df9376c7c5d7794482ece4a6310d1930
26+
repository: ghcr.io/home-operations/plex
27+
tag: 1.41.5.9522@sha256:1c35e44828531320f4fccd980da5a3d0da08a438f1c89841d8be97cfefe66e63
2828
env:
2929
PLEX_ADVERTISE_URL: https://{{ .Release.Name }}.youmans.io:443
3030
PLEX_NO_AUTH_NETWORKS: 10.0.1.0/24

kubernetes/apps/media/prowlarr/app/helmrelease.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ spec:
2525
initContainers:
2626
init-db:
2727
image:
28-
repository: ghcr.io/buroa/postgres-init
28+
repository: ghcr.io/home-operations/postgres-init
2929
tag: 17.4
3030
envFrom: &envFrom
3131
- secretRef:
3232
name: prowlarr-secret
3333
containers:
3434
app:
3535
image:
36-
repository: ghcr.io/buroa/prowlarr
37-
tag: 1.32.2.4987@sha256:30c812c77d242b0ac4093d520c7e2e39af66b64db59250e3342c3209aa0531ac
36+
repository: ghcr.io/home-operations/prowlarr
37+
tag: 1.32.2.4987@sha256:77f6b6850d6191f68d2d2d4d21655b103acc5c6f6243d8cb62bb75888499b78a
3838
env:
3939
PROWLARR__APP__INSTANCENAME: Prowlarr
4040
PROWLARR__APP__THEME: dark

kubernetes/apps/media/qbittorrent/app/helmrelease.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ spec:
2323
containers:
2424
app:
2525
image:
26-
repository: ghcr.io/buroa/qbittorrent
27-
tag: 5.0.4@sha256:6efb45529eae574730013187b56b52313275478c0b2935f82b069fc59d31a0a4
26+
repository: ghcr.io/home-operations/qbittorrent
27+
tag: 5.0.4@sha256:2b94ecf499c4d4634e54e2d2dc2b2ffbb2b6989b5fa0ee03ab9f7823dd74fc70
2828
env:
2929
QBT_TORRENTING_PORT: &bittorrentPort 50413
3030
QBT_WEBUI_PORT: &port 8080

kubernetes/apps/media/radarr/app/helmrelease.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ spec:
2525
initContainers:
2626
init-db:
2727
image:
28-
repository: ghcr.io/buroa/postgres-init
28+
repository: ghcr.io/home-operations/postgres-init
2929
tag: 17.4
3030
envFrom: &envFrom
3131
- secretRef:
3232
name: radarr-secret
3333
containers:
3434
app:
3535
image:
36-
repository: ghcr.io/buroa/radarr
37-
tag: 5.20.1.9773@sha256:80441a42e61526bea719bf9340554e7703fc36e2ecfa198a07db479b77775c20
36+
repository: ghcr.io/home-operations/radarr
37+
tag: 5.20.1.9773@sha256:407eb673a46134648c991bb7727b1b788897a181eb9234376105dd763c2b8406
3838
env:
3939
RADARR__APP__INSTANCENAME: Radarr
4040
RADARR__APP__THEME: dark

kubernetes/apps/media/sonarr/app/helmrelease.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ spec:
2525
initContainers:
2626
init-db:
2727
image:
28-
repository: ghcr.io/buroa/postgres-init
28+
repository: ghcr.io/home-operations/postgres-init
2929
tag: 17.4
3030
envFrom: &envFrom
3131
- secretRef:
3232
name: sonarr-secret
3333
containers:
3434
app:
3535
image:
36-
repository: ghcr.io/buroa/sonarr
37-
tag: 4.0.14.2938@sha256:96c0f6ff9317d046456cf53571746efd9f6a25558ed0cc5fd8733caab5311ca4
36+
repository: ghcr.io/home-operations/sonarr
37+
tag: 4.0.14.2938@sha256:0169c421055790ef8bd9b5c2807663bb487f56daf1f602a20612a0257c491462
3838
env:
3939
SONARR__APP__INSTANCENAME: Sonarr
4040
SONARR__APP__THEME: dark

kubernetes/apps/media/tautulli/app/helmrelease.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ spec:
2323
containers:
2424
app:
2525
image:
26-
repository: ghcr.io/buroa/tautulli
27-
tag: 2.15.1@sha256:7cf5af9d9476f87c5e748fe42da2ac16983f5ebeb2cb7d48fee14c8cd6a3dbb7
26+
repository: ghcr.io/home-operations/tautulli
27+
tag: 2.15.1@sha256:48029409b1a98d2e7564fdf2fc7eced0c9355533fd7a20a3167b964305f1ab0e
2828
env:
2929
TAUTULLI__PORT: &port 8181
3030
TZ: America/New_York

kubernetes/apps/monitoring/gatus/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
initContainers:
2626
init-db:
2727
image:
28-
repository: ghcr.io/buroa/postgres-init
28+
repository: ghcr.io/home-operations/postgres-init
2929
tag: 17.4
3030
envFrom: &envFrom
3131
- secretRef:

kubernetes/apps/monitoring/loki/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
operation: copy
1111
ref:
1212
tag: 6.28.0
13-
url: oci://ghcr.io/buroa/charts-mirror/loki
13+
url: oci://ghcr.io/home-operations/charts-mirror/loki
1414
verify:
1515
provider: cosign
1616
---

kubernetes/apps/volsync-system/snapshot-controller/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
operation: copy
1111
ref:
1212
tag: 4.0.1
13-
url: oci://ghcr.io/buroa/charts-mirror/snapshot-controller
13+
url: oci://ghcr.io/home-operations/charts-mirror/snapshot-controller
1414
verify:
1515
provider: cosign
1616
---

kubernetes/apps/volsync-system/volsync/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
operation: copy
1111
ref:
1212
tag: 0.12.0
13-
url: oci://ghcr.io/buroa/charts-mirror/volsync
13+
url: oci://ghcr.io/home-operations/charts-mirror/volsync
1414
verify:
1515
provider: cosign
1616
---

0 commit comments

Comments
 (0)