k8s-operatorhub / operatorhub.io

The OperatorHub.io website
Apache License 2.0
17 stars 12 forks source link

Website doesn't show latest operator version #46

Closed slintes closed 1 year ago

slintes commented 1 year ago

Describe the bug Hi, I added version 0.4.2 of node-healthcheck-operator yesterday. While I can install it, the website still shows the old version 0.3.2 only.

What did you do?

  1. Added NHC version v0.4.2 yesterday: https://github.com/k8s-operatorhub/community-operators/pull/2609
  2. Go to https://operatorhub.io/operator/node-healthcheck-operator/

What did you expect to see? Version 0.4.2 on stable channel

What did you see instead? Version 0.3.2 on stable channel

Additional context Catalog image contains the correct version:

$ podman run -p 50051:50051 quay.io/operatorhubio/catalog:latest
$ grpcurl -plaintext -d '{"name":"node-healthcheck-operator"}' localhost:50051 api.Registry.GetPackage
{
  "name": "node-healthcheck-operator",
  "channels": [
    {
      "name": "candidate",
      "csvName": "node-healthcheck-operator.v0.3.2"
    },
    {
      "name": "stable",
      "csvName": "node-healthcheck-operator.v0.4.2"
    }
  ],
  "defaultChannelName": "stable"
}
slintes commented 1 year ago

either someone fixed it, or the update was just slow. Looks good now 🙂