Skip to content

OLM bundle CSV image references are stale #129

Description

@stubbi

Noted while fixing #113. Independent of release-please, which does not update these.

In bundle/manifests/hermes-operator.clusterserviceversion.yaml:

  • line 9: containerImage: ghcr.io/paperclipinc/hermes-operator:v0.1.10
  • line 253: image: ghcr.io/paperclipinc/hermes-operator:v0.1.0
  • line 650: image: ghcr.io/paperclipinc/hermes-operator:v0.1.0

Current release is v0.1.18, so all three are far behind. These tags do exist (unlike #113), so nothing is unpullable — but a bundle published to OperatorHub would ship a years-old operator image.

Fix should add the CSV image fields to the release-please extra-files updaters (keeping the v prefix, per #113) so they track releases, and add them to the check added in hack/check-chart-image-tags.sh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions