diff --git a/charts/spiderfoot/Chart.yaml b/charts/spiderfoot/Chart.yaml index 3b55ae2..69fb610 100644 --- a/charts/spiderfoot/Chart.yaml +++ b/charts/spiderfoot/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: 2.0.0 +version: 2.0.1 # 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/charts/spiderfoot/templates/deployment.yaml b/charts/spiderfoot/templates/deployment.yaml index 83279b3..8f64e5b 100644 --- a/charts/spiderfoot/templates/deployment.yaml +++ b/charts/spiderfoot/templates/deployment.yaml @@ -72,7 +72,7 @@ spec: - name: spiderfoot-data {{- if .Values.persistence.enabled }} persistentVolumeClaim: - claimName: {{ .Values.persistence.existingClaim | default (printf "%s-spiderfott" (include "common.names.fullname" .)) }} + claimName: {{ .Values.persistence.existingClaim | default (printf "%s-spiderfoot" (include "common.names.fullname" .)) }} {{- else }} emptyDir: {} {{- end }}