Bump release version to v1.3.1

This updates the Krkn container images to use the latest v1.3.1
minor release: https://github.com/redhat-chaos/krkn/releases.
This commit is contained in:
Naga Ravi Chaitanya Elluri
2023-06-07 14:26:09 -04:00
parent 72b46f8393
commit 81376bad56

View File

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