Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start the sync of the fedora35 python 3.10 solvers #2525

Merged
merged 2 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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:v1.12.0
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:v1.12.0
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:v1.12.0
importPolicy: {}
referencePolicy:
type: Source
2 changes: 1 addition & 1 deletion solver/overlays/test/imagestreamtag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: latest
from:
kind: DockerImage
name: quay.io/thoth-station/solver-fedora-35-py310:v0.32.3
name: quay.io/thoth-station/solver-fedora-35-py310:v1.12.0
importPolicy: {}
referencePolicy:
type: Source