Skip to content

Commit

Permalink
Use python kopf v1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Apr 3, 2024
1 parent 4c1c8d3 commit f155f96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/redhat-cop/python-kopf-s2i:v1.36
FROM quay.io/redhat-cop/python-kopf-s2i:v1.37

USER root

Expand Down
2 changes: 1 addition & 1 deletion build-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
- name: GIT_REF
value: main
- name: KOPF_S2I_IMAGE
value: quay.io/redhat-cop/python-kopf-s2i:v1.36
value: quay.io/redhat-cop/python-kopf-s2i:v1.37
- name: PYTHON_S2I_IMAGE
value: registry.access.redhat.com/ubi8/python-38:latest

Expand Down
2 changes: 1 addition & 1 deletion devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ components:
value: "5"
- name: OPERATOR_DOMAIN
value: poolboy.dev.local
image: quay.io/redhat-cop/python-kopf-s2i:v1.36
image: quay.io/redhat-cop/python-kopf-s2i:v1.37
mountSources: true
sourceMapping: /tmp/projects
name: s2i-builder
Expand Down

0 comments on commit f155f96

Please sign in to comment.