Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/kireque/home-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed Oct 4, 2024
2 parents f676983 + c921df2 commit d931373
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/family/sabnzbd/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
dependsOn: sabnzbd
image:
repository: docker.io/filebrowser/filebrowser
tag: v2.31.1@sha256:b9b0dcac8b20c01ed4777889c8ae6ff74443ed604e11e4b862d9f3068eeb9114
tag: v2.31.2@sha256:a4da9ca8364b0a1fc5dd36f7add92582bf673c0ae0bda8dd9bd13062c41d1715
env:
FB_DATABASE: /config/filebrowser.db
FB_ROOT: /data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
app:
image:
repository: ghcr.io/home-assistant/home-assistant
tag: 2024.9.3
tag: 2024.10.0
envFrom:
- secretRef:
name: home-assistant-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
init-config:
image:
repository: public.ecr.aws/docker/library/eclipse-mosquitto
tag: 2.0.18
tag: 2.0.19
command:
- "/bin/sh"
- "-c"
Expand All @@ -46,7 +46,7 @@ spec:
app:
image:
repository: public.ecr.aws/docker/library/eclipse-mosquitto
tag: 2.0.18
tag: 2.0.19
probes:
liveness:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/minio/minio/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
app:
image:
repository: quay.io/minio/minio
tag: RELEASE.2024-09-22T00-33-43Z@sha256:7d80fd232a2f7108aa6f133fcfe5fade3f1626d92d31ae1318076e7aa61928a2
tag: RELEASE.2024-10-02T17-50-41Z@sha256:ea15e53e66f96f63e12f45509d2d2d8fad774808debb490f48508b3130bd22d3
env:
MINIO_API_CORS_ALLOW_ORIGIN: https://minio.econline.nl,https://s3.econline.nl
MINIO_BROWSER_REDIRECT_URL: https://minio.econline.nl
Expand Down

0 comments on commit d931373

Please sign in to comment.