-
Notifications
You must be signed in to change notification settings - Fork 151
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
607cb6c
commit 700b23a
Showing
446 changed files
with
77,463 additions
and
35 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
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
117 changes: 117 additions & 0 deletions
117
odh-manifests/data-science-pipelines-operator/base/kustomization.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,117 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: odh-applications | ||
namePrefix: data-science-pipelines-operator- | ||
resources: | ||
- ../crd | ||
- ../rbac | ||
- ../manager | ||
- ../prometheus | ||
- ../configmaps | ||
|
||
# Parameterize images via KfDef in ODH | ||
configMapGenerator: | ||
- name: dspo-parameters | ||
envs: | ||
- params.env | ||
vars: | ||
- name: IMAGES_APISERVER | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_APISERVER | ||
- name: IMAGES_ARTIFACT | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_ARTIFACT | ||
- name: IMAGES_OAUTHPROXY | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_OAUTHPROXY | ||
- name: IMAGES_PERSISTENTAGENT | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_PERSISTENTAGENT | ||
- name: IMAGES_SCHEDULEDWORKFLOW | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_SCHEDULEDWORKFLOW | ||
- name: IMAGES_CACHE | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_CACHE | ||
- name: IMAGES_MOVERESULTSIMAGE | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_MOVERESULTSIMAGE | ||
- name: IMAGES_MARIADB | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_MARIADB | ||
- name: IMAGES_MLMDENVOY | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_MLMDENVOY | ||
- name: IMAGES_MLMDGRPC | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_MLMDGRPC | ||
- name: IMAGES_MLMDWRITER | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_MLMDWRITER | ||
- name: IMAGES_DSPO | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.IMAGES_DSPO | ||
- name: ZAP_LOG_LEVEL | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.ZAP_LOG_LEVEL | ||
- name: MAX_CONCURRENT_RECONCILES | ||
objref: | ||
kind: ConfigMap | ||
name: dspo-parameters | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.MAX_CONCURRENT_RECONCILES | ||
configurations: | ||
- params.yaml |
14 changes: 14 additions & 0 deletions
14
odh-manifests/data-science-pipelines-operator/base/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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server@sha256:274e638eb22a1b38fe139a02bdb2395d6e706cb8a361b415db62d5b9ab964611 | ||
IMAGES_ARTIFACT=quay.io/opendatahub/ds-pipelines-artifact-manager@sha256:db16085f67fd817088e7f6f592cf1b9c1558c56e0855303b3adea0b2fa18455f | ||
IMAGES_PERSISTENTAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent@sha256:bc01f219f1109693f878352b9d6685027222c77c502866902e106351e5de73ca | ||
IMAGES_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow@sha256:b52880e6a681e0e506016f5b00d2c0e62fb55c2a8d6405d2034d4a92a3264bd0 | ||
IMAGES_MLMDENVOY=quay.io/opendatahub/ds-pipelines-metadata-envoy@sha256:c491e63c8885c7d59005f9305b77cd1fa776b50e63db90c4f8ccdee963759630 | ||
IMAGES_MLMDGRPC=quay.io/opendatahub/ds-pipelines-metadata-grpc@sha256:4af88c246d77cce33099489090508734978aafa83a0a5745408ae8d139d5378a | ||
IMAGES_MLMDWRITER=quay.io/opendatahub/ds-pipelines-metadata-writer@sha256:3c1a8ecdb7d019da786b5c534bb55565bad9b26ffbcb02e76137b9c9c67f3d67 | ||
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator@sha256:ba445b27a158e382d4746c26deb6510c668baf90d4ef81018bc3225c4feaa4b1 | ||
IMAGES_CACHE=registry.access.redhat.com/ubi8/ubi-minimal@sha256:a49924d9d685a35b2d0817ffe9c84f3429d97e9ad29ed3816c389f45564c9e19 | ||
IMAGES_MOVERESULTSIMAGE=registry.access.redhat.com/ubi8/ubi-micro@sha256:396baed3d689157d96aa7d8988fdfea7eb36684c8335eb391cf1952573e689c1 | ||
IMAGES_MARIADB=registry.redhat.io/rhel8/mariadb-103@sha256:2370ca7fd91c0d35910006c8ba40bb9651244b2a42050cb9b2dd9d5163155e15 | ||
IMAGES_OAUTHPROXY=registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ab112105ac37352a2a4916a39d6736f5db6ab4c29bad4467de8d613e80e9bb33 | ||
ZAP_LOG_LEVEL=info | ||
MAX_CONCURRENT_RECONCILES=10 |
7 changes: 7 additions & 0 deletions
7
odh-manifests/data-science-pipelines-operator/base/params.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,7 @@ | ||
varReference: | ||
- path: data | ||
kind: ConfigMap | ||
- path: spec/template/spec/containers/env/value | ||
kind: Deployment | ||
- path: spec/template/spec/containers/image | ||
kind: Deployment |
12 changes: 12 additions & 0 deletions
12
odh-manifests/data-science-pipelines-operator/configmaps/files/config.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,12 @@ | ||
Images: | ||
ApiServer: $(IMAGES_APISERVER) | ||
Artifact: $(IMAGES_ARTIFACT) | ||
OAuthProxy: $(IMAGES_OAUTHPROXY) | ||
PersistentAgent: $(IMAGES_PERSISTENTAGENT) | ||
ScheduledWorkflow: $(IMAGES_SCHEDULEDWORKFLOW) | ||
Cache: $(IMAGES_CACHE) | ||
MoveResultsImage: $(IMAGES_MOVERESULTSIMAGE) | ||
MariaDB: $(IMAGES_MARIADB) | ||
MlmdEnvoy: $(IMAGES_MLMDENVOY) | ||
MlmdGRPC: $(IMAGES_MLMDGRPC) | ||
MlmdWriter: $(IMAGES_MLMDWRITER) |
6 changes: 6 additions & 0 deletions
6
odh-manifests/data-science-pipelines-operator/configmaps/kustomization.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,6 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
configMapGenerator: | ||
- name: dspo-config | ||
files: | ||
- files/config.yaml |
Oops, something went wrong.