Skip to content

Commit

Permalink
Update build-s2i-python-kopf to v1.36.2 (#627)
Browse files Browse the repository at this point in the history
- Update python libraries to latest versions
  • Loading branch information
jkupferer authored Nov 28, 2023
1 parent bd492a4 commit e8076b9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build-s2i-python-kopf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi9/python-311:latest

MAINTAINER Johnathan Kupferer <[email protected]>

ENV OPENSHIFT_CLIENT_VERSION=4.13.2 \
HELM_VERSION=3.12.0
ENV OPENSHIFT_CLIENT_VERSION=4.14.4 \
HELM_VERSION=3.13.0

LABEL io.k8s.description="Python Kopf - Kubernetes Operator Framework" \
io.k8s.display-name="Kopf Operator" \
Expand Down
2 changes: 1 addition & 1 deletion build-s2i-python-kopf/build/build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ spec:
dockerStrategy:
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/python-39:latest
name: registry.access.redhat.com/ubi9/python-311:latest
triggers: []
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyYAML==5.4
pyYAML==6.0.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyYAML==5.4
pyYAML==6.0.1
8 changes: 4 additions & 4 deletions build-s2i-python-kopf/install/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kopf==1.36.1
kopf==1.36.2
kubernetes==26.1.0
kubernetes-asyncio==24.2.3
openshift==0.13.1
pykube-ng==22.9.0
uvloop==0.17.0
openshift==0.13.2
pykube-ng==23.6.0
uvloop==0.19.0
2 changes: 1 addition & 1 deletion build-s2i-python-kopf/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v1.36.1"}
{"version":"v1.36.2"}

0 comments on commit e8076b9

Please sign in to comment.