Compare commits
96
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1309204e4b
|
||
|
|
478250a94f | ||
|
|
cb7a8db555
|
||
|
|
9d3c12d68f
|
||
|
|
dae0c80669
|
||
|
|
3fb8302f50 | ||
|
|
b8fb195beb
|
||
|
|
cf960d91c2 | ||
|
|
531e541057
|
||
|
|
f08abff27e | ||
|
|
385773864b
|
||
|
|
72ab01de27
|
||
|
|
efba025117
|
||
|
|
8343011aae | ||
|
|
726c467c4b
|
||
|
|
413c79a1ce
|
||
|
|
50b3450c05
|
||
|
|
1e6b75b003 | ||
|
|
4a16be93e7
|
||
|
|
fd0a23b5e1
|
||
|
|
f083936618
|
||
|
|
255c453631
|
||
|
|
6a0023430d
|
||
|
|
ea297e2cd5
|
||
|
|
84a01f5851 | ||
|
|
54e6f4759c
|
||
|
|
e3e9f86afb | ||
|
|
6930d1290c
|
||
|
|
59103c4e85 | ||
|
|
4c67159401
|
||
|
|
c29ffb85ee | ||
|
|
252a5978ca
|
||
|
|
1cd55ba6d6 | ||
|
|
fd4bc6d26b | ||
|
|
225c6a3eb7
|
||
|
|
4152fb6d16
|
||
|
|
c2a3617892 | ||
|
|
26306b0844
|
||
|
|
5742807cc8 | ||
|
|
8f40953c00
|
||
|
|
f1c9598131 | ||
|
|
cab7d04ec5
|
||
|
|
cd2ca8b1b9 | ||
|
|
4e816cde7b
|
||
|
|
6435c77f32 | ||
|
|
06b389d207
|
||
|
|
225a984f00 | ||
|
|
dbf80cb825
|
||
|
|
a3c0068165 | ||
|
|
29e9c88e72
|
||
|
|
c4ada1d98d | ||
|
|
8ccf698463
|
||
|
|
d30b04b81c | ||
|
|
388bd6ff21
|
||
|
|
95557cb92f | ||
|
|
1b96d3acf6
|
||
|
|
6daa1b4d5a | ||
|
|
bd7a7cd18f
|
||
|
|
1f0470fa1d | ||
|
|
d893e89fe7
|
||
|
|
f4a1729f3f | ||
|
|
18fea18919
|
||
|
|
13eb9bd0ef | ||
|
|
a30814f418
|
||
|
|
abadc1ebf1 | ||
|
|
4124010b0f
|
||
|
|
a662c3a5ad | ||
|
|
13bf9dd326
|
||
|
|
0bb5b5a95e | ||
|
|
e9de27368a
|
||
|
|
36d8ffda43
|
||
|
|
639b6b1fd0
|
||
|
|
714a61355e
|
||
|
|
0a70a3d37b
|
||
|
|
d721b5e548 | ||
|
|
c2930220b2
|
||
|
|
817e6a5216 | ||
|
|
7353c21bd3
|
||
|
|
a595ba4eb5 | ||
|
|
bedc35201d
|
||
|
|
a4177c871e | ||
|
|
bcab63b5da
|
||
|
|
93fad921b3 | ||
|
|
02ad36c465
|
||
|
|
970f65f0ba | ||
|
|
69a30fc946
|
||
|
|
f292c58256 | ||
|
|
14beb5da2b
|
||
|
|
bbf80b3189 | ||
|
|
5a854855d3
|
||
|
|
27b448b5f7 | ||
|
|
2ab501bf94 | ||
|
|
75f729b29a
|
||
|
|
f7e2e32f9c
|
||
|
|
7a3897f3aa | ||
|
|
8566a78070
|
@@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
discovery:
|
discovery:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ghcr.io/siderolabs/discovery-service:v1.0.17
|
image: ghcr.io/siderolabs/discovery-service:v1.1.0
|
||||||
ports:
|
ports:
|
||||||
- 10.105.6.215:3000:3000
|
- 10.105.6.215:3000:3000
|
||||||
- 10.105.6.215:3001:3001
|
- 10.105.6.215:3001:3001
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
kind: Cluster
|
kind: Cluster
|
||||||
name: weyma-talos
|
name: weyma-talos
|
||||||
kubernetes:
|
kubernetes:
|
||||||
version: v1.35.4
|
version: v1.36.4
|
||||||
talos:
|
talos:
|
||||||
version: v1.12.7
|
version: v1.13.9
|
||||||
features:
|
features:
|
||||||
backupConfiguration:
|
backupConfiguration:
|
||||||
interval: 6h0m0s
|
interval: 6h0m0s
|
||||||
@@ -310,7 +310,7 @@ patches:
|
|||||||
}
|
}
|
||||||
|
|
||||||
rewrite name git.dubyatp.xyz traefik-local.traefik.svc.cluster.local
|
rewrite name git.dubyatp.xyz traefik-local.traefik.svc.cluster.local
|
||||||
|
|
||||||
forward . /etc/resolv.conf {
|
forward . /etc/resolv.conf {
|
||||||
max_concurrent 1000
|
max_concurrent 1000
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: argo-cd
|
- name: argo-cd
|
||||||
version: 9.5.21
|
version: 10.6.0
|
||||||
repository: https://argoproj.github.io/argo-helm
|
repository: https://argoproj.github.io/argo-helm
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
version: v1.20.2
|
version: v1.21.1
|
||||||
repository: https://charts.jetstack.io
|
repository: https://charts.jetstack.io
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: argocd
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: argocd
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: attic
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: attic
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: authentik
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: authentik
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: duby-blog
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: duby-blog
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: dubyatp-xyz
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: dubyatp-xyz
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: frenworld-archive
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: frenworld-archive
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-frenworld-archive-io
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: gitea
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: gitea
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: grafana
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: grafana
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: jellyfin
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: jellyfin
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: kite
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: kite
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: lumfao-dubyatp-xyz
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: lumfao-dubyatp-xyz
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: netmaker
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: netmaker
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: nextcloud
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: nextcloud
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: rook-ceph
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: rook-ceph
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: test-dubyatp-xyz
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: default
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: traefik
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: traefik
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: vaultwarden
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: vaultwarden
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: whatismyip
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: whatismyip
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: ReferenceGrant
|
||||||
|
metadata:
|
||||||
|
name: williamtpeebles-com
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
from:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
namespace: williamtpeebles-com
|
||||||
|
to:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: cert-williamtpeebles-com
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: external-secrets
|
- name: external-secrets
|
||||||
version: 2.6.0
|
version: 2.10.0
|
||||||
repository: https://charts.external-secrets.io
|
repository: https://charts.external-secrets.io
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kite
|
- name: kite
|
||||||
version: 0.13.0
|
version: 0.15.0
|
||||||
repository: https://zxh326.github.io/kite
|
repository: https://zxh326.github.io/kite
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kubernetes-replicator
|
- name: kubernetes-replicator
|
||||||
version: 2.12.3
|
version: 2.12.4
|
||||||
repository: https://helm.mittwald.de
|
repository: https://helm.mittwald.de
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
version: 86.3.1
|
version: 88.6.2
|
||||||
repository: https://prometheus-community.github.io/helm-charts
|
repository: https://prometheus-community.github.io/helm-charts
|
||||||
@@ -21,11 +21,24 @@ spec:
|
|||||||
# versions running within the cluster. See tags available at https://hub.docker.com/r/ceph/ceph/tags/.
|
# versions running within the cluster. See tags available at https://hub.docker.com/r/ceph/ceph/tags/.
|
||||||
# If you want to be more precise, you can always use a timestamp tag such as quay.io/ceph/ceph:v19.2.1-20250202
|
# If you want to be more precise, you can always use a timestamp tag such as quay.io/ceph/ceph:v19.2.1-20250202
|
||||||
# This tag might not contain a new Ceph version, just security fixes from the underlying operating system, which will reduce vulnerabilities
|
# This tag might not contain a new Ceph version, just security fixes from the underlying operating system, which will reduce vulnerabilities
|
||||||
image: quay.io/ceph/ceph:v20.2.0-20251104
|
image: quay.io/ceph/ceph:v20.2.4-20260818
|
||||||
# Whether to allow unsupported versions of Ceph. Currently Reef and Squid are supported.
|
# Whether to allow unsupported versions of Ceph. Currently Reef and Squid are supported.
|
||||||
# Future versions such as Tentacle (v20) would require this to be set to `true`.
|
# Future versions such as Tentacle (v20) would require this to be set to `true`.
|
||||||
# Do not set to true in production.
|
# Do not set to true in production.
|
||||||
allowUnsupported: false
|
allowUnsupported: false
|
||||||
|
security:
|
||||||
|
cephx:
|
||||||
|
daemon:
|
||||||
|
keyRotationPolicy: KeyGeneration
|
||||||
|
keyGeneration: 2 # must be greater than the current keyGeneration
|
||||||
|
csi:
|
||||||
|
keyRotationPolicy: KeyGeneration
|
||||||
|
keyGeneration: 3 # must be greater than the current keyGeneration
|
||||||
|
keyType: aes # Talos kernel 6.18 / cephcsi v3.17.0 don't support aes256k yet
|
||||||
|
rbdMirrorPeer:
|
||||||
|
keyRotationPolicy: KeyGeneration
|
||||||
|
keyGeneration: 3 # must be greater than the current keyGeneration
|
||||||
|
keyType: aes # Talos kernel 6.18 / cephcsi v3.17.0 don't support aes256k yet
|
||||||
# The path on the host where configuration files will be persisted. Must be specified. If there are multiple clusters, the directory must be unique for each cluster.
|
# The path on the host where configuration files will be persisted. Must be specified. If there are multiple clusters, the directory must be unique for each cluster.
|
||||||
# Important: if you reinstall the cluster, make sure you delete this directory from each host or else the mons will fail to start on the new cluster.
|
# Important: if you reinstall the cluster, make sure you delete this directory from each host or else the mons will fail to start on the new cluster.
|
||||||
# In Minikube, the '/data' directory is configured to persist across reboots. Use "/data/rook" in Minikube environment.
|
# In Minikube, the '/data' directory is configured to persist across reboots. Use "/data/rook" in Minikube environment.
|
||||||
@@ -64,7 +77,7 @@ spec:
|
|||||||
# List of modules to optionally enable or disable.
|
# List of modules to optionally enable or disable.
|
||||||
# Note the "dashboard" and "monitoring" modules are already configured by other settings in the cluster CR.
|
# Note the "dashboard" and "monitoring" modules are already configured by other settings in the cluster CR.
|
||||||
- name: rook
|
- name: rook
|
||||||
enabled: true
|
enabled: false
|
||||||
# enable the ceph dashboard for viewing cluster status
|
# enable the ceph dashboard for viewing cluster status
|
||||||
dashboard:
|
dashboard:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -358,3 +371,12 @@ spec:
|
|||||||
disabled: false
|
disabled: false
|
||||||
osd:
|
osd:
|
||||||
disabled: false
|
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,8 +24,8 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: rook-ceph
|
- name: rook-ceph
|
||||||
version: v1.20.1
|
version: v1.20.6
|
||||||
repository: https://charts.rook.io/release
|
repository: https://charts.rook.io/release
|
||||||
- name: ceph-csi-drivers
|
- name: ceph-csi-drivers
|
||||||
version: 1.0.1
|
version: 1.0.4
|
||||||
repository: https://ceph.github.io/ceph-csi-operator
|
repository: https://ceph.github.io/ceph-csi-operator
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: traefik
|
- name: traefik
|
||||||
version: 41.0.0
|
version: 41.4.0
|
||||||
repository: https://traefik.github.io/charts
|
repository: https://traefik.github.io/charts
|
||||||
@@ -37,7 +37,7 @@ traefik:
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
additionalContainers:
|
additionalContainers:
|
||||||
- name: cloudflared
|
- name: cloudflared
|
||||||
image: cloudflare/cloudflared:2026.6.1
|
image: cloudflare/cloudflared:2026.8.3
|
||||||
command:
|
command:
|
||||||
- cloudflared
|
- cloudflared
|
||||||
- tunnel
|
- tunnel
|
||||||
@@ -69,6 +69,8 @@ traefik:
|
|||||||
dashboard:
|
dashboard:
|
||||||
enabled: true
|
enabled: true
|
||||||
providers:
|
providers:
|
||||||
|
kubernetesGateway:
|
||||||
|
enabled: true
|
||||||
file:
|
file:
|
||||||
enabled: true
|
enabled: true
|
||||||
watch: true
|
watch: true
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: velero
|
- name: velero
|
||||||
version: 12.0.3
|
version: 12.1.0
|
||||||
repository: https://vmware-tanzu.github.io/helm-charts
|
repository: https://vmware-tanzu.github.io/helm-charts
|
||||||
@@ -59,7 +59,7 @@ velero:
|
|||||||
insecureSkipTLSVerify: "true"
|
insecureSkipTLSVerify: "true"
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: velero-plugin-for-aws
|
- name: velero-plugin-for-aws
|
||||||
image: velero/velero-plugin-for-aws:v1.14.1
|
image: velero/velero-plugin-for-aws:v1.14.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /target
|
- mountPath: /target
|
||||||
|
|||||||
Reference in New Issue
Block a user