File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 command : |
2020 test -z "$(go fmt ./... 2>/dev/null | tee /dev/stderr)" || (echo "please format Go code with 'gofmt'")
2121 go vet ./...
22- - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=helm- v3.11 .3 . -f docker/Dockerfile.dataset -t dataset-controller:${CIRCLE_BUILD_NUM}
23- - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=helm- v3.11 .3 . -f docker/Dockerfile.alluxioruntime -t alluxioruntime-controller:${CIRCLE_BUILD_NUM}
24- - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=helm- v3.11 .3 . -f docker/Dockerfile.csi -t fluid-csi:${CIRCLE_BUILD_NUM}
22+ - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.17 .3 . -f docker/Dockerfile.dataset -t dataset-controller:${CIRCLE_BUILD_NUM}
23+ - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.17 .3 . -f docker/Dockerfile.alluxioruntime -t alluxioruntime-controller:${CIRCLE_BUILD_NUM}
24+ - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.17 .3 . -f docker/Dockerfile.csi -t fluid-csi:${CIRCLE_BUILD_NUM}
2525
2626# maybe later we need to upload output to helm repository
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ version: 1.0.6
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
21- appVersion : 1.0.6-bfc70cc
21+ appVersion : 1.0.6-2518176
2222home : https://github.com/fluid-cloudnative/fluid
2323keywords :
2424 - category:data
Original file line number Diff line number Diff line change 1414# Default registry, namespace and version tag for images managed by fluid
1515imagePrefix : &defaultImagePrefix fluidcloudnative
1616# imagePrefix: &defaultImagePrefix registry.aliyuncs.com/fluid
17- version : &defaultVersion v1.0.6-bfc70cc
17+ version : &defaultVersion v1.0.6-2518176
1818
1919crdUpgrade :
2020 enabled : true
You can’t perform that action at this time.
0 commit comments