File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# To re-generate a bundle for another specific version without changing the standard setup, you can:
44# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6- VERSION ?= 1.17 .0
6+ VERSION ?= 1.34 .0
77
88BUILD_TOOL ?= podman
99
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/trustyai/trustyai-service:v0.27.0
2+ trustyaiOperatorImage = quay.io/trustyai/trustyai-service-operator:v1.34.0
33oauthProxyImage = quay.io/openshift/origin-oauth-proxy:4.14.0
44kServeServerless = 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/trustyai/ta-lmes-driver:v1.34.0
6+ lmes-pod-image = quay.io/trustyai/ta-lmes-job:v1.34.0
77lmes-pod-checking-interval = 10s
88lmes-image-pull-policy = Always
99lmes-max-batch-size = 24
1010lmes-default-batch-size = 8
1111lmes-detect-device = true
1212lmes-allow-online = true
1313lmes-allow-code-execution = true
14- guardrails-orchestrator-image = quay.io/trustyai/ta-guardrails-orchestrator:latest
14+ guardrails-orchestrator-image = quay.io/trustyai/ta-guardrails-orchestrator:v1.34.0
Original file line number Diff line number Diff line change 11releases :
22 - name : TrustyAI operator
3- version : post- release/1.33 .0
3+ version : release/1.34 .0
44 repoUrl : https://github.com/trustyai-explainability/trustyai-service-operator
55 - name : TrustyAI service
6- version : post- release/0.26 .0
6+ version : release/0.27 .0
77 repoUrl : https://github.com/trustyai-explainability/trustyai-explainability
88 - name : TrustyAI LMEval driver
9- version : post- release/1.33 .0
9+ version : release/1.34 .0
1010 repoUrl : https://github.com/trustyai-explainability/trustyai-service-operator
1111 - name : TrustyAI LMEval job
1212 version : release-0.4.6
1313 repoUrl : https://github.com/opendatahub-io/lm-evaluation-harness
1414 - name : TrustyAI Guardrails orchestrator
15- version : post- release/0.8.0
15+ version : release/0.8.0
1616 repoUrl : https://github.com/trustyai-explainability/fms-guardrails-orchestrator
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/trustyai/trustyai-service:v0.27.0
2+ trustyaiOperatorImage = quay.io/trustyai/trustyai-service-operator:v1.34.0
33oauthProxyImage = quay.io/openshift/origin-oauth-proxy:4.14.0
44kServeServerless = 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/trustyai/ta-lmes-driver:v1.34.0
6+ lmes-pod-image = quay.io/trustyai/ta-lmes-job:v1.34.0
77lmes-pod-checking-interval = 10s
88lmes-image-pull-policy = Always
99lmes-max-batch-size = 24
1010lmes-default-batch-size = 8
1111lmes-detect-device = true
1212lmes-allow-online = true
1313lmes-allow-code-execution = true
14- guardrails-orchestrator-image = quay.io/trustyai/ta-guardrails-orchestrator:latest
14+ guardrails-orchestrator-image = quay.io/trustyai/ta-guardrails-orchestrator:v1.34.0
Original file line number Diff line number Diff line change 11package constants
22
33const (
4- Version = "1.17 .0"
4+ Version = "1.34 .0"
55 ConfigMap = "trustyai-service-operator-config"
66)
You can’t perform that action at this time.
0 commit comments