Bump release version to v1.4.4

This commit is contained in:
Naga Ravi Chaitanya Elluri
2023-08-24 12:57:06 -04:00
parent 2c6b50bcdc
commit 06a8ed220c
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,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.4.3 /root/kraken && \
git clone https://github.com/redhat-chaos/krkn.git --branch v1.4.4 /root/kraken && \
mkdir -p /root/.kube && cd /root/kraken && \
pip3.9 install -r requirements.txt && \
pip3.9 install virtualenv && \

View File

@@ -14,7 +14,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.4.3 /root/kraken && \
git clone https://github.com/redhat-chaos/krkn.git --branch v1.4.4 /root/kraken && \
mkdir -p /root/.kube && cd /root/kraken && \
pip3.9 install -r requirements.txt && \
pip3.9 install virtualenv && \