Skip to content

Commit

Permalink
chore: update bundle definition with mlmd, envoy (#733)
Browse files Browse the repository at this point in the history
The latest/edge bundle should be deployed with mlmd and envoy. This commit adds those charms
and their required relations. This also sets the default series for the pvcviewer-operator to
focal to avoid pulling from another base.
  • Loading branch information
DnPlas authored Nov 21, 2023
1 parent 4138556 commit 6fc9138
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion releases/latest/edge/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ applications:
trust: true
_github_repo_name: dex-auth-operator
_github_repo_branch: main
envoy:
charm: envoy
channel: latest/edge
scale: 1
trust: true
_github_repo_name: envoy-operator
_github_repo_branch: main
istio-ingressgateway:
charm: istio-gateway
channel: latest/edge
Expand Down Expand Up @@ -98,6 +105,13 @@ applications:
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
kfp-metadata-writer:
charm: kfp-metadata-writer
channel: latest/edge
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: main
kfp-persistence:
charm: kfp-persistence
channel: latest/edge
Expand Down Expand Up @@ -210,12 +224,18 @@ applications:
trust: true
_github_repo_name: metacontroller-operator
_github_repo_branch: main
mlmd:
charm: mlmd
channel: latest/edge
scale: 1
_github_repo_name: mlmd-operator
_github_repo_branch: main
minio:
charm: minio
channel: latest/edge
scale: 1
_github_repo_name: minio-operator
_github_repo_branch: track/ckf-1.7
_github_repo_branch: main
oidc-gatekeeper:
charm: oidc-gatekeeper
channel: latest/edge
Expand All @@ -228,6 +248,7 @@ applications:
channel: latest/edge
scale: 1
trust: true
series: focal
_github_repo_name: pvcviewer-operator
_github_repo_branch: main
seldon-controller-manager:
Expand Down Expand Up @@ -268,6 +289,7 @@ relations:
- [istio-pilot:ingress, kubeflow-dashboard:ingress]
- [istio-pilot:ingress, kubeflow-volumes:ingress]
- [istio-pilot:ingress, oidc-gatekeeper:ingress]
- [istio-pilot:ingress, envoy:ingress]
- [istio-pilot:ingress-auth, oidc-gatekeeper:ingress-auth]
- [istio-pilot:istio-pilot, istio-ingressgateway:istio-pilot]
- [istio-pilot:ingress, tensorboards-web-app:ingress]
Expand All @@ -288,3 +310,5 @@ relations:
- [kubeflow-dashboard:links, kfp-ui:dashboard-links]
- [kubeflow-dashboard:links, kubeflow-volumes:dashboard-links]
- [kubeflow-dashboard:links, tensorboards-web-app:dashboard-links]
- [mlmd:grpc, envoy:grpc]
- [mlmd:grpc, kfp-metadata-writer:grpc]

0 comments on commit 6fc9138

Please sign in to comment.