feat(helm): update repository sync intervals to 168h and modify Git repository URL

这个提交包含在:
rohow
2026-04-16 18:55:30 +08:00
未验证
父节点 b28450ceb1
当前提交 cf2b37cb52
修改 2 个文件,包含 18 行新增18 行删除
+2 -1
查看文件
@@ -25,10 +25,11 @@ spec:
# Git 仓库同步配置 - 请将 url 替换为实际的 deploy 仓库地址 # Git 仓库同步配置 - 请将 url 替换为实际的 deploy 仓库地址
sync: sync:
kind: GitRepository kind: GitRepository
url: https://git.dev.cm/devcm/deploy.git url: ssh://git@github.com/devcm-repo/k3s.git
ref: refs/heads/main ref: refs/heads/main
path: flux/clusters/dev-cm path: flux/clusters/dev-cm
pullSecret: flux-git-auth pullSecret: flux-git-auth
name: flux
kustomize: kustomize:
patches: patches:
- target: - target:
@@ -5,7 +5,7 @@ metadata:
name: jetstack name: jetstack
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://charts.jetstack.io url: https://charts.jetstack.io
--- ---
# cert-manager-webhook-dnspod (OCI) # cert-manager-webhook-dnspod (OCI)
@@ -15,9 +15,8 @@ metadata:
name: imroc name: imroc
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
type: oci url: https://imroc.github.io/cert-manager-webhook-dnspod
url: oci://registry-1.docker.io/imroc
--- ---
# reflector # reflector
apiVersion: source.toolkit.fluxcd.io/v1 apiVersion: source.toolkit.fluxcd.io/v1
@@ -26,7 +25,7 @@ metadata:
name: emberstack name: emberstack
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://emberstack.github.io/helm-charts url: https://emberstack.github.io/helm-charts
--- ---
# velero # velero
@@ -36,7 +35,7 @@ metadata:
name: vmware-tanzu name: vmware-tanzu
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://vmware-tanzu.github.io/helm-charts url: https://vmware-tanzu.github.io/helm-charts
--- ---
# cloudnative-pg, plugin-barman-cloud # cloudnative-pg, plugin-barman-cloud
@@ -46,7 +45,7 @@ metadata:
name: cloudnative-pg name: cloudnative-pg
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://cloudnative-pg.github.io/charts url: https://cloudnative-pg.github.io/charts
--- ---
# valkey-cluster (OCI) # valkey-cluster (OCI)
@@ -56,9 +55,9 @@ metadata:
name: bitnami name: bitnami
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
type: oci type: oci
url: oci://registry-1.docker.io/bitnamicharts url: oci://docker.m.daocloud.io/bitnamicharts
--- ---
# ingress-nginx # ingress-nginx
apiVersion: source.toolkit.fluxcd.io/v1 apiVersion: source.toolkit.fluxcd.io/v1
@@ -67,7 +66,7 @@ metadata:
name: ingress-nginx name: ingress-nginx
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://kubernetes.github.io/ingress-nginx url: https://kubernetes.github.io/ingress-nginx
--- ---
# crowdsec # crowdsec
@@ -77,7 +76,7 @@ metadata:
name: crowdsec name: crowdsec
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://crowdsecurity.github.io/helm-charts url: https://crowdsecurity.github.io/helm-charts
--- ---
# tailscale-derp, rustdesk-server # tailscale-derp, rustdesk-server
@@ -87,7 +86,7 @@ metadata:
name: devcm-repo name: devcm-repo
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://devcm-repo.github.io/helm-charts url: https://devcm-repo.github.io/helm-charts
--- ---
# loki, promtail # loki, promtail
@@ -97,7 +96,7 @@ metadata:
name: grafana name: grafana
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://grafana.github.io/helm-charts url: https://grafana.github.io/helm-charts
--- ---
# kube-prometheus-stack # kube-prometheus-stack
@@ -107,7 +106,7 @@ metadata:
name: prometheus-community name: prometheus-community
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://prometheus-community.github.io/helm-charts url: https://prometheus-community.github.io/helm-charts
--- ---
# gitea, gitea-actions # gitea, gitea-actions
@@ -117,7 +116,7 @@ metadata:
name: gitea name: gitea
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://dl.gitea.com/charts url: https://dl.gitea.com/charts
--- ---
# whoami # whoami
@@ -127,7 +126,7 @@ metadata:
name: cowboysysop name: cowboysysop
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://cowboysysop.github.io/charts/ url: https://cowboysysop.github.io/charts/
--- ---
# halo # halo
@@ -137,5 +136,5 @@ metadata:
name: halo name: halo
namespace: infra-gitops namespace: infra-gitops
spec: spec:
interval: 24h interval: 168h
url: https://halo-sigs.github.io/charts/ url: https://halo-sigs.github.io/charts/