This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 92ac3af5 SUBMARINE-1253. upgrade the notebook dependency to
notebook-controller v1.4
92ac3af5 is described below
commit 92ac3af51d38fea506d4ce83e55b31a96e2716aa
Author: FatalLin <[email protected]>
AuthorDate: Wed Apr 20 21:57:50 2022 +0800
SUBMARINE-1253. upgrade the notebook dependency to notebook-controller v1.4
### What is this PR for?
the experiment related dependency has been upgrade to kubeflow v1.4, so we
would like to align the dependency of notebook as well.
### What type of PR is it?
Improvement
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1253
### How should this be tested?
this PR should pass all existed tests.
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? Yes/No
* Are there breaking changes for older versions? Yes/No
* Does this need new documentation? Yes/No
Author: FatalLin <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Closes #940 from FatalLin/SUBMARINE-1253 and squashes the following commits:
2204ce97 [FatalLin] upgrade the notebook dependency to notebook-controller
v1.4
---
helm-charts/submarine/charts/notebook-controller/Chart.yaml | 2 +-
.../submarine/charts/notebook-controller/templates/deployment.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm-charts/submarine/charts/notebook-controller/Chart.yaml
b/helm-charts/submarine/charts/notebook-controller/Chart.yaml
index 60ebe37f..6a2e6d34 100644
--- a/helm-charts/submarine/charts/notebook-controller/Chart.yaml
+++ b/helm-charts/submarine/charts/notebook-controller/Chart.yaml
@@ -34,4 +34,4 @@ version: 0.1.0
# This is the version number of the application being deployed. This version
number should be
# incremented each time you make changes to the application.
-appVersion: 1.1.0
+appVersion: 1.4.0
diff --git
a/helm-charts/submarine/charts/notebook-controller/templates/deployment.yaml
b/helm-charts/submarine/charts/notebook-controller/templates/deployment.yaml
index 4b053733..e62ad35e 100644
--- a/helm-charts/submarine/charts/notebook-controller/templates/deployment.yaml
+++ b/helm-charts/submarine/charts/notebook-controller/templates/deployment.yaml
@@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: manager
- image: apache/submarine:notebook-controller-v1.1.0-g253890cb
+ image: apache/submarine:notebook-controller-v1.4
command:
- /manager
imagePullPolicy: IfNotPresent
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]