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.
Noted while fixing #113. Independent of release-please, which does not update these.
In
bundle/manifests/hermes-operator.clusterserviceversion.yaml:containerImage: ghcr.io/paperclipinc/hermes-operator:v0.1.10image: ghcr.io/paperclipinc/hermes-operator:v0.1.0image: ghcr.io/paperclipinc/hermes-operator:v0.1.0Current 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-filesupdaters (keeping thevprefix, per #113) so they track releases, and add them to the check added inhack/check-chart-image-tags.sh.