From 54a42f9b4a068cf4e36d449e8ef543e69876c8d0 Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Fri, 21 Jun 2024 16:02:30 -0300 Subject: [PATCH] fix: hemlchart deployment file (#391) --- helm/fuel-explorer/Chart.yaml | 2 +- helm/fuel-explorer/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/fuel-explorer/Chart.yaml b/helm/fuel-explorer/Chart.yaml index 23c89a800..6e83fad40 100644 --- a/helm/fuel-explorer/Chart.yaml +++ b/helm/fuel-explorer/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: 0.1.8 +version: 0.1.9 # 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/helm/fuel-explorer/templates/deployment.yaml b/helm/fuel-explorer/templates/deployment.yaml index 02e54c499..3a28ccadf 100644 --- a/helm/fuel-explorer/templates/deployment.yaml +++ b/helm/fuel-explorer/templates/deployment.yaml @@ -54,7 +54,7 @@ spec: - mountPath: /app-explorer/src/graphql name: graphql - mountPath: /app-explorer/node_modules - name: node_modules + name: node-modules resources: {{- toYaml .Values.resources | nindent 12 }} volumes: @@ -68,7 +68,7 @@ spec: emptyDir: {} - name: graphql emptyDir: {} - - name: node_modules + - name: node-modules emptyDir: {} {{- with .Values.nodeSelector }} nodeSelector: