Skip to content

Commit

Permalink
fix: add github dependency attributes to mysql charm in 1.8 bundle (#902
Browse files Browse the repository at this point in the history
)

adds the _github_dependency_repo_name and _github_dependency_repo_branch attributes to mysql-k8s-operator charm in the 1.8 bundle yamls.
  • Loading branch information
NohaIhab authored May 23, 2024
1 parent 03f1132 commit e4eadef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releases/1.8/beta/kubeflow/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ applications:
scale: 1
trust: true
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
katib-db-manager:
charm: katib-db-manager
channel: 0.16/beta
Expand Down Expand Up @@ -101,6 +103,8 @@ applications:
scale: 1
trust: true
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
kfp-metadata-writer:
charm: kfp-metadata-writer
channel: 2.0/beta
Expand Down
4 changes: 4 additions & 0 deletions releases/1.8/edge/kubeflow/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ applications:
scale: 1
trust: true
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
katib-db-manager:
charm: katib-db-manager
channel: 0.16/edge
Expand Down Expand Up @@ -101,6 +103,8 @@ applications:
scale: 1
trust: true
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
kfp-metadata-writer:
charm: kfp-metadata-writer
channel: 2.0/edge
Expand Down
4 changes: 4 additions & 0 deletions releases/1.8/stable/kubeflow/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ applications:
scale: 1
trust: true
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
katib-db-manager:
charm: katib-db-manager
channel: 0.16/stable
Expand Down Expand Up @@ -101,6 +103,8 @@ applications:
scale: 1
trust: true
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
kfp-metadata-writer:
charm: kfp-metadata-writer
channel: 2.0/stable
Expand Down

0 comments on commit e4eadef

Please sign in to comment.