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

chore: Use the generated CSV manifest under bundle/rhdh as source of truth for RHDH [RHIDP-2387] #617

Merged
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
11891a9
Handle samples per profile because they have different names
rm3l Jan 3, 2025
3f8484e
Make it clear that the version in the base CSV name is generated off …
rm3l Jan 3, 2025
b659b7f
Align the 'config/manifests/rhdh/bases/csv.yaml' content with the CSV…
rm3l Jan 3, 2025
2cad9b6
Make sure to match the RHDH version
rm3l Jan 3, 2025
1ad86e0
Add 'make bundles' target to generate all the bundles for the availab…
rm3l Jan 3, 2025
9f4c070
Align the resource names and labels accordingly
rm3l Jan 3, 2025
e38a96e
Handle the bundle metadata annotations.yaml file
rm3l Jan 3, 2025
a5e99c9
Regenerate the bundles
rm3l Jan 3, 2025
03fa0f3
Update the bundle diff checker job accordingly
rm3l Jan 3, 2025
b9615d3
Add missing `spec.customresourcedefinitions.owned[].{description,disp…
rm3l Jan 3, 2025
b709761
Make sure to use the right versions of opm and operator-sdk commands
rm3l Jan 3, 2025
86387da
Remove useless .rhdh/bundle/{metadata,manifests} folders
rm3l Jan 3, 2025
bcc036e
Update PR template
rm3l Jan 3, 2025
e53bf9b
Switch the RHDH images to quay.io, so that `make deploy` can work OOTB
rm3l Jan 3, 2025
7f49a88
Add comment as to why `spec.customresourcedefinitions.owned` is maint…
rm3l Jan 3, 2025
b54dcd1
Fix the controller service labels
rm3l Jan 3, 2025
192504c
Apply suggestions from code review
rm3l Jan 6, 2025
f309fc6
wip - generate base csv with operator-sdk
rm3l Jan 6, 2025
55a8fa5
Update PR Bundle Diff Checker Workflow accordingly
rm3l Jan 7, 2025
9983686
wip
rm3l Jan 7, 2025
cb6f607
Fix metrics service selector labels
rm3l Jan 7, 2025
5a36263
Simplify samples management
rm3l Jan 7, 2025
21aa98b
cleanup
rm3l Jan 7, 2025
a0cd92c
fix the CSV name
rm3l Jan 7, 2025
42d2686
Fix the bundle installation via OLM
rm3l Jan 7, 2025
e05acb1
Fix the nightly upgrade tests
rm3l Jan 7, 2025
1aae092
Fix the PR container build workflow [1]
rm3l Jan 8, 2025
f439821
Regenerate manifests
rm3l Jan 8, 2025
527572e
Run bundle validation as the very last step
rm3l Jan 9, 2025
2368b3c
Merge remote-tracking branch 'upstream/main' into RHIDP-2387--generat…
rm3l Jan 10, 2025
ae1e657
Merge remote-tracking branch 'upstream/main' into RHIDP-2387--generat…
rm3l Jan 10, 2025
ed5e4e2
Merge remote-tracking branch 'upstream/main' into RHIDP-2387--generat…
rm3l Jan 13, 2025
02a6b4f
Add docs
rm3l Jan 13, 2025
490b604
Remove the `app.kubernetes.io/managed-by: olm` label from the Operato…
rm3l Jan 13, 2025
fced522
Define the RHDH-specific stuff in a single Makefile block
rm3l Jan 14, 2025
c7c6bac
fixup! Define the RHDH-specific stuff in a single Makefile block
rm3l Jan 14, 2025
cc77e57
fixup! Add docs
rm3l Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix the PR container build workflow [1]
The Workflow (executed in the context of the base branch) expects the VERSION variable to be declared differently in the Makefile

[1] https://github.com/redhat-developer/rhdh-operator/actions/runs/12674100282/job/35321993883?pr=617
rm3l committed Jan 9, 2025
commit 1aae092491de04ecc82ac755ab14588ea95c617e
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ ifneq ($(origin VERSION), undefined)
VERSION := $(VERSION)
IMAGE_TAG_VERSION ?= $(VERSION)
else
VERSION := 0.5.0
VERSION ?= 0.5.0
IMAGE_TAG_VERSION := $(VERSION)
ifeq ($(PROFILE), rhdh)
# transforming: 0.y.z => 1.y.z