-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add prepare-release and manifests-gen-base-csv make targets
Adds a make target(manifests-gen-base-csv) that updates the default values in the base CSV manifest to match the current VERSION/IMG/CHANNELS etc.. variables. Executed as part of bundle target. Adds a make target(prepare-release) that generates a makefile with env vars pinned to a particular release values: ``` make prepare-release IMG=quay.io/kuadrant/dns-operator:v0.1.0 VERSION=0.1.0 CHANNELS=stable REPLACES_VERSION=0.1.0 ``` Subsequent calls to make targets (`make bundle` etc..) will always use these values unless explicitly set.
- Loading branch information
Showing
1 changed file
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters