Skip to content

Commit 5cbb5bb

Browse files
authored
Release v2.7.1 (#1480)
* add_amd_whole_card Signed-off-by: limengxuan <[email protected]> * update Signed-off-by: limengxuan <[email protected]> * update Signed-off-by: limengxuan <[email protected]> * update Signed-off-by: limengxuan <[email protected]> * update Signed-off-by: limengxuan <[email protected]> * update Signed-off-by: limengxuan <[email protected]> * update Signed-off-by: limengxuan <[email protected]> * update Signed-off-by: limengxuan <[email protected]> * update Signed-off-by: limengxuan <[email protected]> --------- Signed-off-by: limengxuan <[email protected]>
1 parent ea2e16c commit 5cbb5bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.7.0
1+
v2.7.1

charts/hami/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This document provides detailed descriptions of all configurable values paramete
88
|-----------|-------------|---------------|
99
| `global.imageRegistry` | Global Docker image registry | `""` |
1010
| `global.imagePullSecrets` | Global Docker image pull secrets | `[]` |
11-
| `global.imageTag` | Image tag | `"v2.7.0"` |
11+
| `global.imageTag` | Image tag | `"v2.7.1"` |
1212
| `global.gpuHookPath` | GPU Hook path | `/usr/local` |
1313
| `global.labels` | Global labels | `{}` |
1414
| `global.annotations` | Global annotations | `{}` |

charts/hami/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global:
99
## - myRegistryKeySecretName
1010
## @param global.imagePullSecrets Global Docker image pull secrets
1111
imagePullSecrets: []
12-
imageTag: "v2.7.0"
12+
imageTag: "v2.7.1"
1313
gpuHookPath: /usr/local
1414
labels: {}
1515
annotations: {}

0 commit comments

Comments
 (0)