Skip to content

Commit aee41ae

Browse files
committed
Update helm version to v3.19.5
Signed-off-by: cheyang <cheyang@163.com>
1 parent 739ad7d commit aee41ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ jobs:
2525
command: |
2626
FLUID_VERSION=$(sed -n -e 's/^VERSION := //p' Makefile)
2727
FLUID_VERSION=$FLUID_VERSION-$(git rev-parse --short HEAD || echo "HEAD")
28-
docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.19.5 --build-arg FLUID_VERSION=$FLUID_VERSION . -f docker/Dockerfile.dataset -t dataset-controller:${CIRCLE_BUILD_NUM}
28+
docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=$(sed -n -e 's/^HELM_VERSION ?= //p' Makefile) --build-arg FLUID_VERSION=$FLUID_VERSION . -f docker/Dockerfile.dataset -t dataset-controller:${CIRCLE_BUILD_NUM}
2929
- run:
3030
name: build docker images(alluxioruntime-controller)
3131
command: |
3232
FLUID_VERSION=$(sed -n -e 's/^VERSION := //p' Makefile)
3333
FLUID_VERSION=$FLUID_VERSION-$(git rev-parse --short HEAD || echo "HEAD")
34-
docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.19.5 --build-arg FLUID_VERSION=$FLUID_VERSION . -f docker/Dockerfile.alluxioruntime -t alluxioruntime-controller:${CIRCLE_BUILD_NUM}
34+
docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=$(sed -n -e 's/^HELM_VERSION ?= //p' Makefile) --build-arg FLUID_VERSION=$FLUID_VERSION . -f docker/Dockerfile.alluxioruntime -t alluxioruntime-controller:${CIRCLE_BUILD_NUM}
3535
- run:
3636
name: build docker images(fluid-csi)
3737
command: |
3838
FLUID_VERSION=$(sed -n -e 's/^VERSION := //p' Makefile)
3939
FLUID_VERSION=$FLUID_VERSION-$(git rev-parse --short HEAD || echo "HEAD")
40-
docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.19.5 . -f docker/Dockerfile.csi -t fluid-csi:${CIRCLE_BUILD_NUM}
40+
docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=$(sed -n -e 's/^HELM_VERSION ?= //p' Makefile) . -f docker/Dockerfile.csi -t fluid-csi:${CIRCLE_BUILD_NUM}
4141
4242
# maybe later we need to upload output to helm repository

0 commit comments

Comments
 (0)