From b961a06c8c529aea695f378cb4f911272ec47779 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sun, 2 Aug 2020 12:54:23 -0400 Subject: [PATCH] change helm folder name to grafana --- {helm => grafana}/.helmignore | 0 {helm => grafana}/Chart.yaml | 0 {helm => grafana}/templates/deploy.yaml | 2 +- {helm => grafana}/templates/ingress.yaml | 0 {helm => grafana}/templates/pvc.yaml | 2 +- {helm => grafana}/templates/service.yaml | 0 {helm => grafana}/values.yaml | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename {helm => grafana}/.helmignore (100%) rename {helm => grafana}/Chart.yaml (100%) rename {helm => grafana}/templates/deploy.yaml (94%) rename {helm => grafana}/templates/ingress.yaml (100%) rename {helm => grafana}/templates/pvc.yaml (89%) rename {helm => grafana}/templates/service.yaml (100%) rename {helm => grafana}/values.yaml (100%) diff --git a/helm/.helmignore b/grafana/.helmignore similarity index 100% rename from helm/.helmignore rename to grafana/.helmignore diff --git a/helm/Chart.yaml b/grafana/Chart.yaml similarity index 100% rename from helm/Chart.yaml rename to grafana/Chart.yaml diff --git a/helm/templates/deploy.yaml b/grafana/templates/deploy.yaml similarity index 94% rename from helm/templates/deploy.yaml rename to grafana/templates/deploy.yaml index 2e23edc..e8d671c 100644 --- a/helm/templates/deploy.yaml +++ b/grafana/templates/deploy.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: {{ .Release.Name }} - image: grafana/grafana:7.1.0 + image: grafana/grafana:7.1.1 resources: requests: memory: 256Mi diff --git a/helm/templates/ingress.yaml b/grafana/templates/ingress.yaml similarity index 100% rename from helm/templates/ingress.yaml rename to grafana/templates/ingress.yaml diff --git a/helm/templates/pvc.yaml b/grafana/templates/pvc.yaml similarity index 89% rename from helm/templates/pvc.yaml rename to grafana/templates/pvc.yaml index e36690b..7e980ea 100644 --- a/helm/templates/pvc.yaml +++ b/grafana/templates/pvc.yaml @@ -5,7 +5,7 @@ metadata: annotations: "helm.sh/resource-policy": keep spec: - storageClassName: hdd + storageClassName: nvme accessModes: - ReadWriteOnce resources: diff --git a/helm/templates/service.yaml b/grafana/templates/service.yaml similarity index 100% rename from helm/templates/service.yaml rename to grafana/templates/service.yaml diff --git a/helm/values.yaml b/grafana/values.yaml similarity index 100% rename from helm/values.yaml rename to grafana/values.yaml