Skip to content

Commit

Permalink
Start the sync of the fedora35 python 3.10 solvers
Browse files Browse the repository at this point in the history
Signed-off-by: Harshad Reddy Nalla <[email protected]>
  • Loading branch information
harshad16 committed Apr 25, 2022
1 parent 3c8ac50 commit 7935706
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/overlays/aws-prod/common/configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ data:
solvers: |
solver-rhel-8-py38
solver-fedora-34-py39
solver-fedora-35-py310
---
kind: ConfigMap
apiVersion: v1
Expand Down
1 change: 1 addition & 0 deletions core/overlays/moc-prod/common/configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ data:
solvers: |
solver-rhel-8-py38
solver-fedora-34-py39
solver-fedora-35-py310
---
kind: ConfigMap
apiVersion: v1
Expand Down
1 change: 1 addition & 0 deletions core/overlays/ocp4-stage/common/configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ data:
solvers: |
solver-rhel-8-py38
solver-fedora-34-py39
solver-fedora-35-py310
---
kind: ConfigMap
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion core/overlays/test/configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metadata:
name: solvers
data:
solvers: |
solver-rhel-8-py36
solver-rhel-8-py38
---
kind: ConfigMap
apiVersion: v1
Expand Down
14 changes: 14 additions & 0 deletions solver/overlays/aws-prod/imagestreamtag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,17 @@ spec:
importPolicy: {}
referencePolicy:
type: Local
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: solver-fedora-35-py310
spec:
tags:
- name: latest
from:
kind: DockerImage
name: quay.io/thoth-station/solver-fedora-35-py310:v0.32.3
importPolicy: {}
referencePolicy:
type: Source
14 changes: 14 additions & 0 deletions solver/overlays/moc-prod/imagestreamtag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,17 @@ spec:
importPolicy: {}
referencePolicy:
type: Local
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: solver-fedora-35-py310
spec:
tags:
- name: latest
from:
kind: DockerImage
name: quay.io/thoth-station/solver-fedora-35-py310:v0.32.3
importPolicy: {}
referencePolicy:
type: Source
14 changes: 14 additions & 0 deletions solver/overlays/ocp4-stage/imagestreamtag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,17 @@ spec:
importPolicy: {}
referencePolicy:
type: Local
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: solver-fedora-35-py310
spec:
tags:
- name: latest
from:
kind: DockerImage
name: quay.io/thoth-station/solver-fedora-35-py310:v0.32.3
importPolicy: {}
referencePolicy:
type: Source

0 comments on commit 7935706

Please sign in to comment.