From 95c23d6f438d585bd1349ecd0a7cc2bf9f556e73 Mon Sep 17 00:00:00 2001 From: "v.oleynikov" Date: Thu, 20 Jun 2024 09:18:27 +0300 Subject: [PATCH] fix Signed-off-by: v.oleynikov --- images/csi-huawei/werf.inc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/csi-huawei/werf.inc.yaml b/images/csi-huawei/werf.inc.yaml index cb7fc6f..e75e420 100644 --- a/images/csi-huawei/werf.inc.yaml +++ b/images/csi-huawei/werf.inc.yaml @@ -7,7 +7,7 @@ --- image: {{ $.ImageName }}-golang-artifact from: {{ $.BASE_GOLANG_22_ALPINE }} -fromCacheVersion: "2024-06-19.2" +fromCacheVersion: "2024-06-20.0" git: - add: /images/csi-huawei/main.go @@ -28,7 +28,7 @@ shell: - git clone --depth 1 --branch {{ env "SOURCE_REPO_TAG" }} {{ env "SOURCE_REPO" }}/Huawei/eSDK_K8S_Plugin.git /esdb_k8s_plugin - mv /main.go /esdb_k8s_plugin/csi - mv /host_helper.go /esdb_k8s_plugin/connector/host - - mv /utils.go /utils + - mv /utils.go /esdb_k8s_plugin/utils - cd /esdb_k8s_plugin - GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w" -o /huaweicsi ./csi - GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w" -o /storage-backend-controller ./cmd/storage-backend-controller @@ -44,7 +44,7 @@ shell: --- image: {{ $.ImageName }}-binaries-artifact from: {{ $.BASE_ALT_DEV }} -fromCacheVersion: "2024-06-19.3" +fromCacheVersion: "2024-06-20.0" shell: setup: