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