File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
# To re-generate a bundle for another specific version without changing the standard setup, you can:
4
4
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
5
5
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6
- VERSION ?= 1.17 .0
6
+ VERSION ?= 1.39 .0
7
7
8
8
BUILD_TOOL ?= podman
9
9
Original file line number Diff line number Diff line change 1
- trustyaiServiceImage = quay.io/trustyai /trustyai-service:latest
2
- trustyaiOperatorImage = quay.io/trustyai /trustyai-service-operator:latest
1
+ trustyaiServiceImage = quay.io/opendatahub /trustyai-service:v0.28.0
2
+ trustyaiOperatorImage = quay.io/opendatahub /trustyai-service-operator:v1.39.0
3
3
oauthProxyImage = quay.io/openshift/origin-oauth-proxy:4.14.0
4
4
kServeServerless = enabled
5
- lmes-driver-image = quay.io/trustyai /ta-lmes-driver:latest
6
- lmes-pod-image = quay.io/trustyai /ta-lmes-job:latest
5
+ lmes-driver-image = quay.io/opendatahub /ta-lmes-driver:v1.39.0
6
+ lmes-pod-image = quay.io/opendatahub /ta-lmes-job:v0.4.8
7
7
lmes-pod-checking-interval = 10s
8
8
lmes-image-pull-policy = Always
9
9
lmes-max-batch-size = 24
10
10
lmes-default-batch-size = 8
11
11
lmes-detect-device = true
12
12
lmes-allow-online = true
13
13
lmes-allow-code-execution = true
14
- guardrails-orchestrator-image = quay.io/trustyai /ta-guardrails-orchestrator:latest
15
- guardrails-built-in-detector-image = quay.io/trustyai /regex-detector:latest
16
- guardrails-sidecar-gateway-image = quay.io/trustyai/guardrails-sidecar -gateway:latest
14
+ guardrails-orchestrator-image = quay.io/opendatahub /ta-guardrails-orchestrator:v0.10.0
15
+ guardrails-built-in-detector-image = quay.io/opendatahub /regex-detector:v0.3.0
16
+ guardrails-sidecar-gateway-image = quay.io/opendatahub/vllm-orchestrator -gateway:v0.3.0
Original file line number Diff line number Diff line change 1
1
package constants
2
2
3
3
const (
4
- Version = "1.17 .0"
4
+ Version = "1.39 .0"
5
5
ConfigMap = "trustyai-service-operator-config"
6
6
)
You can’t perform that action at this time.
0 commit comments