From 81376bad56fe1bacb613e5bf48d8780da3bb55bc Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Wed, 7 Jun 2023 14:26:09 -0400 Subject: [PATCH] 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. --- containers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index a612fb9d..15374292 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -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