yyvf22 pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
747c4001
by yyvf at 2025-08-04T15:27:07-03:00
7 changed files:
- apps/stage/kustomization.yaml
- apps/base/harbor/external-secret.yaml → infrastructure/base/harbor/es.yaml
- apps/base/harbor/helmrelease.yaml → infrastructure/base/harbor/helmrelease.yaml
- apps/base/harbor/helmrepo.yaml → infrastructure/base/harbor/helmrepo.yaml
- apps/base/harbor/kustomization.yaml → infrastructure/base/harbor/kustomization.yaml
- apps/base/harbor/ns.yaml → infrastructure/base/harbor/ns.yaml
- infrastructure/stage/kustomization.yaml
Changes:
... | ... | @@ -5,7 +5,6 @@ resources: |
5 | 5 | # Apps
|
6 | 6 | - ../base/ademir
|
7 | 7 | - ../base/codimd
|
8 | - - ../base/harbor
|
|
9 | 8 | - ../base/keycloak
|
10 | 9 | - ../base/matrix
|
11 | 10 | - ../base/nextcloud
|
... | ... | @@ -4,4 +4,4 @@ resources: |
4 | 4 | - ns.yaml
|
5 | 5 | - helmrepo.yaml
|
6 | 6 | - helmrelease.yaml
|
7 | - - external-secret.yaml |
|
7 | + - es.yaml |
... | ... | @@ -6,5 +6,6 @@ resources: |
6 | 6 | - ../base/ceph-csi
|
7 | 7 | - ../base/cert-manager
|
8 | 8 | - ../base/external-secrets
|
9 | + - ../base/harbor
|
|
9 | 10 | - ../base/gitlab-runner
|
10 | 11 | - ../base/etcd-backup |