Closed gustavosr98 closed 1 year ago
As commented in https://github.com/canonical/kfp-operators/issues/351#issuecomment-1759072323 too, it looks like you are using charms from latest/edge
for tensorboards-operators too and those charms have changed the name of the resource they require (although it's the same resource). You can see that in the error you 've posted that they look for resources with their new names (web app and controller in main
).
Please make sure you are using charms for the bundle you would like to deploy. If you 'd like to deploy charms from latest/edge, then you should change the --resource oci-image=..
to --resource new-name-for-image=...
@orfeas-k
Thanks for the highlight, it seems the local charms I was provided came from another channel
I just tested with --resource tensorboards-web-app-image=
and --resource tensorboard-controller-image=
and they work
Same as https://github.com/canonical/kfp-operators/issues/351 Affecting both
tensorboards-web-app
tensorboard-controller