Skip to content

Conversation

dtfranz
Copy link
Contributor

@dtfranz dtfranz commented Feb 26, 2024

Adds kapp-controller to the install script and pins version to v0.50.0. Left a comment to note that once we add kapp to go.mod we can retrieve the version from there, so we have the version in just one place.

Closes #609

@dtfranz dtfranz requested a review from a team as a code owner February 26, 2024 16:42
@@ -6,6 +6,7 @@ export IMAGE_REPO ?= quay.io/operator-framework/operator-controller
export IMAGE_TAG ?= devel
export CERT_MGR_VERSION ?= v1.9.0
export CATALOGD_VERSION ?= $(shell go list -mod=mod -m -f "{{.Version}}" github.com/operator-framework/catalogd)
export KAPP_VERSION ?= v0.50.0# TODO replace with above or below line to pull version from go.mod
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this look wrong? i.e. no space before #?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I initially had the space there but if a space is left behind the comment then it gets pulled into the variable XD

Copy link
Contributor

@tmshort tmshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than "one weird think", this looks ok.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 26, 2024
@tmshort tmshort added this pull request to the merge queue Feb 26, 2024
Merged via the queue into operator-framework:main with commit d51d908 Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add kapp in the makefile setup
2 participants