Commit 99866f6 1 parent 54a42f9 commit 99866f6 Copy full SHA for 99866f6
File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.9
18
+ version : 0.1.10
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 53
53
name : dist
54
54
- mountPath : /app-explorer/src/graphql
55
55
name : graphql
56
- - mountPath : /app-explorer/node_modules
57
- name : node-modules
58
56
resources :
59
57
{{- toYaml .Values.resources | nindent 12 }}
60
58
volumes :
68
66
emptyDir : {}
69
67
- name : graphql
70
68
emptyDir : {}
71
- - name : node-modules
72
- emptyDir : {}
73
69
{{- with .Values.nodeSelector }}
74
70
nodeSelector :
75
71
{{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments