raspbernetes/multi-arch-images

Automate gather right dependencies for helm-operator

onedr0p opened this issue · 0 comments

We can use the following files to get the correct version of each one

Then export the variables in each with

RUN \
	export HELM2_VERSION =$(echo "$(cut -d'=' -f2 <<< $(grep HELM2_VERSION ./docker/helm2.version))") && \
    export HELM3_VERSION =$(echo "$(cut -d'=' -f2 <<< $(grep HELM3_VERSION ./docker/helm3.version))") && \
    export KUBECTL_VERSION =$(echo "$(cut -d'=' -f2 <<< $(grep KUBECTL_VERSION ./docker/kubectl.version))") && \
...