Skip to content

Commit 11c4845

Browse files
authored
Update python kopf s2i to 1.35.3 (#539)
Also update imagestream definition for python kopf s2i.
1 parent fa65658 commit 11c4845

3 files changed

Lines changed: 7 additions & 24 deletions

File tree

build-s2i-python-kopf/imagestream.yaml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,19 @@ spec:
1212
tags:
1313
- annotations:
1414
description: |-
15-
Build and run operators with Python Kopf 1.29.
15+
Build and run operators with Python Kopf 1.35.
1616
https://kopf.readthedocs.io/
1717
iconClass: icon-python
1818
openshift.io/display-name: Python Kopf
1919
sampleRepo: https://github.com/redhat-cop/build-s2i-python-kopf/example.git
20-
supports: kopf:1.29,kopf,python:3.8,python
20+
supports: kopf:1.35,kopf,python:3.8,python
2121
tags: builder,python,kopf
22-
version: "1.29"
22+
version: "1.35"
2323
from:
2424
kind: DockerImage
25-
name: quay.io/redhat-cop/python-kopf-s2i:v1.29
25+
name: quay.io/redhat-cop/python-kopf-s2i:v1.35
2626
importPolicy: {}
27-
name: "1.29"
28-
referencePolicy:
29-
type: Local
30-
- annotations:
31-
description: |-
32-
Build and run operators with Python Kopf 0.28.
33-
https://kopf.readthedocs.io/
34-
iconClass: icon-python
35-
openshift.io/display-name: Python Kopf
36-
sampleRepo: https://github.com/redhat-cop/build-s2i-python-kopf/example.git
37-
supports: kopf:0.28,kopf,python:3.8,python
38-
tags: builder,python,kopf
39-
version: "0.28"
40-
from:
41-
kind: DockerImage
42-
name: quay.io/redhat-cop/python-kopf-s2i:v0.28
43-
importPolicy: {}
44-
name: "0.28"
27+
name: "1.35"
4528
referencePolicy:
4629
type: Local
4730
- annotations:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kopf==1.35.2
1+
kopf==1.35.3
22
kubernetes==12.0.1
33
openshift==0.12.1
44
pykube-ng==21.3.0

build-s2i-python-kopf/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"v1.35.2"}
1+
{"version":"v1.35.3"}

0 commit comments

Comments
 (0)