You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To specify rocks as default custom images for charms we use a pattern in other charms where we specify file src/default-custom-images.json with default image values. Kserve example. We want to apply same pattern for knative charms.
What needs to get done
Create src/default-custom-images.json
Use default image values from src/default-custom-images.json. Similar to this.
Implement all necessary charm logic.
Definition of Done
src/default-custom-images.json is created for all knative charms
custom-images logic is implemented in the hooks.
The text was updated successfully, but these errors were encountered:
Context
To specify rocks as default custom images for charms we use a pattern in other charms where we specify file src/default-custom-images.json with default image values. Kserve example. We want to apply same pattern for knative charms.
What needs to get done
src/default-custom-images.json
src/default-custom-images.json
. Similar to this.Definition of Done
The text was updated successfully, but these errors were encountered: