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.31.1
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.25.0
2+ trustyaiOperatorImage = quay.io/trustyai/trustyai-service-operator:v1.31.1
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.31.1
6+ lmes-pod-image = quay.io/trustyai/ta-lmes-job:v1.31.1
77lmes-pod-checking-interval = 10s
88lmes-image-pull-policy = Always
99lmes-max-batch-size = 24
Original file line number Diff line number Diff line change 11releases :
22 - name : TrustyAI operator
3- version : latest
3+ version : 1.31.1
44 repoUrl : https://github.com/trustyai-explainability/trustyai-service-operator
55 - name : TrustyAI service
6- version : latest
6+ version : 0.25.0
77 repoUrl : https://github.com/trustyai-explainability/trustyai-explainability
88 - name : TrustyAI LMEval driver
9- version : latest
9+ version : 1.31.1
1010 repoUrl : https://github.com/trustyai-explainability/trustyai-service-operator
1111 - name : TrustyAI LMEval job
12- version : latest
12+ version : 1.31.1
1313 repoUrl : https://github.com/opendatahub-io/lm-evaluation-harness
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.25.0
2+ trustyaiOperatorImage = quay.io/trustyai/trustyai-service-operator:v1.31.1
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.31.1
6+ lmes-pod-image = quay.io/trustyai/ta-lmes-job:v1.31.1
77lmes-pod-checking-interval = 10s
88lmes-image-pull-policy = Always
99lmes-max-batch-size = 24
Original file line number Diff line number Diff line change 11package constants
22
33const (
4- Version = "1.17.0 "
4+ Version = "1.31.1 "
55 ConfigMap = "trustyai-service-operator-config"
66)
You can’t perform that action at this time.
0 commit comments