Skip to content

Commit 5b20e21

Browse files
Synchronize kubeflow katib manifests v0.18.0 (#3069)
* Update kubeflow/katib manifests from v0.18.0 Signed-off-by: juliusvonkohout <[email protected]> * update script Signed-off-by: juliusvonkohout <[email protected]> --------- Signed-off-by: juliusvonkohout <[email protected]>
1 parent ad56d86 commit 5b20e21

File tree

18 files changed

+153
-154
lines changed

18 files changed

+153
-154
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This repository periodically synchronizes all official Kubeflow components from
6464
| Jupyter Web App | apps/jupyter/jupyter-web-app/upstream | [v1.10.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.10.0-rc.2/components/crud-web-apps/jupyter/manifests) |
6565
| Tensorboards Web App | apps/tensorboard/tensorboards-web-app/upstream | [v1.10.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.10.0-rc.2/components/crud-web-apps/tensorboards/manifests) |
6666
| Volumes Web App | apps/volumes-web-app/upstream | [v1.10.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.10.0-rc.2/components/crud-web-apps/volumes/manifests) |
67-
| Katib | apps/katib/upstream | [v0.18.0-rc.0](https://github.com/kubeflow/katib/tree/v0.18.0-rc.0/manifests/v1beta1) |
67+
| Katib | apps/katib/upstream | [v0.18.0](https://github.com/kubeflow/katib/tree/v0.18.0/manifests/v1beta1) |
6868
| KServe | apps/kserve/kserve | [v0.14.1](https://github.com/kserve/kserve/releases/tag/v0.14.1/install/v0.14.1) |
6969
| KServe Models Web App | apps/kserve/models-web-app | [v0.14.0-rc.0](https://github.com/kserve/models-web-app/tree/v0.14.0-rc.0/config) |
7070
| Kubeflow Pipelines | apps/pipeline/upstream | [2.4.1](https://github.com/kubeflow/pipelines/tree/2.4.1/manifests/kustomize) |

apps/katib/upstream/components/controller/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
serviceAccountName: katib-controller
2424
containers:
2525
- name: katib-controller
26-
image: docker.io/kubeflowkatib/katib-controller
26+
image: ghcr.io/kubeflow/katib/katib-controller
2727
command: ["./katib-controller"]
2828
args:
2929
- --katib-config=/katib-config.yaml

apps/katib/upstream/components/controller/trial-templates.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data:
1515
spec:
1616
containers:
1717
- name: training-container
18-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.18.0-rc.0
18+
image: ghcr.io/kubeflow/katib/pytorch-mnist-cpu:v0.18.0
1919
command:
2020
- "python3"
2121
- "/opt/pytorch-mnist/mnist.py"
@@ -33,7 +33,7 @@ data:
3333
spec:
3434
containers:
3535
- name: training-container
36-
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.18.0-rc.0
36+
image: ghcr.io/kubeflow/katib/enas-cnn-cifar10-cpu:v0.18.0
3737
command:
3838
- python3
3939
- -u
@@ -54,7 +54,7 @@ data:
5454
spec:
5555
containers:
5656
- name: pytorch
57-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.18.0-rc.0
57+
image: ghcr.io/kubeflow/katib/pytorch-mnist-cpu:v0.18.0
5858
command:
5959
- "python3"
6060
- "/opt/pytorch-mnist/mnist.py"
@@ -68,7 +68,7 @@ data:
6868
spec:
6969
containers:
7070
- name: pytorch
71-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.18.0-rc.0
71+
image: ghcr.io/kubeflow/katib/pytorch-mnist-cpu:v0.18.0
7272
command:
7373
- "python3"
7474
- "/opt/pytorch-mnist/mnist.py"

apps/katib/upstream/components/db-manager/db-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: katib-db-manager
23-
image: docker.io/kubeflowkatib/katib-db-manager
23+
image: ghcr.io/kubeflow/katib/katib-db-manager
2424
env:
2525
- name: DB_NAME
2626
value: "mysql"

apps/katib/upstream/components/ui/ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: katib-ui
23-
image: docker.io/kubeflowkatib/katib-ui
23+
image: ghcr.io/kubeflow/katib/katib-ui
2424
command:
2525
- "./katib-ui"
2626
args:

apps/katib/upstream/installs/katib-cert-manager/katib-config.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,40 @@ init:
1313
runtime:
1414
metricsCollectors:
1515
- kind: StdOut
16-
image: docker.io/kubeflowkatib/file-metrics-collector:v0.18.0-rc.0
16+
image: ghcr.io/kubeflow/katib/file-metrics-collector:v0.18.0
1717
- kind: File
18-
image: docker.io/kubeflowkatib/file-metrics-collector:v0.18.0-rc.0
18+
image: ghcr.io/kubeflow/katib/file-metrics-collector:v0.18.0
1919
- kind: TensorFlowEvent
20-
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.18.0-rc.0
20+
image: ghcr.io/kubeflow/katib/tfevent-metrics-collector:v0.18.0
2121
resources:
2222
limits:
2323
memory: 1Gi
2424
suggestions:
2525
- algorithmName: random
26-
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.18.0-rc.0
26+
image: ghcr.io/kubeflow/katib/suggestion-hyperopt:v0.18.0
2727
- algorithmName: tpe
28-
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.18.0-rc.0
28+
image: ghcr.io/kubeflow/katib/suggestion-hyperopt:v0.18.0
2929
- algorithmName: grid
30-
image: docker.io/kubeflowkatib/suggestion-optuna:v0.18.0-rc.0
30+
image: ghcr.io/kubeflow/katib/suggestion-optuna:v0.18.0
3131
- algorithmName: hyperband
32-
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.18.0-rc.0
32+
image: ghcr.io/kubeflow/katib/suggestion-hyperband:v0.18.0
3333
- algorithmName: bayesianoptimization
34-
image: docker.io/kubeflowkatib/suggestion-skopt:v0.18.0-rc.0
34+
image: ghcr.io/kubeflow/katib/suggestion-skopt:v0.18.0
3535
- algorithmName: cmaes
36-
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.18.0-rc.0
36+
image: ghcr.io/kubeflow/katib/suggestion-goptuna:v0.18.0
3737
- algorithmName: sobol
38-
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.18.0-rc.0
38+
image: ghcr.io/kubeflow/katib/suggestion-goptuna:v0.18.0
3939
- algorithmName: multivariate-tpe
40-
image: docker.io/kubeflowkatib/suggestion-optuna:v0.18.0-rc.0
40+
image: ghcr.io/kubeflow/katib/suggestion-optuna:v0.18.0
4141
- algorithmName: enas
42-
image: docker.io/kubeflowkatib/suggestion-enas:v0.18.0-rc.0
42+
image: ghcr.io/kubeflow/katib/suggestion-enas:v0.18.0
4343
resources:
4444
limits:
4545
memory: 400Mi
4646
- algorithmName: darts
47-
image: docker.io/kubeflowkatib/suggestion-darts:v0.18.0-rc.0
47+
image: ghcr.io/kubeflow/katib/suggestion-darts:v0.18.0
4848
- algorithmName: pbt
49-
image: docker.io/kubeflowkatib/suggestion-pbt:v0.18.0-rc.0
49+
image: ghcr.io/kubeflow/katib/suggestion-pbt:v0.18.0
5050
persistentVolumeClaimSpec:
5151
accessModes:
5252
- ReadWriteMany
@@ -55,4 +55,4 @@ runtime:
5555
storage: 5Gi
5656
earlyStoppings:
5757
- algorithmName: medianstop
58-
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.18.0-rc.0
58+
image: ghcr.io/kubeflow/katib/earlystopping-medianstop:v0.18.0

apps/katib/upstream/installs/katib-cert-manager/kustomization.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ resources:
2020
# Cert-manager certificate for webhooks
2121
- certificate.yaml
2222
images:
23-
- name: docker.io/kubeflowkatib/katib-controller
24-
newName: docker.io/kubeflowkatib/katib-controller
25-
newTag: v0.18.0-rc.0
26-
- name: docker.io/kubeflowkatib/katib-db-manager
27-
newName: docker.io/kubeflowkatib/katib-db-manager
28-
newTag: v0.18.0-rc.0
29-
- name: docker.io/kubeflowkatib/katib-ui
30-
newName: docker.io/kubeflowkatib/katib-ui
31-
newTag: v0.18.0-rc.0
23+
- name: ghcr.io/kubeflow/katib/katib-controller
24+
newName: ghcr.io/kubeflow/katib/katib-controller
25+
newTag: v0.18.0
26+
- name: ghcr.io/kubeflow/katib/katib-db-manager
27+
newName: ghcr.io/kubeflow/katib/katib-db-manager
28+
newTag: v0.18.0
29+
- name: ghcr.io/kubeflow/katib/katib-ui
30+
newName: ghcr.io/kubeflow/katib/katib-ui
31+
newTag: v0.18.0
3232

3333
patchesStrategicMerge:
3434
- patches/katib-cert-injection.yaml

apps/katib/upstream/installs/katib-external-db/katib-config.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,40 @@ init:
1515
runtime:
1616
metricsCollectors:
1717
- kind: StdOut
18-
image: docker.io/kubeflowkatib/file-metrics-collector:v0.18.0-rc.0
18+
image: ghcr.io/kubeflow/katib/file-metrics-collector:v0.18.0
1919
- kind: File
20-
image: docker.io/kubeflowkatib/file-metrics-collector:v0.18.0-rc.0
20+
image: ghcr.io/kubeflow/katib/file-metrics-collector:v0.18.0
2121
- kind: TensorFlowEvent
22-
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.18.0-rc.0
22+
image: ghcr.io/kubeflow/katib/tfevent-metrics-collector:v0.18.0
2323
resources:
2424
limits:
2525
memory: 1Gi
2626
suggestions:
2727
- algorithmName: random
28-
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.18.0-rc.0
28+
image: ghcr.io/kubeflow/katib/suggestion-hyperopt:v0.18.0
2929
- algorithmName: tpe
30-
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.18.0-rc.0
30+
image: ghcr.io/kubeflow/katib/suggestion-hyperopt:v0.18.0
3131
- algorithmName: grid
32-
image: docker.io/kubeflowkatib/suggestion-optuna:v0.18.0-rc.0
32+
image: ghcr.io/kubeflow/katib/suggestion-optuna:v0.18.0
3333
- algorithmName: hyperband
34-
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.18.0-rc.0
34+
image: ghcr.io/kubeflow/katib/suggestion-hyperband:v0.18.0
3535
- algorithmName: bayesianoptimization
36-
image: docker.io/kubeflowkatib/suggestion-skopt:v0.18.0-rc.0
36+
image: ghcr.io/kubeflow/katib/suggestion-skopt:v0.18.0
3737
- algorithmName: cmaes
38-
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.18.0-rc.0
38+
image: ghcr.io/kubeflow/katib/suggestion-goptuna:v0.18.0
3939
- algorithmName: sobol
40-
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.18.0-rc.0
40+
image: ghcr.io/kubeflow/katib/suggestion-goptuna:v0.18.0
4141
- algorithmName: multivariate-tpe
42-
image: docker.io/kubeflowkatib/suggestion-optuna:v0.18.0-rc.0
42+
image: ghcr.io/kubeflow/katib/suggestion-optuna:v0.18.0
4343
- algorithmName: enas
44-
image: docker.io/kubeflowkatib/suggestion-enas:v0.18.0-rc.0
44+
image: ghcr.io/kubeflow/katib/suggestion-enas:v0.18.0
4545
resources:
4646
limits:
4747
memory: 400Mi
4848
- algorithmName: darts
49-
image: docker.io/kubeflowkatib/suggestion-darts:v0.18.0-rc.0
49+
image: ghcr.io/kubeflow/katib/suggestion-darts:v0.18.0
5050
- algorithmName: pbt
51-
image: docker.io/kubeflowkatib/suggestion-pbt:v0.18.0-rc.0
51+
image: ghcr.io/kubeflow/katib/suggestion-pbt:v0.18.0
5252
persistentVolumeClaimSpec:
5353
accessModes:
5454
- ReadWriteMany
@@ -57,4 +57,4 @@ runtime:
5757
storage: 5Gi
5858
earlyStoppings:
5959
- algorithmName: medianstop
60-
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.18.0-rc.0
60+
image: ghcr.io/kubeflow/katib/earlystopping-medianstop:v0.18.0

apps/katib/upstream/installs/katib-external-db/kustomization.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ resources:
1616
# Katib webhooks.
1717
- ../../components/webhook/
1818
images:
19-
- name: docker.io/kubeflowkatib/katib-controller
20-
newName: docker.io/kubeflowkatib/katib-controller
21-
newTag: v0.18.0-rc.0
22-
- name: docker.io/kubeflowkatib/katib-db-manager
23-
newName: docker.io/kubeflowkatib/katib-db-manager
24-
newTag: v0.18.0-rc.0
25-
- name: docker.io/kubeflowkatib/katib-ui
26-
newName: docker.io/kubeflowkatib/katib-ui
27-
newTag: v0.18.0-rc.0
19+
- name: ghcr.io/kubeflow/katib/katib-controller
20+
newName: ghcr.io/kubeflow/katib/katib-controller
21+
newTag: v0.18.0
22+
- name: ghcr.io/kubeflow/katib/katib-db-manager
23+
newName: ghcr.io/kubeflow/katib/katib-db-manager
24+
newTag: v0.18.0
25+
- name: ghcr.io/kubeflow/katib/katib-ui
26+
newName: ghcr.io/kubeflow/katib/katib-ui
27+
newTag: v0.18.0
2828
patchesStrategicMerge:
2929
- patches/db-manager.yaml
3030
# Modify katib-mysql-secrets with parameters for the DB.

apps/katib/upstream/installs/katib-leader-election/katib-config.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,40 @@ init:
1616
runtime:
1717
metricsCollectors:
1818
- kind: StdOut
19-
image: docker.io/kubeflowkatib/file-metrics-collector:v0.18.0-rc.0
19+
image: ghcr.io/kubeflow/katib/file-metrics-collector:v0.18.0
2020
- kind: File
21-
image: docker.io/kubeflowkatib/file-metrics-collector:v0.18.0-rc.0
21+
image: ghcr.io/kubeflow/katib/file-metrics-collector:v0.18.0
2222
- kind: TensorFlowEvent
23-
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.18.0-rc.0
23+
image: ghcr.io/kubeflow/katib/tfevent-metrics-collector:v0.18.0
2424
resources:
2525
limits:
2626
memory: 1Gi
2727
suggestions:
2828
- algorithmName: random
29-
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.18.0-rc.0
29+
image: ghcr.io/kubeflow/katib/suggestion-hyperopt:v0.18.0
3030
- algorithmName: tpe
31-
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.18.0-rc.0
31+
image: ghcr.io/kubeflow/katib/suggestion-hyperopt:v0.18.0
3232
- algorithmName: grid
33-
image: docker.io/kubeflowkatib/suggestion-optuna:v0.18.0-rc.0
33+
image: ghcr.io/kubeflow/katib/suggestion-optuna:v0.18.0
3434
- algorithmName: hyperband
35-
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.18.0-rc.0
35+
image: ghcr.io/kubeflow/katib/suggestion-hyperband:v0.18.0
3636
- algorithmName: bayesianoptimization
37-
image: docker.io/kubeflowkatib/suggestion-skopt:v0.18.0-rc.0
37+
image: ghcr.io/kubeflow/katib/suggestion-skopt:v0.18.0
3838
- algorithmName: cmaes
39-
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.18.0-rc.0
39+
image: ghcr.io/kubeflow/katib/suggestion-goptuna:v0.18.0
4040
- algorithmName: sobol
41-
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.18.0-rc.0
41+
image: ghcr.io/kubeflow/katib/suggestion-goptuna:v0.18.0
4242
- algorithmName: multivariate-tpe
43-
image: docker.io/kubeflowkatib/suggestion-optuna:v0.18.0-rc.0
43+
image: ghcr.io/kubeflow/katib/suggestion-optuna:v0.18.0
4444
- algorithmName: enas
45-
image: docker.io/kubeflowkatib/suggestion-enas:v0.18.0-rc.0
45+
image: ghcr.io/kubeflow/katib/suggestion-enas:v0.18.0
4646
resources:
4747
limits:
4848
memory: 400Mi
4949
- algorithmName: darts
50-
image: docker.io/kubeflowkatib/suggestion-darts:v0.18.0-rc.0
50+
image: ghcr.io/kubeflow/katib/suggestion-darts:v0.18.0
5151
- algorithmName: pbt
52-
image: docker.io/kubeflowkatib/suggestion-pbt:v0.18.0-rc.0
52+
image: ghcr.io/kubeflow/katib/suggestion-pbt:v0.18.0
5353
persistentVolumeClaimSpec:
5454
accessModes:
5555
- ReadWriteMany
@@ -58,4 +58,4 @@ runtime:
5858
storage: 5Gi
5959
earlyStoppings:
6060
- algorithmName: medianstop
61-
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.18.0-rc.0
61+
image: ghcr.io/kubeflow/katib/earlystopping-medianstop:v0.18.0

0 commit comments

Comments
 (0)