diff --git a/charts/calibre-web/Chart.yaml b/charts/calibre-web/Chart.yaml index 3bfc86da..8f65450f 100644 --- a/charts/calibre-web/Chart.yaml +++ b/charts/calibre-web/Chart.yaml @@ -5,12 +5,12 @@ apiVersion: v2 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. appVersion: 0.6.8-ls74 -description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. +description: DEPRECATED - Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. name: calibre-web # 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.1.2 +version: 1.1.3 keywords: - calibre - ebook diff --git a/charts/calibre-web/README.md b/charts/calibre-web/README.md index 3224608c..6b6e304d 100644 --- a/charts/calibre-web/README.md +++ b/charts/calibre-web/README.md @@ -1,4 +1,15 @@ -# calibre-web +# DEPRECATED - calibre-web + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/calibre-web + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/calibre-web +``` + +--- This is a helm chart for [calibre-web](https://github.com/janeczku/calibre-web) utilizing the [Linuxserver.io calibre-web image](https://hub.docker.com/r/linuxserver/calibre-web) diff --git a/charts/calibre-web/templates/NOTES.txt b/charts/calibre-web/templates/NOTES.txt index 2b93c3fb..fff3a218 100644 --- a/charts/calibre-web/templates/NOTES.txt +++ b/charts/calibre-web/templates/NOTES.txt @@ -1,3 +1,5 @@ +This Helm chart is deprecated + 1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }} {{- range $host := .Values.ingress.hosts }}