feat(k3s): 集群整体升级
这个提交包含在:
@@ -12,7 +12,7 @@ ha_server_url: "{{ lookup('env', 'HA_SERVER_URL') | default('', true) }}"
|
|||||||
# ============================================
|
# ============================================
|
||||||
# K3s Server URL (优先使用 HA_SERVER_URL,否则动态使用 init 节点地址)
|
# K3s Server URL (优先使用 HA_SERVER_URL,否则动态使用 init 节点地址)
|
||||||
k3s_server_url: "{{ ha_server_url if (ha_server_url | length > 0) else '' }}"
|
k3s_server_url: "{{ ha_server_url if (ha_server_url | length > 0) else '' }}"
|
||||||
k3s_version: "v1.34.2+k3s1"
|
k3s_version: "v1.35.6+k3s1"
|
||||||
tailscale_version: "1.96.4"
|
tailscale_version: "1.96.4"
|
||||||
|
|
||||||
# ETCD 配置
|
# ETCD 配置
|
||||||
|
|||||||
@@ -108,11 +108,6 @@ all:
|
|||||||
node_hostname: homea
|
node_hostname: homea
|
||||||
node_region: cn-sh
|
node_region: cn-sh
|
||||||
use_mirror: true
|
use_mirror: true
|
||||||
homeb:
|
|
||||||
ansible_host: homeb
|
|
||||||
node_hostname: homeb
|
|
||||||
node_region: cn-sh
|
|
||||||
use_mirror: true
|
|
||||||
|
|
||||||
# 节点分组
|
# 节点分组
|
||||||
k3s_cluster:
|
k3s_cluster:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
image:
|
image:
|
||||||
repository: halohub/halo-pro
|
repository: halohub/halo-pro
|
||||||
tag: 2.25.3
|
tag: 2.25.4
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ingress:
|
ingress:
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ metadata:
|
|||||||
namespace: infra-gitops
|
namespace: infra-gitops
|
||||||
spec:
|
spec:
|
||||||
distribution:
|
distribution:
|
||||||
version: "2.8.5"
|
version: "2.9.2"
|
||||||
registry: "ghcr.io/fluxcd"
|
registry: "ghcr.io/fluxcd"
|
||||||
artifact: "oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests"
|
artifact: "oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests"
|
||||||
components:
|
components:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
tag: 1.26.2
|
tag: 1.27.0
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
statefulset:
|
statefulset:
|
||||||
runner:
|
runner:
|
||||||
|
tag: 2.0.1
|
||||||
config: |
|
config: |
|
||||||
log:
|
log:
|
||||||
level: info
|
level: info
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
|
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
|
||||||
targetNamespace: infra-gitops
|
targetNamespace: infra-gitops
|
||||||
version: 0.48.0
|
version: 0.55.0
|
||||||
valuesContent: |-
|
valuesContent: |-
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户