Skip to content

Commit

Permalink
fix(spegel): moved to new github org and new update
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Apr 1, 2024
1 parent 8a56941 commit 42348cc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ There is a template over at [onedr0p/cluster-template](https://github.com/onedr0
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx): Kubernetes ingress controller using NGINX as a reverse proxy and load balancer.
- [rook](https://github.com/rook/rook): Distributed block storage for peristent storage.
- [sops](https://github.com/getsops/sops): Managed secrets for Kubernetes and Terraform which are commited to Git.
- [spegel](https://github.com/XenitAB/spegel): Stateless cluster local OCI registry mirror.
- [spegel](https://github.com/spegel-org/spegel): Stateless cluster local OCI registry mirror.
- [tf-controller](https://github.com/weaveworks/tf-controller): Additional Flux component used to run Terraform from within a Kubernetes cluster.
- [volsync](https://github.com/backube/volsync): Backup and recovery of persistent volume claims.

Expand Down
11 changes: 0 additions & 11 deletions kubernetes/main/apps/kube-system/spegel/app/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
spegel:
containerdSock: /run/containerd/containerd.sock
containerdRegistryConfigPath: /etc/cri/conf.d/hosts
registries:
- https://cgr.dev
- https://docker.io
- https://ghcr.io
- https://quay.io
- https://mcr.microsoft.com
- https://public.ecr.aws
- https://gcr.io
- https://registry.k8s.io
- https://k8s.gcr.io
- https://lscr.io
service:
registry:
hostPort: 29999
4 changes: 2 additions & 2 deletions kubernetes/main/apps/kube-system/spegel/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ spec:
chart:
spec:
chart: spegel
version: v0.0.18
version: v0.0.19
sourceRef:
kind: HelmRepository
name: xenitab
name: spegel
namespace: flux-system
install:
remediation:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/bootstrap/talos/apps/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ releases:
wait: true
- name: spegel
namespace: kube-system
chart: oci://ghcr.io/xenitab/helm-charts/spegel
version: v0.0.18
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
version: v0.0.19
values: ["../../../apps/kube-system/spegel/app/helm-values.yaml"]
needs: ["cilium", "coredns", "kubelet-csr-approver"]
wait: true
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 @@ -29,6 +29,6 @@ resources:
- ./postfinance.yaml
- ./prometheus-community.yaml
- ./rook-ceph.yaml
- ./spegel.yaml
- ./stakater.yaml
- ./stevehipwell.yaml
- ./xenitab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: xenitab
name: spegel
namespace: flux-system
spec:
type: oci
interval: 5m
url: oci://ghcr.io/xenitab/helm-charts
url: oci://ghcr.io/spegel-org/helm-charts

0 comments on commit 42348cc

Please sign in to comment.