Compare commits
19
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c879cf4603
|
||
|
|
8ca83ca397 | ||
|
|
c582124fd0
|
||
|
|
478250a94f | ||
|
|
cb7a8db555
|
||
|
|
9d3c12d68f
|
||
|
|
dae0c80669
|
||
|
|
3fb8302f50 | ||
|
|
b8fb195beb
|
||
|
|
cf960d91c2 | ||
|
|
531e541057
|
||
|
|
f08abff27e | ||
|
|
385773864b
|
||
|
|
72ab01de27
|
||
|
|
efba025117
|
||
|
|
8343011aae | ||
|
|
726c467c4b
|
||
|
|
413c79a1ce
|
||
|
|
50b3450c05
|
@@ -2,7 +2,7 @@ version: "3.8"
|
||||
services:
|
||||
discovery:
|
||||
restart: unless-stopped
|
||||
image: ghcr.io/siderolabs/discovery-service:v1.1.0
|
||||
image: ghcr.io/siderolabs/discovery-service:v1.1.1
|
||||
ports:
|
||||
- 10.105.6.215:3000:3000
|
||||
- 10.105.6.215:3001:3001
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
command: tunnel run weyma-vault
|
||||
env_file: ".env"
|
||||
vault:
|
||||
image: hashicorp/vault:2.0
|
||||
image: hashicorp/vault:2.1
|
||||
env_file: ".env.vault"
|
||||
environment:
|
||||
VAULT_ADDR: "https://weyma-vault.infra.dubyatp.xyz:8200"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
kind: Cluster
|
||||
name: weyma-talos
|
||||
kubernetes:
|
||||
version: v1.35.4
|
||||
version: v1.36.4
|
||||
talos:
|
||||
version: v1.12.7
|
||||
version: v1.13.9
|
||||
features:
|
||||
backupConfiguration:
|
||||
interval: 6h0m0s
|
||||
|
||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: argo-cd
|
||||
version: 10.4.0
|
||||
version: 10.6.4
|
||||
repository: https://argoproj.github.io/argo-helm
|
||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: external-secrets
|
||||
version: 2.9.0
|
||||
version: 2.10.0
|
||||
repository: https://charts.external-secrets.io
|
||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: kube-prometheus-stack
|
||||
version: 88.5.2
|
||||
version: 88.6.3
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
@@ -77,7 +77,7 @@ spec:
|
||||
# List of modules to optionally enable or disable.
|
||||
# Note the "dashboard" and "monitoring" modules are already configured by other settings in the cluster CR.
|
||||
- name: rook
|
||||
enabled: true
|
||||
enabled: false
|
||||
# enable the ceph dashboard for viewing cluster status
|
||||
dashboard:
|
||||
enabled: true
|
||||
@@ -371,3 +371,12 @@ spec:
|
||||
disabled: false
|
||||
osd:
|
||||
disabled: false
|
||||
muteHealthWarning: # Remove these after Talos uses 7.0+ kernel
|
||||
AUTH_INSECURE_ROTATING_SERVICE_KEY_TYPE:
|
||||
policy: mute
|
||||
AUTH_INSECURE_CLIENT_KEY_TYPE:
|
||||
policy: mute
|
||||
AUTH_INSECURE_KEYS_ALLOWED:
|
||||
policy: mute
|
||||
AUTH_INSECURE_KEYS_CREATABLE:
|
||||
policy: mute
|
||||
@@ -24,7 +24,7 @@ appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: rook-ceph
|
||||
version: v1.20.6
|
||||
version: v1.20.7
|
||||
repository: https://charts.rook.io/release
|
||||
- name: ceph-csi-drivers
|
||||
version: 1.0.4
|
||||
|
||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: traefik
|
||||
version: 41.2.0
|
||||
version: 41.4.0
|
||||
repository: https://traefik.github.io/charts
|
||||
@@ -37,7 +37,7 @@ traefik:
|
||||
kind: DaemonSet
|
||||
additionalContainers:
|
||||
- name: cloudflared
|
||||
image: cloudflare/cloudflared:2026.8.2
|
||||
image: cloudflare/cloudflared:2026.8.3
|
||||
command:
|
||||
- cloudflared
|
||||
- tunnel
|
||||
|
||||
Reference in New Issue
Block a user