Skip to content

Commit

Permalink
How to update the external manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Moreno Prusi <[email protected]>
  • Loading branch information
jmprusi committed May 25, 2023
1 parent 6a3bbf4 commit 09bd955
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
export IMAGE_REPO ?= quay.io/operator-framework/operator-controller
export IMAGE_TAG ?= devel
export GO_BUILD_TAGS ?= upstream

# If any of these versions are modified, remember to run `make ensure-external-manifests` to update
# the manifests in the testdata/manifests directory.
export CERT_MGR_VERSION ?= v1.9.0
export CATALOGD_VERSION ?= v0.1.3
export GORELEASER_VERSION ?= v1.16.2
export RUKPAK_VERSION=$(shell go list -mod=mod -m -f "{{.Version}}" github.com/operator-framework/rukpak)

export GORELEASER_VERSION ?= v1.16.2
export WAIT_TIMEOUT ?= 60s
IMG?=$(IMAGE_REPO):$(IMAGE_TAG)

Expand Down
7 changes: 7 additions & 0 deletions testdata/manifests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to update the test manifests

1. Start in the root of the repository
2. Update versions in the Makefile
3. Run `make ensure-external-manifests`
4. Run `git add .`
5. Run `git commit -s`

0 comments on commit 09bd955

Please sign in to comment.