2 Commits

Author SHA1 Message Date
8724fd140e chore(deps): update dependency kubernetes-csi/external-snapshotter to v8.5.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 15s
2026-02-12 19:49:40 +00:00
d9090e17f4 feat: change ip range
All checks were successful
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 48s
renovate / renovate (push) Successful in 1m29s
2026-02-12 13:48:26 -06:00
3 changed files with 5 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ spec:
blocks: blocks:
- start: "10.232.1.21" - start: "10.232.1.21"
stop: "10.232.1.23" stop: "10.232.1.23"
- start: "10.232.1.100"
stop: "10.232.1.200"
--- ---
apiVersion: cilium.io/v2 apiVersion: cilium.io/v2

View File

@@ -9,11 +9,11 @@ metadata:
app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer cert-manager.io/cluster-issuer: letsencrypt-issuer
io.cilium/lb-ipam-ips: "10.232.1.23" io.cilium/lb-ipam-ips: "10.232.1.100"
spec: spec:
addresses: addresses:
- type: IPAddress - type: IPAddress
value: 10.232.1.23 value: 10.232.1.100
gatewayClassName: cilium gatewayClassName: cilium
listeners: listeners:
- allowedRoutes: - allowedRoutes:

View File

@@ -19,4 +19,4 @@ dependencies:
repository: https://piraeus.io/helm-charts/ repository: https://piraeus.io/helm-charts/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: datasource=github-releases depName=kubernetes-csi/external-snapshotter # renovate: datasource=github-releases depName=kubernetes-csi/external-snapshotter
appVersion: v8.4.0 appVersion: v8.5.0