From 579663c15d3f3c3126df2d186be107ee77bd9ad1 Mon Sep 17 00:00:00 2001 From: i-chvets <113444075+i-chvets@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:15:38 -0400 Subject: [PATCH] feat: update bundle with branches (#684) * feat: update bundle with branches In order for image retrieval scripts that are used in image scanning action (in this repository) to properly checkout source code for main branch an update was made bundle definition (see comments below). More details in: https://github.com/canonical/bundle-kubeflow/issues/679 Summary of changes: - Added branches to latest/edge/bundle.yaml. This is required to enable image retrieval scripts to properly checkout source code. - Updated MySQL K8S charm to point to 8.0/edge - Added branch to kfp-profile-controller - Added main branch to training operator --- releases/latest/edge/bundle.yaml | 41 ++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/releases/latest/edge/bundle.yaml b/releases/latest/edge/bundle.yaml index 0c8b9179..2d33be1f 100644 --- a/releases/latest/edge/bundle.yaml +++ b/releases/latest/edge/bundle.yaml @@ -8,28 +8,33 @@ applications: trust: true scale: 1 _github_repo_name: admission-webhook-operator + _github_repo_branch: main argo-controller: charm: argo-controller channel: latest/edge scale: 1 _github_repo_name: argo-operators + _github_repo_branch: main argo-server: charm: argo-server channel: latest/edge scale: 1 _github_repo_name: argo-operators + _github_repo_branch: main dex-auth: charm: dex-auth channel: latest/edge scale: 1 trust: true _github_repo_name: dex-auth-operator + _github_repo_branch: main istio-ingressgateway: charm: istio-gateway channel: latest/edge scale: 1 trust: true _github_repo_name: istio-operators + _github_repo_branch: main options: kind: ingress istio-pilot: @@ -38,6 +43,7 @@ applications: scale: 1 trust: true _github_repo_name: istio-operators + _github_repo_branch: main options: default-gateway: kubeflow-gateway jupyter-controller: @@ -46,83 +52,99 @@ applications: scale: 1 trust: true _github_repo_name: notebook-operators + _github_repo_branch: main jupyter-ui: charm: jupyter-ui channel: latest/edge scale: 1 trust: true _github_repo_name: notebook-operators + _github_repo_branch: main katib-controller: charm: katib-controller channel: latest/edge scale: 1 _github_repo_name: katib-operators + _github_repo_branch: main katib-db: charm: mysql-k8s - channel: 8.0/stable + channel: 8.0/edge 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: latest/edge scale: 1 trust: true _github_repo_name: katib-operators + _github_repo_branch: main katib-ui: charm: katib-ui channel: latest/edge scale: 1 trust: true _github_repo_name: katib-operators + _github_repo_branch: main kfp-api: charm: kfp-api channel: latest/edge scale: 1 trust: true _github_repo_name: kfp-operators + _github_repo_branch: main kfp-db: charm: mysql-k8s - channel: 8.0/stable + channel: 8.0/edge scale: 1 trust: true constraints: mem=2G + _github_dependency_repo_name: mysql-k8s-operator + _github_dependency_repo_branch: main kfp-persistence: charm: kfp-persistence channel: latest/edge scale: 1 trust: true _github_repo_name: kfp-operators + _github_repo_branch: main kfp-profile-controller: charm: kfp-profile-controller channel: latest/edge scale: 1 trust: true _github_repo_name: kfp-operators + _github_repo_branch: main kfp-schedwf: charm: kfp-schedwf channel: latest/edge scale: 1 trust: true _github_repo_name: kfp-operators + _github_repo_branch: main kfp-ui: charm: kfp-ui channel: latest/edge scale: 1 trust: true _github_repo_name: kfp-operators + _github_repo_branch: main kfp-viewer: charm: kfp-viewer channel: latest/edge scale: 1 trust: true _github_repo_name: kfp-operators + _github_repo_branch: main kfp-viz: charm: kfp-viz channel: latest/edge scale: 1 trust: true _github_repo_name: kfp-operators + _github_repo_branch: main knative-eventing: charm: knative-eventing channel: latest/edge @@ -131,12 +153,14 @@ applications: options: namespace: knative-eventing _github_repo_name: knative-operators + _github_repo_branch: main knative-operator: charm: knative-operator channel: latest/edge scale: 1 trust: true _github_repo_name: knative-operators + _github_repo_branch: main knative-serving: charm: knative-serving channel: latest/edge @@ -147,6 +171,7 @@ applications: istio.gateway.namespace: kubeflow istio.gateway.name: kubeflow-gateway _github_repo_name: knative-operators + _github_repo_branch: main kserve-controller: charm: kserve-controller channel: latest/edge @@ -155,69 +180,81 @@ applications: options: deployment-mode: rawdeployment _github_repo_name: kserve-operators + _github_repo_branch: main kubeflow-dashboard: charm: kubeflow-dashboard channel: latest/edge scale: 1 trust: true _github_repo_name: kubeflow-dashboard-operator + _github_repo_branch: main kubeflow-profiles: charm: kubeflow-profiles channel: latest/edge scale: 1 trust: true _github_repo_name: kubeflow-profiles-operator + _github_repo_branch: main kubeflow-roles: charm: kubeflow-roles channel: latest/edge scale: 1 trust: true _github_repo_name: kubeflow-roles-operator + _github_repo_branch: main kubeflow-volumes: charm: kubeflow-volumes channel: latest/edge scale: 1 _github_repo_name: kubeflow-volumes-operator + _github_repo_branch: main metacontroller-operator: charm: metacontroller-operator channel: latest/edge scale: 1 trust: true _github_repo_name: metacontroller-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 oidc-gatekeeper: charm: oidc-gatekeeper channel: latest/edge scale: 1 _github_repo_name: oidc-gatekeeper-operator + _github_repo_branch: main seldon-controller-manager: charm: seldon-core channel: latest/edge scale: 1 trust: true _github_repo_name: seldon-core-operator + _github_repo_branch: main tensorboard-controller: charm: tensorboard-controller channel: latest/edge scale: 1 trust: true _github_repo_name: kubeflow-tensorboards-operator + _github_repo_branch: main tensorboards-web-app: charm: tensorboards-web-app channel: latest/edge scale: 1 trust: true _github_repo_name: kubeflow-tensorboards-operator + _github_repo_branch: main training-operator: charm: training-operator channel: latest/edge scale: 1 trust: true _github_repo_name: training-operator + _github_repo_branch: main relations: - [argo-controller, minio] - [dex-auth:oidc-client, oidc-gatekeeper:oidc-client]