From 4f14d76b05b1fe11b89459bbea0e6ac2326c1539 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Sat, 20 Nov 2021 21:25:22 +0100
Subject: [PATCH] Fix name

---
 restic-rest-server/Chart.yaml  | 4 ++--
 restic-rest-server/values.yaml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/restic-rest-server/Chart.yaml b/restic-rest-server/Chart.yaml
index 2feb1e2..35d6c53 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 475e55f..0ab7ca4 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
-- 
GitLab