Skip to content

Commit ac44e0f

Browse files
committed
feat(release): Add Harbor Helm repository configuration and update kustomization.yaml
1 parent b1b1ed6 commit ac44e0f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: source.toolkit.fluxcd.io/v1beta2
2+
kind: HelmRepository
3+
metadata:
4+
name: harbor
5+
namespace: flux-system
6+
spec:
7+
interval: 5m
8+
url: https://helm.goharbor.io

infrastructure/clusters/feather-core/base-sources/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ resources:
1111
- smallstep.yml
1212
- jetstack.yml
1313
- bitnami.yml
14-
- spegel.yaml
14+
- spegel.yaml
15+
- harbor.yml

0 commit comments

Comments
 (0)