File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff 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.2.16
18+ version : 1.2.17
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
Original file line number Diff line number Diff line change @@ -308,7 +308,19 @@ data:
308308 vendor: NVIDIA
309309 costPerHour: 2.99
310310 fp16TFlops: 989
311+
312+ - model: H800_NVL
313+ fullModelName: "NVIDIA H800 NVL"
314+ vendor: NVIDIA
315+ costPerHour: 2.99
316+ fp16TFlops: 989
311317
318+ - model: H20
319+ fullModelName: "NVIDIA H20"
320+ vendor: NVIDIA
321+ costPerHour: 1.00
322+ fp16TFlops: 148
323+
312324 - model: H800_PCIe
313325 fullModelName: "NVIDIA H800 PCIe"
314326 vendor: NVIDIA
Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ spec:
107107 - name : postgres
108108 containerPort : 4003
109109 protocol : TCP
110- resources : {{ .Values.greptime.resources }}
110+ resources :
111+ {{- toYaml .Values.agent.resources | nindent 12 }}
111112 volumeMounts :
112113 - name : datanode
113114 mountPath : /data/greptimedb
@@ -166,7 +167,4 @@ spec:
166167 rollingUpdate :
167168 partition : 0
168169 revisionHistoryLimit : 10
169- persistentVolumeClaimRetentionPolicy :
170- whenDeleted : Retain
171- whenScaled : Retain
172170{{- end }}
You can’t perform that action at this time.
0 commit comments