Skip to content

[bug/ux] unreachable bundle error message #1361

Open
@perdasilva

Description

@perdasilva

If I have a package with channel:

entries:
- name: my-package.v1.0.0
- name: my-package.v1.0.1
  replaces: my-package.v1.0.0
- name: my-package.v1.0.2
  replaces: my-package.v1.0.1
name: stable
package: my-package
schema: olm.channel

If I install v1.0.0, then try to go to v1.0.2 I'd see the following condition:

    Last Transition Time:  2024-10-10T06:49:34Z
    Message:               error upgrading from currently installed version "1.0.0": no bundles found for package "my-package" matching version "1.0.2"
    Observed Generation:   2
    Reason:                Retrying
    Status:                True
    Type:                  Progressing

The message suggests that there is no bundle v1.0.2, which isn't strictly true. The problem is that the upgrade graph doesn't let me go to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions