Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jern.fi: Move everything except static blogs #470

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Kustomize
uses: imranismail/setup-kustomize@v2
with:
kustomize-version: '5.1.1'
kustomize-version: '5.5.0'

- name: Kustomize build
run: kustomize build ${{ matrix.path }}
2 changes: 1 addition & 1 deletion apps/argocd-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: argocd/overlays/jern.me
path: argocd/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion apps/cert-manager-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: cert-manager/overlays/jern.me
path: cert-manager/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
syncPolicy:
Expand Down
4 changes: 2 additions & 2 deletions apps/cloudnative-pg-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: cloudnative-pg/overlays/jern.me
path: cloudnative-pg/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- ServerSideApply=true
- ServerSideApply=true
2 changes: 1 addition & 1 deletion apps/external-secrets-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: external-secrets/overlays/jern.me
path: external-secrets/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
syncPolicy:
Expand Down
15 changes: 0 additions & 15 deletions apps/grafana-app.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion apps/ingress-nginx-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: nginx-ingress/overlays/jern.me
path: nginx-ingress/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
syncPolicy: {}
2 changes: 1 addition & 1 deletion apps/longhorn-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ spec:
namespace: longhorn-system
project: default
source:
path: longhorn/overlays/jern.me
path: longhorn/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
2 changes: 1 addition & 1 deletion apps/metallb-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: metallb/overlays/jern.me
path: metallb/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion apps/minio-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: minio/overlays/jern.me
path: minio/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion apps/pi-hole-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: pi-hole/overlays/jern.me
path: pi-hole/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
14 changes: 0 additions & 14 deletions apps/prometheus-app.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions apps/prometheus-operator-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: prometheus-operator/overlays/jern.me
path: prometheus-operator/overlays/jern.fi
repoURL: https://github.com/lentzi90/personal-cloud.git
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- ServerSideApply=true
- ServerSideApply=true
15 changes: 0 additions & 15 deletions apps/registry-app.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions prometheus/overlays/jern.me/kustomization.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions prometheus/overlays/jern.me/prometheus.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions registry/overlays/jern.me/kustomization.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions registry/overlays/jern.me/namespace.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions registry/overlays/jern.me/service.yaml

This file was deleted.

Loading