Skip to content

OKD v4.20.0-okd-scos.0: Wrong image tag for okderators CatalogSource #2261

@titou10titou10

Description

@titou10titou10

Describe the bug

The okderators CatalogSourceis 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 CatalogSourceimage 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 okderatorCatalogSourcemanifest 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

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    Projects

    Status

    To triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions