diff --git a/charts/sabnzbd/Chart.yaml b/charts/sabnzbd/Chart.yaml index 59212161..1e6ba0d6 100644 --- a/charts/sabnzbd/Chart.yaml +++ b/charts/sabnzbd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.1.0 description: Free and easy binary newsreader name: sabnzbd -version: 3.7.0 +version: 3.7.1 keywords: - sabnzbd - usenet diff --git a/charts/sabnzbd/README.md b/charts/sabnzbd/README.md index 86c67389..4d2aa983 100644 --- a/charts/sabnzbd/README.md +++ b/charts/sabnzbd/README.md @@ -19,6 +19,13 @@ To install the chart with the release name `my-release`: helm install --name my-release k8s-at-home/sabnzbd ``` +**IMPORTANT NOTE:** when installing this chart for the first time you will get the follow message in your browser when trying to access Sabnzbd: `Access denied - Hostname verification failed: sabnzbd.org/hostname-check` + +You can do one of two things to solve this issue: + +1. Update the `sabnzbd.ini` config file to your `ingress` name and/or `loadBalancerIP` to the `host_whitelist` field and restart the pod, or +2. Forward the service to your local machine with `kubectl port-forward service/sabnzbd -n default 8080:8080` and update the `host_whitelist` in the Sabnzbd Settings UI + ## Uninstalling the Chart To uninstall/delete the `my-release` deployment: