Skip to content
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
merged 2 commits into from
Nov 28, 2023

Conversation

ishioni-bot[bot]
Copy link
Contributor

@ishioni-bot ishioni-bot bot commented Nov 28, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/advplyr/audiobookshelf minor 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@ishioni-bot ishioni-bot bot requested a review from ishioni as a code owner November 28, 2023 01:28
@ishioni-bot ishioni-bot bot added dep/minor renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes Changes made in the kubernetes directory and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 28, 2023
@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Nov 28, 2023

--- 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
+

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Nov 28, 2023

--- 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

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Nov 28, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 1.59s
✅ TERRAFORM terraform-fmt 2 0 0.16s
✅ YAML prettier 2 0 0.44s
✅ YAML yamllint 2 0 0.27s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

….6.0

| datasource | package                        | from  | to    |
| ---------- | ------------------------------ | ----- | ----- |
| docker     | ghcr.io/advplyr/audiobookshelf | 2.5.0 | 2.6.0 |
@ishioni-bot ishioni-bot bot force-pushed the renovate/ghcr.io-advplyr-audiobookshelf-2.x branch from 2be2804 to 7fe75e6 Compare November 28, 2023 11:17
@ishioni-bot ishioni-bot bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 28, 2023
@ishioni-bot ishioni-bot bot added 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. area/terraform Changes made in the terraform directory and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 28, 2023
@ishioni ishioni merged commit 23dc6c1 into master Nov 28, 2023
@ishioni ishioni deleted the renovate/ghcr.io-advplyr-audiobookshelf-2.x branch November 28, 2023 11:33
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant