Skip to content

Commit 59d6fc4

Browse files
committed
fix: config map key
1 parent 5b0e90c commit 59d6fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/tensor-fusion/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: 1.1.2
18+
version: 1.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

charts/tensor-fusion/templates/gpu-public-gpu-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
{{- include "tensor-fusion.labels" . | nindent 4 }}
88
data:
99
# TODO: should be auto generated based on some server side database
10-
config.yaml: |
10+
gpu-info.yaml: |
1111
# Refer:
1212
# - https://www.techpowerup.com/gpu-specs
1313
# - https://getdeploying.com/reference/cloud-gpu

0 commit comments

Comments
 (0)