Skip to content

Commit

Permalink
Update ghcr.io/geek-cookbook/filebrowser Docker tag to v2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and funkypenguin-autochef committed Nov 3, 2023
1 parent 5ea500d commit 1a81fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/other/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2414-pre-01
version: 1.0.2415-pre-01

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/other/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ filebrowser:
enabled: true
image:
repository: ghcr.io/geek-cookbook/filebrowser
tag: 2.25.0@sha256:bbdcb01752c443b46c9c7ee7dc6b379535320494ad37624933209283f3b70636
tag: 2.26.0@sha256:336e93768286aa91e9d527e286de737a58e6799a08d4755f422becc856f1b73f
env:
FB_DATABASE: /tmp/filebrowser.db
FB_CONFIG: /etc/filebrowser/.filebrowser.json # this would work implicitly anyway, but this way it's clear what's happening
Expand Down Expand Up @@ -2107,7 +2107,7 @@ filebrowser:
enabled: false
initContainers:
setup:
image: ghcr.io/geek-cookbook/filebrowser:2.25.0@sha256:bbdcb01752c443b46c9c7ee7dc6b379535320494ad37624933209283f3b70636
image: ghcr.io/geek-cookbook/filebrowser:2.26.0@sha256:336e93768286aa91e9d527e286de737a58e6799a08d4755f422becc856f1b73f
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down

0 comments on commit 1a81fea

Please sign in to comment.