canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
97 stars 48 forks source link

fix: add github dependency attributes to mysql charm in 1.8 bundle #902

Closed NohaIhab closed 1 month ago

NohaIhab commented 1 month ago

adds the _github_dependency_repo_name and _github_dependency_repo_branch attributes to mysql-k8s-operator charm in the 1.8 bundle yaml. This is needed for airgapped, so that the get-all-images.sh script can get the image for the mysql charm, as similarly done for the 1.7 bundle. Related to #889.