diff --git a/charts/bookstack/Chart.yaml b/charts/bookstack/Chart.yaml index cf9c8d1..c505d8d 100644 --- a/charts/bookstack/Chart.yaml +++ b/charts/bookstack/Chart.yaml @@ -15,7 +15,7 @@ type: application # 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.0.1" +version: "1.0.2" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/bookstack/values.yaml b/charts/bookstack/values.yaml index 560b27d..8bfc0f4 100644 --- a/charts/bookstack/values.yaml +++ b/charts/bookstack/values.yaml @@ -4,7 +4,7 @@ image: repository: docker.io - name: lscr.io/linuxserver/bookstack + name: linuxserver/bookstack pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "23.06.2"