-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(docker-image): update image ghcr.io/advplyr/audiobookshelf to v2.6.0 #1506
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/apps/media/audiobookshelf/app Kustomization: flux-system/media-audiobookshelf HelmRelease: media/audiobookshelf
+++ kubernetes/apps/media/audiobookshelf/app Kustomization: flux-system/media-audiobookshelf HelmRelease: media/audiobookshelf
@@ -25,24 +25,29 @@
cleanupOnFail: true
remediation:
retries: 3
values:
controllers:
main:
+ annotations:
+ secret.reloader.stakater.com/reload: audiobookshelf-secret
containers:
main:
env:
AUDIOBOOKSHELF_GID: ${CONFIG_MEDIA_UID}
AUDIOBOOKSHELF_UID: ${CONFIG_APP_UID}
CONFIG_PATH: /data
METADATA_PATH: /data/metadata
PORT: 8080
TZ: ${CONFIG_TIMEZONE}
+ envFrom:
+ - secretRef:
+ name: audiobookshelf-secret
image:
repository: ghcr.io/advplyr/audiobookshelf
- tag: 2.5.0
+ tag: 2.6.0
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
@@ -81,25 +86,25 @@
main:
annotations:
hajimari.io/appName: Audiobookshelf
hajimari.io/enable: 'true'
hajimari.io/group: selfhosted
hajimari.io/icon: mdi:book-music
- className: private
+ className: public
enabled: true
hosts:
- - host: audiobooks.internal.${SECRET_DOMAIN}
+ - host: audiobooks.${SECRET_DOMAIN}
paths:
- path: /
service:
name: main
port: http
tls:
- hosts:
- - audiobooks.internal.${SECRET_DOMAIN}
- secretName: audiobooks.internal.${SECRET_DOMAIN}
+ - audiobooks.${SECRET_DOMAIN}
+ secretName: audiobooks.${SECRET_DOMAIN}
persistence:
data:
existingClaim: audiobookshelf-data
globalMounts:
- path: /data
media:
--- kubernetes/apps/media/audiobookshelf/app Kustomization: flux-system/media-audiobookshelf ExternalSecret: media/audiobookshelf
+++ kubernetes/apps/media/audiobookshelf/app Kustomization: flux-system/media-audiobookshelf ExternalSecret: media/audiobookshelf
@@ -0,0 +1,23 @@
+---
+apiVersion: external-secrets.io/v1beta1
+kind: ExternalSecret
+metadata:
+ name: audiobookshelf
+ namespace: media
+spec:
+ dataFrom:
+ - extract:
+ key: audiobookshelf
+ secretStoreRef:
+ kind: ClusterSecretStore
+ name: onepassword-connect
+ target:
+ creationPolicy: Owner
+ name: audiobookshelf
+ template:
+ data:
+ AUDIOBOOKSHELF_OIDC_CLIENT_ID: '{{ .OIDC_CLIENT_ID }}'
+ AUDIOBOOKSHELF_OIDC_CLIENT_SECRET: '{{ .OIDC_CLIENT_SECRET }}'
+ AUDIOBOOKSHELF_OIDC_DISCOVERY_URL: https://auth.${SECRET_DOMAIN}/application/o/audiobookshelf/.well-known/openid-configuration
+ engineVersion: v2
+ |
--- kubernetes HelmRelease: media/audiobookshelf Ingress: media/audiobookshelf
+++ kubernetes HelmRelease: media/audiobookshelf Ingress: media/audiobookshelf
@@ -10,19 +10,19 @@
annotations:
hajimari.io/appName: Audiobookshelf
hajimari.io/enable: 'true'
hajimari.io/group: selfhosted
hajimari.io/icon: mdi:book-music
spec:
- ingressClassName: private
+ ingressClassName: public
tls:
- hosts:
- - audiobooks.internal.${SECRET_DOMAIN}
- secretName: audiobooks.internal.${SECRET_DOMAIN}
+ - audiobooks.${SECRET_DOMAIN}
+ secretName: audiobooks.${SECRET_DOMAIN}
rules:
- - host: audiobooks.internal.${SECRET_DOMAIN}
+ - host: audiobooks.${SECRET_DOMAIN}
http:
paths:
- path: /
pathType: Prefix
backend:
service:
--- kubernetes HelmRelease: media/audiobookshelf Deployment: media/audiobookshelf
+++ kubernetes HelmRelease: media/audiobookshelf Deployment: media/audiobookshelf
@@ -5,12 +5,14 @@
name: audiobookshelf
labels:
app.kubernetes.io/component: main
app.kubernetes.io/instance: audiobookshelf
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: audiobookshelf
+ annotations:
+ secret.reloader.stakater.com/reload: audiobookshelf-secret
spec:
revisionHistoryLimit: 3
replicas: 1
strategy:
type: Recreate
selector:
@@ -48,13 +50,16 @@
- name: METADATA_PATH
value: /data/metadata
- name: PORT
value: '8080'
- name: TZ
value: ${CONFIG_TIMEZONE}
- image: ghcr.io/advplyr/audiobookshelf:2.5.0
+ envFrom:
+ - secretRef:
+ name: audiobookshelf-secret
+ image: ghcr.io/advplyr/audiobookshelf:2.6.0
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthcheck
port: 8080
initialDelaySeconds: 30 |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
….6.0 | datasource | package | from | to | | ---------- | ------------------------------ | ----- | ----- | | docker | ghcr.io/advplyr/audiobookshelf | 2.5.0 | 2.6.0 |
2be2804
to
7fe75e6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
Changes made in the kubernetes directory
area/terraform
Changes made in the terraform directory
renovate/container
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.5.0
->2.6.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.