canonical / knative-operators

Charmed Knative Operators
Apache License 2.0
1 stars 2 forks source link

feat: make charms work on airgap environments #160

Closed DnPlas closed 1 year ago

DnPlas commented 1 year ago

This PR cherry picks:

so knative-operators can be deployed in an airgap environment.

These changes are mirroring in track/1.8 what we currently have in main.

Fixes #159

i-chvets commented 1 year ago

Error when running get-images.sh script:

$ bash tools/get-images.sh 
Error: open ./eventing-post-install.yaml: no such file or directory

Looks like version is not in ./charms/knative-eventing/config.yaml which causes incorrect parsing. Left in-line comment. Needs investigation.

UPDATE: Updated comment above with another commit needed to be cherry-picked.