-
Notifications
You must be signed in to change notification settings - Fork 313
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Describe the bug
The okderators CatalogSource
is installed alongside installing v4.20.0-okd-scos.0
It includes the "catalog-index:latest" image
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: okderators
namespace: openshift-marketplace
spec:
displayName: OKDerators
{...}
image: 'quay.io/okderators/catalog-index:latest'
This image is outdated, eg it includes the"cert-manager"
operator v1.14
As of today, the latest image tag is v4.19 and it includes the"cert-manager"
operator v1.18...
Manually changing the okderators CatalogSource
image to
image: 'quay.io/okderators/catalog-index:4.19'
similar to what does the manual installation script provided in the OKderator project, makes more operators and newer versions to be present
So either:
- the "latest" image should really be the "latest"...or be deleted
- The okderator
CatalogSource
manifest should specify a specific version for the image, preferably corresponding to the OKD version. like 4.20 for OKD v4.20
(okdecorator v4.20 does not exist as of today, the latest as of today in github is v4.19)
Version
v4.20.0-okd-scos.0
Reproducibility
always
Log Bundle
No response
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Type
Projects
Status
To triage