diff --git a/apps/apps/dify/helmchart.yaml b/apps/apps/dify/helmchart.yaml index bc8d3a2..89fd04e 100644 --- a/apps/apps/dify/helmchart.yaml +++ b/apps/apps/dify/helmchart.yaml @@ -13,15 +13,15 @@ spec: kubernetes.io/hostname: clawhka image: api: - tag: "1.4.1" + tag: "1.5.0" worker: - tag: "1.4.1" + tag: "1.5.0" web: - tag: "1.4.1" + tag: "1.5.0" sandbox: tag: "0.2.12" pluginDaemon: - tag: "0.1.1-local" + tag: "0.1.2-local" api: persistence: persistentVolumeClaim: diff --git a/apps/apps/halo/helmchart.yaml b/apps/apps/halo/helmchart.yaml index 1c2a21c..8ade9f8 100644 --- a/apps/apps/halo/helmchart.yaml +++ b/apps/apps/halo/helmchart.yaml @@ -31,7 +31,7 @@ spec: - greenhk image: repository: halohub/halo-pro - tag: 2.20.21 + tag: 2.21.2 service: type: ClusterIP ingress: diff --git a/apps/infra/data/cloudnative-pg/helmchart.yaml b/apps/infra/data/cloudnative-pg/helmchart.yaml index 721c419..36ed927 100644 --- a/apps/infra/data/cloudnative-pg/helmchart.yaml +++ b/apps/infra/data/cloudnative-pg/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://cloudnative-pg.github.io/charts chart: cloudnative-pg targetNamespace: infra-data - version: 0.23.2 + version: 0.24.0 valuesContent: |- affinity: nodeAffinity: diff --git a/apps/infra/devops/cert-manager/helmchart.yaml b/apps/infra/devops/cert-manager/helmchart.yaml index 77d2cd9..2688cb1 100644 --- a/apps/infra/devops/cert-manager/helmchart.yaml +++ b/apps/infra/devops/cert-manager/helmchart.yaml @@ -9,7 +9,7 @@ spec: repo: https://charts.jetstack.io chart: cert-manager targetNamespace: infra-devops - version: v1.17.0 + version: v1.18.1 valuesContent: |- affinity: nodeAffinity: diff --git a/apps/infra/devops/gitea/helmchart.yaml b/apps/infra/devops/gitea/helmchart.yaml index b6a02b8..2e9315d 100644 --- a/apps/infra/devops/gitea/helmchart.yaml +++ b/apps/infra/devops/gitea/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://dl.gitea.com/charts chart: gitea targetNamespace: infra-devops - version: 11.0.1 + version: 12.1.0 valuesContent: |- affinity: podAffinity: @@ -36,7 +36,7 @@ spec: postgresql-ha: enabled: false image: - tag: 1.23.8 + tag: 1.24.2 ingress: enabled: true className: nginx @@ -86,6 +86,8 @@ spec: SHOW_FOOTER_VERSION: false log: LEVEL: Info + valkey-cluster: + enabled: false extraVolumes: - name: gitea-custom-templates-volume configMap: diff --git a/apps/infra/devops/reflector/helmchart.yaml b/apps/infra/devops/reflector/helmchart.yaml index c05fefe..4c7ca18 100644 --- a/apps/infra/devops/reflector/helmchart.yaml +++ b/apps/infra/devops/reflector/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://emberstack.github.io/helm-charts chart: reflector targetNamespace: infra-devops - version: 9.1.7 + version: 9.1.14 valuesContent: |- affinity: nodeAffinity: diff --git a/apps/infra/devops/velero/helmchart.yaml b/apps/infra/devops/velero/helmchart.yaml index 372652c..b78c082 100644 --- a/apps/infra/devops/velero/helmchart.yaml +++ b/apps/infra/devops/velero/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://vmware-tanzu.github.io/helm-charts chart: velero targetNamespace: infra-devops - version: 9.1.0 + version: 10.0.8 valuesContent: |- affinity: nodeAffinity: diff --git a/apps/infra/monitor/loki/helmchart-loki.yaml b/apps/infra/monitor/loki/helmchart-loki.yaml index 54f4bc6..70e247e 100644 --- a/apps/infra/monitor/loki/helmchart-loki.yaml +++ b/apps/infra/monitor/loki/helmchart-loki.yaml @@ -7,6 +7,7 @@ spec: repo: https://grafana.github.io/helm-charts chart: loki targetNamespace: infra-monitor + version: 6.30.1 valuesContent: |- deploymentMode: SingleBinary gateway: diff --git a/apps/infra/monitor/prometheus/helmchart.yaml b/apps/infra/monitor/prometheus/helmchart.yaml index 81b616d..2096001 100644 --- a/apps/infra/monitor/prometheus/helmchart.yaml +++ b/apps/infra/monitor/prometheus/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack targetNamespace: infra-monitor - version: 72.6.3 + version: 75.6.0 valuesContent: |- kubeControllerManager: enabled: false diff --git a/apps/infra/net/crowdsec/helmchart.yaml b/apps/infra/net/crowdsec/helmchart.yaml index 17c6877..694446b 100644 --- a/apps/infra/net/crowdsec/helmchart.yaml +++ b/apps/infra/net/crowdsec/helmchart.yaml @@ -7,11 +7,11 @@ spec: repo: https://crowdsecurity.github.io/helm-charts chart: crowdsec targetNamespace: infra-net - version: 0.19.1 + version: 0.19.4 valuesContent: |- container_runtime: containerd image: - tag: v1.6.8 + tag: v1.6.9 agent: # 由于dataScope为loki,所以此处强制要求部署在loki所在的节点 以节省网络资源 nodeSelector: diff --git a/apps/infra/net/nginx/helmchart.yaml b/apps/infra/net/nginx/helmchart.yaml index fe6581c..e76afcc 100644 --- a/apps/infra/net/nginx/helmchart.yaml +++ b/apps/infra/net/nginx/helmchart.yaml @@ -6,7 +6,7 @@ metadata: spec: repo: https://kubernetes.github.io/ingress-nginx chart: ingress-nginx - version: 4.11.6 + version: 4.11.7 targetNamespace: infra-net valuesContent: |- fullnameOverride: ingress-nginx