Skip to content

Commit

Permalink
feat(charts): standardize
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzlyn committed Feb 1, 2025
1 parent ca6b28e commit 2080a5a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion kubernetes/base/flux/repositories/helm/cilium-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ metadata:
name: cilium-charts
namespace: flux-system
spec:
interval: 2h
interval: 1h
timeout: 3m
url: https://helm.cilium.io
3 changes: 2 additions & 1 deletion kubernetes/base/flux/repositories/helm/coredns-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ metadata:
name: coredns-charts
namespace: flux-system
spec:
interval: 2h
interval: 1h
timeout: 3m
url: https://coredns.github.io/helm
3 changes: 2 additions & 1 deletion kubernetes/base/flux/repositories/helm/flux-iac-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: flux-iac-charts
namespace: flux-system
spec:
interval: 1h
type: oci
interval: 1h
timeout: 3m
url: oci://ghcr.io/flux-iac/charts
2 changes: 1 addition & 1 deletion kubernetes/base/flux/repositories/helm/harbor-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
name: harbor-charts
namespace: flux-system
spec:
interval: 2h
interval: 1h
timeout: 3m
url: https://helm.goharbor.io
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ metadata:
name: ingress-nginx-charts
namespace: flux-system
spec:
interval: 2h
interval: 1h
timeout: 3m
url: https://kubernetes.github.io/ingress-nginx
3 changes: 2 additions & 1 deletion kubernetes/base/flux/repositories/helm/openebs-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ metadata:
name: openebs-charts
namespace: flux-system
spec:
interval: 2h
interval: 1h
timeout: 3m
url: https://openebs.github.io/openebs

0 comments on commit 2080a5a

Please sign in to comment.