Skip to content

Commit

Permalink
use latest/edge to test is SDI is the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Jul 29, 2024
1 parent bb20b13 commit 16990be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/bundles/kfp_1.8_stable_install.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ applications:
metacontroller-operator: { charm: ch:metacontroller-operator, channel: 3.0/stable, scale: 1, trust: true }
minio: { charm: ch:minio, channel: ckf-1.8/stable, scale: 1 }
kfp-db: { charm: ch:mysql-k8s, channel: 8.0/stable, scale: 1, constraints: mem=2G, trust: true }
mlmd: { charm: ch:mlmd, channel: 1.14/stable, scale: 1 }
envoy: { charm: ch:envoy, channel: 2.0/stable, scale: 1 }
mlmd: { charm: ch:mlmd, channel: latest/edge, scale: 1 }
envoy: { charm: ch:envoy, channel: latest/edge, scale: 1 }
kubeflow-profiles: { charm: ch:kubeflow-profiles, channel: 1.8/stable, scale: 1, trust: true }
istio-ingressgateway:
charm: istio-gateway
Expand Down

0 comments on commit 16990be

Please sign in to comment.