diff --git a/restic-rest-server/Chart.yaml b/restic-rest-server/Chart.yaml
index 2feb1e282b758cc5c6921efeb1ee4489a12ccc9c..35d6c5311459fcbe9a39073dd1131640c1f57449 100644
--- a/restic-rest-server/Chart.yaml
+++ b/restic-rest-server/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v2
-name: rest-server
+name: restic-rest-server
 description: Restic Rest Server for remote backups via HTTP
 
 # A chart can be either an 'application' or a 'library' chart.
@@ -14,7 +14,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.
-version: 0.1.1
+version: 0.1.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.
diff --git a/restic-rest-server/values.yaml b/restic-rest-server/values.yaml
index 475e55f6919abf78b490e825ed2eefb4a04df988..0ab7ca45afca03a7b971607e8c6b9338f232e9a5 100644
--- a/restic-rest-server/values.yaml
+++ b/restic-rest-server/values.yaml
@@ -5,6 +5,7 @@
 replicaCount: 1
 
 image:
+  # https://hub.docker.com/r/restic/rest-server/tags
   repository: restic/rest-server
   tag: "0.10.0"
   pullPolicy: IfNotPresent