-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e0b560
commit bb12768
Showing
11 changed files
with
11,451 additions
and
12 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
4,911 changes: 4,911 additions & 0 deletions
4,911
...eldon-operator/bundle/certified/1.2.1/machinelearning.seldon.io_seldondeployment_crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
806 changes: 806 additions & 0 deletions
806
.../seldon-operator/bundle/certified/1.2.1/seldon-operator.v1.2.1.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
operator/seldon-operator/bundle/certified/seldon-operator.package.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,5 +1,5 @@ | ||
channels: | ||
- currentCSV: seldon-operator.v1.2.0 | ||
- currentCSV: seldon-operator.v1.2.1 | ||
name: alpha | ||
defaultChannel: alpha | ||
packageName: seldon-operator-certified |
4,911 changes: 4,911 additions & 0 deletions
4,911
...loy/olm-catalog/seldon-operator/1.2.1/machinelearning.seldon.io_seldondeployment_crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
793 changes: 793 additions & 0 deletions
793
...eploy/olm-catalog/seldon-operator/1.2.1/seldon-operator.v1.2.1.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
operator/seldon-operator/deploy/olm-catalog/seldon-operator/seldon-operator.package.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,5 +1,5 @@ | ||
channels: | ||
- currentCSV: seldon-operator.v1.2.0 | ||
- currentCSV: seldon-operator.v1.2.1 | ||
name: alpha | ||
defaultChannel: alpha | ||
packageName: seldon-operator |
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
14 changes: 14 additions & 0 deletions
14
operator/seldon-operator/testing/openshift/operator-subscription-istio-110-certified.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: Subscription | ||
metadata: | ||
name: seldon-operator-subsription | ||
namespace: openshift-operators | ||
spec: | ||
channel: alpha | ||
name: seldon-operator-certified | ||
source: seldon-operators | ||
sourceNamespace: openshift-marketplace | ||
config: | ||
env: | ||
- name: ISTIO_ENABLED | ||
value: "true" |