Skip to content

Commit

Permalink
fix: remove argo-server from latest/edge bundles (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab authored Oct 2, 2023
1 parent 1da0ddf commit 0a9ed9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion releases/latest/edge/airgap/podspec_script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# A script to deploy PodSpec charms, these cannot be included in the bundle definition due to https://github.com/canonical/bundle-kubeflow/issues/693
juju deploy ./argo-controller_980dd9f.charm --resource oci-image=172.17.0.2:5000/argoproj/workflow-controller:v3.3.10 --config executor-image=172.17.0.2:5000/argoproj/argoexec:v3.3.8
juju deploy ./argo-server_2618292.charm --resource oci-image=172.17.0.2:5000/argoproj/argocli:v3.3.8
juju deploy ./katib-controller_f371975.charm \
--resource oci-image=172.17.0.2:5000/kubeflowkatib/katib-controller:v0.16.0-rc.1 \
--config custom_images='{"default_trial_template": "172.17.0.2:5000/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1", \
Expand Down
6 changes: 0 additions & 6 deletions releases/latest/edge/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ applications:
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
Expand Down

0 comments on commit 0a9ed9b

Please sign in to comment.