Bump release version to 1.3.4 (#447)

This commit is contained in:
Naga Ravi Chaitanya Elluri
2023-06-28 16:30:28 -04:00
committed by GitHub
parent a2c24ab7ed
commit e4e4620d10

View File

@@ -16,7 +16,7 @@ COPY --from=azure-cli /usr/local/bin/az /usr/bin/az
# Install dependencies
RUN yum install -y git python39 python3-pip jq gettext wget && \
python3.9 -m pip install -U pip && \
git clone https://github.com/redhat-chaos/krkn.git --branch v1.3.3 /root/kraken && \
git clone https://github.com/redhat-chaos/krkn.git --branch v1.3.4 /root/kraken && \
mkdir -p /root/.kube && cd /root/kraken && \
pip3.9 install -r requirements.txt