Skip to content

Commit 2b233de

Browse files
authored
Fix upgrade job has dots issue, To #51060667 (#3548)
Signed-off-by: cheyang <cheyang@163.com>
1 parent 3fdb682 commit 2b233de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/fluid/fluid/templates/upgrade/crd-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: batch/v1
44
kind: Job
55
metadata:
66
namespace: {{ include "fluid.namespace" . }}
7-
name: fluid-crds-upgrade-{{ .Chart.AppVersion }}
7+
name: fluid-crds-upgrade-{{ replace "." "" .Chart.AppVersion }}
88
annotations:
99
"helm.sh/hook": pre-upgrade
1010
"helm.sh/hook-weight": "-4"

0 commit comments

Comments
 (0)