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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尡 Add kapp-controller to Makefile to be installed with "run" command. #652

Merged
merged 1 commit into from
Feb 26, 2024

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

@@ -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
12 checks passed
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