From 35ac05c75914b18ed86610a065abb31f8277685b Mon Sep 17 00:00:00 2001 From: rohow Date: Fri, 18 Oct 2024 19:19:15 +0800 Subject: [PATCH] feat(update): update apps --- apps/apps/halo/helmchart.yaml | 4 ++-- apps/apps/halo/ingress-www.yaml | 2 +- apps/infra/data/cloudnative-pg/helmchart.yaml | 2 +- apps/infra/data/milvus/helmchart.yaml | 2 +- apps/infra/data/postgresql-ha/helmchart.yaml | 2 +- apps/infra/data/redis/helmchart.yaml | 2 +- apps/infra/devops/cert-manager/helmchart.yaml | 4 ++-- apps/infra/devops/gitea/helmchart.yaml | 4 ++-- apps/infra/monitor/crowdsec/helmchart.yaml | 4 ++-- apps/infra/monitor/loki/helmchart-loki.yaml | 2 +- apps/infra/monitor/loki/helmchart-promtail.yaml | 2 +- apps/infra/monitor/prometheus/helmchart.yaml | 2 +- apps/infra/net/nginx/helmchart.yaml | 4 ++-- apps/infra/net/tailscale/helmchart.yaml | 4 ++-- install/registries.yaml | 3 +++ 15 files changed, 23 insertions(+), 20 deletions(-) diff --git a/apps/apps/halo/helmchart.yaml b/apps/apps/halo/helmchart.yaml index 46af50f..84f5d8f 100644 --- a/apps/apps/halo/helmchart.yaml +++ b/apps/apps/halo/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://halo-sigs.github.io/charts/ chart: halo targetNamespace: apps - version: 1.2.0 + version: 1.2.2 valuesContent: |- affinity: podAffinity: @@ -31,7 +31,7 @@ spec: - greenhk image: repository: halohub/halo-pro - tag: 2.19.0 + tag: 2.20.4 mysql: enabled: false postgresql: diff --git a/apps/apps/halo/ingress-www.yaml b/apps/apps/halo/ingress-www.yaml index 23f4607..1ed4173 100644 --- a/apps/apps/halo/ingress-www.yaml +++ b/apps/apps/halo/ingress-www.yaml @@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: halo-static + name: halo-www namespace: apps annotations: nginx.ingress.kubernetes.io/configuration-snippet: | diff --git a/apps/infra/data/cloudnative-pg/helmchart.yaml b/apps/infra/data/cloudnative-pg/helmchart.yaml index 585bf39..3c4c331 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.21.4 + version: 0.22.1 valuesContent: |- affinity: nodeAffinity: diff --git a/apps/infra/data/milvus/helmchart.yaml b/apps/infra/data/milvus/helmchart.yaml index 32d49fb..bc4de4c 100644 --- a/apps/infra/data/milvus/helmchart.yaml +++ b/apps/infra/data/milvus/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://zilliztech.github.io/milvus-helm/ chart: milvus targetNamespace: infra-data - version: 4.2.0 + version: 4.2.15 valuesContent: |- cluster: enabled: false diff --git a/apps/infra/data/postgresql-ha/helmchart.yaml b/apps/infra/data/postgresql-ha/helmchart.yaml index 4c61de4..df38657 100644 --- a/apps/infra/data/postgresql-ha/helmchart.yaml +++ b/apps/infra/data/postgresql-ha/helmchart.yaml @@ -6,7 +6,7 @@ metadata: spec: chart: oci://registry-1.docker.io/bitnamicharts/postgresql-ha targetNamespace: infra-data - version: 14.0.12 + version: 14.3.1 valuesContent: |- diagnosticMode: enabled: false diff --git a/apps/infra/data/redis/helmchart.yaml b/apps/infra/data/redis/helmchart.yaml index 6c9a706..3802999 100644 --- a/apps/infra/data/redis/helmchart.yaml +++ b/apps/infra/data/redis/helmchart.yaml @@ -6,7 +6,7 @@ metadata: spec: chart: oci://registry-1.docker.io/bitnamicharts/redis targetNamespace: infra-data - version: 19.1.0 + version: 20.2.1 valuesContent: |- global: redis: diff --git a/apps/infra/devops/cert-manager/helmchart.yaml b/apps/infra/devops/cert-manager/helmchart.yaml index 3a49968..89f54c0 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.14.4 + version: v1.16.1 valuesContent: |- affinity: nodeAffinity: @@ -57,4 +57,4 @@ spec: tolerations: - key: "node-role.kubernetes.io/master" operator: "Exists" - effect: "NoSchedule" \ No newline at end of file + effect: "NoSchedule" diff --git a/apps/infra/devops/gitea/helmchart.yaml b/apps/infra/devops/gitea/helmchart.yaml index 1146412..8fc6469 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: 10.4.0 + version: 10.4.1 valuesContent: |- affinity: podAffinity: @@ -36,7 +36,7 @@ spec: postgresql-ha: enabled: false image: - tag: 1.22.1 + tag: 1.22.3 ingress: enabled: true className: nginx diff --git a/apps/infra/monitor/crowdsec/helmchart.yaml b/apps/infra/monitor/crowdsec/helmchart.yaml index 808d608..d0146d4 100644 --- a/apps/infra/monitor/crowdsec/helmchart.yaml +++ b/apps/infra/monitor/crowdsec/helmchart.yaml @@ -7,11 +7,11 @@ spec: repo: https://crowdsecurity.github.io/helm-charts chart: crowdsec targetNamespace: infra-monitor - version: 0.11.0 + version: 0.13.0 valuesContent: |- container_runtime: containerd image: - tag: v1.6.1-2 + tag: v1.6.3 agent: # 由于dataScope为loki,所以此处强制要求部署在loki所在的节点 以节省网络资源 nodeSelector: diff --git a/apps/infra/monitor/loki/helmchart-loki.yaml b/apps/infra/monitor/loki/helmchart-loki.yaml index c20268f..a98373e 100644 --- a/apps/infra/monitor/loki/helmchart-loki.yaml +++ b/apps/infra/monitor/loki/helmchart-loki.yaml @@ -7,7 +7,7 @@ spec: repo: https://grafana.github.io/helm-charts chart: loki targetNamespace: infra-monitor - version: 6.7.1 + version: 6.18.0 valuesContent: |- deploymentMode: SingleBinary gateway: diff --git a/apps/infra/monitor/loki/helmchart-promtail.yaml b/apps/infra/monitor/loki/helmchart-promtail.yaml index c5b5fbb..b73fc26 100644 --- a/apps/infra/monitor/loki/helmchart-promtail.yaml +++ b/apps/infra/monitor/loki/helmchart-promtail.yaml @@ -7,7 +7,7 @@ spec: repo: https://grafana.github.io/helm-charts chart: promtail targetNamespace: infra-monitor - version: 6.7.1 + version: 6.16.6 valuesContent: |- nodeSelector: svccontroller.k3s.cattle.io/enablelb: "true" diff --git a/apps/infra/monitor/prometheus/helmchart.yaml b/apps/infra/monitor/prometheus/helmchart.yaml index bee29b1..cf414ab 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: 59.1.0 + version: 65.3.1 valuesContent: |- kubeControllerManager: enabled: false diff --git a/apps/infra/net/nginx/helmchart.yaml b/apps/infra/net/nginx/helmchart.yaml index ee50230..54f59a8 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.10.0 + version: 4.11.3 targetNamespace: infra-net valuesContent: |- fullnameOverride: ingress-nginx @@ -103,7 +103,7 @@ spec: # crowdsec插件配置 extraInitContainers: - name: init-clone-crowdsec-bouncer - image: devcm/lua-bouncer-plugin + image: devcm/lua-bouncer-plugin:v1.0.5 imagePullPolicy: IfNotPresent env: - name: API_URL diff --git a/apps/infra/net/tailscale/helmchart.yaml b/apps/infra/net/tailscale/helmchart.yaml index 179f11d..650fe3e 100644 --- a/apps/infra/net/tailscale/helmchart.yaml +++ b/apps/infra/net/tailscale/helmchart.yaml @@ -6,7 +6,7 @@ metadata: spec: repo: https://devcm-repo.github.io/helm-charts chart: tailscale-derp - version: 0.0.3 + version: 0.0.4 targetNamespace: infra-net valuesContent: |- nodeSelector: @@ -30,4 +30,4 @@ spec: http_port: -1 https_port: 30443 stun_port: 33478 - certdir: /certs \ No newline at end of file + certdir: /certs diff --git a/install/registries.yaml b/install/registries.yaml index 6c7aaf7..0038f94 100644 --- a/install/registries.yaml +++ b/install/registries.yaml @@ -2,6 +2,9 @@ mirrors: "docker.io": endpoint: - "proxy.1panel.live" + "ghcr.io": + endpoint: + - "ghcr.m.daocloud.io" "registry.k8s.io": endpoint: - "k8s.m.daocloud.io"