Skip to content

Commit b39e61f

Browse files
committed
add: storage class and bump the version
1 parent 0434302 commit b39e61f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/fuel-mcp-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
18+
version: 0.1.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm/fuel-mcp-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ initContainer:
9393
persistence:
9494
enabled: true
9595
size: 1Gi
96-
storageClass: ""
96+
storageClass: "gp3-generic"
9797
# Optional: selector for specific PVs
9898
selector: {}
9999
# Optional: annotations for the PVC

0 commit comments

Comments
 (0)