forked from opendatahub-io/kubeflow
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/v1.9-branch'
- Loading branch information
Showing
11 changed files
with
208 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/usr/bin/env bash | ||
set -Eeuxo pipefail | ||
|
||
# Run all code generators we use in this repository. | ||
# It is used to check for mismatches in GitHub Actions workflow. | ||
|
||
# go projects | ||
(cd components/notebook-controller; make manifests generate fmt) | ||
(cd components/odh-notebook-controller; make manifests generate fmt) | ||
|
||
# component metadata yaml file | ||
(cd components/notebook-controller; bash generate-metadata-yaml.sh -o config/component_metadata.yaml) |
6 changes: 3 additions & 3 deletions
6
components/notebook-controller/config/component_metadata.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
releases: | ||
- name: Kubeflow Notebook | ||
version: 1.9.0 | ||
releases: | ||
- name: Kubeflow Notebook Controller | ||
version: 1.9.0 | ||
repoUrl: https://github.com/kubeflow/kubeflow |
2 changes: 1 addition & 1 deletion
2
components/notebook-controller/config/overlays/openshift/params.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
odh-kf-notebook-controller-image=quay.io/opendatahub/kubeflow-notebook-controller:1.9-58ee8e2 | ||
odh-kf-notebook-controller-image=quay.io/opendatahub/kubeflow-notebook-controller:1.9-84946ca |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
odh-notebook-controller-image=quay.io/opendatahub/odh-notebook-controller:1.9-58ee8e2 | ||
odh-notebook-controller-image=quay.io/opendatahub/odh-notebook-controller:1.9-84946ca |
Oops, something went wrong.