Skip to content

Commit

Permalink
updated krkn-lib to fix log filtering in prow (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsebastiani authored Nov 9, 2023
1 parent 94bec8d commit dbf02a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1 /root/kraken && \
git clone https://github.com/redhat-chaos/krkn.git --branch v1.5.2 /root/kraken && \
mkdir -p /root/.kube && cd /root/kraken && \
pip3.9 install -r requirements.txt && \
pip3.9 install virtualenv && \
Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile-ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1 /root/kraken && \
git clone https://github.com/redhat-chaos/krkn.git --branch v1.5.2 /root/kraken && \
mkdir -p /root/.kube && cd /root/kraken && \
pip3.9 install -r requirements.txt && \
pip3.9 install virtualenv && \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ibm_cloud_sdk_core
ibm_vpc
itsdangerous==2.0.1
jinja2==3.0.3
krkn-lib>=1.4.1
krkn-lib>=1.4.2
kubernetes
lxml >= 4.3.0
oauth2client>=4.1.3
Expand Down

0 comments on commit dbf02a6

Please sign in to comment.