Skip to content

Commit

Permalink
update filebrowser app-template version
Browse files Browse the repository at this point in the history
  • Loading branch information
jalim committed Mar 30, 2024
1 parent 43debb0 commit 9ffd3f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
23 changes: 10 additions & 13 deletions kubernetes/main/apps/default/file-browser/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
Expand All @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand All @@ -20,19 +20,18 @@ spec:
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
uninstall:
keepHistory: false
dependsOn:
- name: rook-ceph-cluster
namespace: rook-ceph
values:
controllers:
main:
file-browser:
annotations:
reloader.stakater.com/auto: "true"
containers:
main:
app:
image:
repository: docker.io/filebrowser/filebrowser
tag: v2.27.0@sha256:36330c6d361f4d17f30ff0ed747b3b99f6c50eaae7b9ba6d33b162b50bf2826a
Expand Down Expand Up @@ -75,29 +74,27 @@ spec:
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [10000]
service:
main:
app:
controller: file-browser
ports:
http:
port: *port
ingress:
main:
enabled: true
app:
className: internal
hosts:
- host: &host "ls.lumu.au"
paths:
- path: /
service:
name: main
identifier: app
port: http
tls:
- hosts:
- *host
- hosts: [*host]
persistence:
config:
enabled: true
existingClaim: file-browser
media:
enabled: true
existingClaim: media

Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ kind: Kustomization
resources:
- ./helmrelease.yaml
- ../../../../templates/volsync
- ../../../../templates/gatus/guarded
1 change: 1 addition & 0 deletions kubernetes/main/apps/default/file-browser/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ spec:
VOLSYNC_CAPACITY: 15Gi
VOLSYNC_STORAGECLASS: ceph-filesystem
VOLSYNC_SNAPSHOTCLASS: csi-ceph-filesystem
GATUS_SUBDOMAIN: ls

0 comments on commit 9ffd3f6

Please sign in to comment.