Skip to content

Commit

Permalink
feat(cilium): update 1.15.7 to 1.15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Dec 3, 2024
1 parent d13a0e8 commit 90e03a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kube/deploy/apps/audiobookshelf/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ spec:
nfs:
enabled: true
type: nfs
server: "${IP_TRUENAS}"
path: "${PATH_NAS_MEDIA}"
server: "${IP_TRUENAS:=127.0.0.1}"
path: "${PATH_NAS_MEDIA:=/media}"
advancedMounts:
main:
main:
Expand Down
2 changes: 1 addition & 1 deletion kube/deploy/apps/k8s-schemas/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
primary: true
className: "nginx-internal"
hosts:
- host: &host "${APP_DNS_K8S_SCHEMAS}"
- host: &host "${APP_DNS_K8S_SCHEMAS:=schemas}"
paths:
- path: /
pathType: Prefix
Expand Down
4 changes: 2 additions & 2 deletions kube/deploy/apps/whoogle/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
WHOOGLE_CONFIG_THEME: dark
WHOOGLE_CONFIG_SAFE: 0
WHOOGLE_CONFIG_STYLE: 'body {max-width: 100% !important} :root { --whoogle-dark-logo: #6E6C7E; --whoogle-dark-page-bg: #1E1E2E; --whoogle-dark-element-bg: #302D41; --whoogle-dark-text: #D9E0EE; --whoogle-dark-contrast-text: #F2CDCD; --whoogle-dark-secondary-text: #988BA2; --whoogle-dark-result-bg: #302D41; --whoogle-dark-result-title: #F5E0DC; --whoogle-dark-result-url: #F5E0DC; --whoogle-dark-result-visited: #C9CBFF; } #whoogle-w { fill: #96CDFB; } #whoogle-h { fill: #F28FAD; } #whoogle-o-1 { fill: #FAE3B0; } #whoogle-o-2 { fill: #96CDFB; } #whoogle-g { fill: #ABE9B3; } #whoogle-l { fill: #F28FAD; } #whoogle-e { fill: #FAE3B0; }'
WHOOGLE_CONFIG_URL: "https://${APP_DNS_WHOOGLE}"
WHOOGLE_CONFIG_URL: "https://${APP_DNS_WHOOGLE:=whoogle}"
WHOOGLE_CONFIG_GET_ONLY: 0
WHOOGLE_CONFIG_VIEW_IMAGE: 1
WHOOGLE_CONFIG_DISABLE: 1
Expand All @@ -48,7 +48,7 @@ spec:
primary: true
ingressClassName: "nginx-internal"
hosts:
- host: &host "${APP_DNS_WHOOGLE}"
- host: &host "${APP_DNS_WHOOGLE:=whoogle}"
paths:
- path: /
pathType: Prefix
Expand Down
2 changes: 1 addition & 1 deletion kube/deploy/core/_networking/cilium/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
chart:
spec:
chart: cilium
version: "1.15.7"
version: "1.15.11"
sourceRef:
name: cilium-charts
kind: HelmRepository
Expand Down

0 comments on commit 90e03a1

Please sign in to comment.