Skip to content

Commit

Permalink
chore: update manifests for KF 1.9.0-rc.2 (#208)
Browse files Browse the repository at this point in the history
* chore: update manifests for KF 1.9.0-rc.2
  • Loading branch information
NohaIhab authored Jul 9, 2024
1 parent d378a51 commit 3193e86
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 37 deletions.
2 changes: 1 addition & 1 deletion charms/katib-controller/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
type: oci-image
description: OCI image for katb-controller
auto-fetch: true
upstream-source: docker.io/kubeflowkatib/katib-controller:v0.17.0-rc.0
upstream-source: docker.io/kubeflowkatib/katib-controller:v0.17.0-rc.1
provides:
metrics-endpoint:
interface: prometheus_scrape
Expand Down
34 changes: 17 additions & 17 deletions charms/katib-controller/src/default-custom-images.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"default_trial_template": "docker.io/ubuntu:22.04",
"default_trial_template_enas": "docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.17.0-rc.0",
"default_trial_template_pytorch": "docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0",
"early_stopping__medianstop": "docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0-rc.0",
"metrics_collector_sidecar__stdout": "docker.io/kubeflowkatib/file-metrics-collector:v0.17.0-rc.0",
"metrics_collector_sidecar__file": "docker.io/kubeflowkatib/file-metrics-collector:v0.17.0-rc.0",
"metrics_collector_sidecar__tensorflow_event": "docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0-rc.0",
"suggestion__random": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.0",
"suggestion__tpe": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.0",
"suggestion__grid": "docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.0",
"suggestion__hyperband": "docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0-rc.0",
"suggestion__bayesianoptimization": "docker.io/kubeflowkatib/suggestion-skopt:v0.17.0-rc.0",
"suggestion__cmaes": "docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.0",
"suggestion__sobol": "docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.0",
"suggestion__multivariate_tpe": "docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.0",
"suggestion__enas": "docker.io/kubeflowkatib/suggestion-enas:v0.17.0-rc.0",
"suggestion__darts": "docker.io/kubeflowkatib/suggestion-darts:v0.17.0-rc.0",
"suggestion__pbt": "docker.io/kubeflowkatib/suggestion-pbt:v0.17.0-rc.0"
"default_trial_template_enas": "docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.17.0-rc.1",
"default_trial_template_pytorch": "docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.1",
"early_stopping__medianstop": "docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0-rc.1",
"metrics_collector_sidecar__stdout": "docker.io/kubeflowkatib/file-metrics-collector:v0.17.0-rc.1",
"metrics_collector_sidecar__file": "docker.io/kubeflowkatib/file-metrics-collector:v0.17.0-rc.1",
"metrics_collector_sidecar__tensorflow_event": "docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0-rc.1",
"suggestion__random": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1",
"suggestion__tpe": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1",
"suggestion__grid": "docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1",
"suggestion__hyperband": "docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0-rc.1",
"suggestion__bayesianoptimization": "docker.io/kubeflowkatib/suggestion-skopt:v0.17.0-rc.1",
"suggestion__cmaes": "docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1",
"suggestion__sobol": "docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1",
"suggestion__multivariate_tpe": "docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1",
"suggestion__enas": "docker.io/kubeflowkatib/suggestion-enas:v0.17.0-rc.1",
"suggestion__darts": "docker.io/kubeflowkatib/suggestion-darts:v0.17.0-rc.1",
"suggestion__pbt": "docker.io/kubeflowkatib/suggestion-pbt:v0.17.0-rc.1"
}
19 changes: 13 additions & 6 deletions charms/katib-controller/tests/integration/test_charm.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charms/katib-db-manager/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resources:
type: oci-image
description: Backing OCI image
auto-fetch: true
upstream-source: docker.io/kubeflowkatib/katib-db-manager:v0.17.0-rc.0
upstream-source: docker.io/kubeflowkatib/katib-db-manager:v0.17.0-rc.1
requires:
relational-db:
interface: mysql_client
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-ui/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
type: oci-image
description: Backing OCI image
auto-fetch: true
upstream-source: docker.io/kubeflowkatib/katib-ui:v0.17.0-rc.0
upstream-source: docker.io/kubeflowkatib/katib-ui:v0.17.0-rc.1
requires:
ingress:
interface: ingress
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/bayesian-optimization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.1
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/cmaes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.1
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/darts-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/darts-cnn-cifar10-cpu:v0.17.0-rc.0
image: docker.io/kubeflowkatib/darts-cnn-cifar10-cpu:v0.17.0-rc.1
command:
- python3
- run_trial.py
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/enas-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.17.0-rc.0
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.17.0-rc.1
command:
- python3
- -u
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/file-metrics-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.1
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/grid-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.1
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/hyperband.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.1
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/median-stop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.1
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.17.0-rc.1
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/crs/experiments/simple-pbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/simple-pbt:v0.17.0-rc.0
image: docker.io/kubeflowkatib/simple-pbt:v0.17.0-rc.1
command:
- "python3"
- "/opt/pbt/pbt_test.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
spec:
containers:
- name: tensorflow
image: docker.io/kubeflowkatib/tf-mnist-with-summaries:v0.17.0-rc.0
image: docker.io/kubeflowkatib/tf-mnist-with-summaries:v0.17.0-rc.1
command:
- "python"
- "/opt/tf-mnist-with-summaries/mnist.py"
Expand Down

0 comments on commit 3193e86

Please sign in to comment.