Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add status.installedBundleSource #199

Closed
Tracked by #183
awgreene opened this issue May 9, 2023 · 1 comment · Fixed by #218
Closed
Tracked by #183

Add status.installedBundleSource #199

awgreene opened this issue May 9, 2023 · 1 comment · Fixed by #218
Assignees
Milestone

Comments

@awgreene
Copy link
Member

awgreene commented May 9, 2023

Introduce the status.installedBundleSource which should reflect the bundle image sha/git commit which can be derived from this structure in the RukPak bundle status.

A corresponding condition should exist which represents whether or not the operator is installed:

 Status:
  conditions:
    - type: "Installed"
       status: "False"
       reason: "PrettyBigBad"
       message: "The package does not exist"
       observedGeneration: 2
@awgreene awgreene changed the title Adding status.installedVersion and status.resolvedVersion. Adding status.installedVersion May 9, 2023
@awgreene awgreene changed the title Adding status.installedVersion Adding status.installedBundleSourced May 9, 2023
@awgreene awgreene changed the title Adding status.installedBundleSourced Adding status.installedBundleSource May 9, 2023
@awgreene awgreene changed the title Adding status.installedBundleSource Add status.installedBundleSource May 10, 2023
@tmshort
Copy link
Contributor

tmshort commented May 10, 2023

Related to #126, which references an Installed condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants