File tree 5 files changed +16
-16
lines changed
5 files changed +16
-16
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.34 .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/trustyai/trustyai-service:v0.27.0
2
+ trustyaiOperatorImage = quay.io/trustyai/trustyai-service-operator:v1.34.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/trustyai/ta-lmes-driver:v1.34.0
6
+ lmes-pod-image = quay.io/trustyai/ta-lmes-job:v1.34.0
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
14
+ guardrails-orchestrator-image = quay.io/trustyai/ta-guardrails-orchestrator:v1.34.0
Original file line number Diff line number Diff line change 1
1
releases :
2
2
- name : TrustyAI operator
3
- version : post- release/1.33 .0
3
+ version : release/1.34 .0
4
4
repoUrl : https://github.com/trustyai-explainability/trustyai-service-operator
5
5
- name : TrustyAI service
6
- version : post- release/0.26 .0
6
+ version : release/0.27 .0
7
7
repoUrl : https://github.com/trustyai-explainability/trustyai-explainability
8
8
- name : TrustyAI LMEval driver
9
- version : post- release/1.33 .0
9
+ version : release/1.34 .0
10
10
repoUrl : https://github.com/trustyai-explainability/trustyai-service-operator
11
11
- name : TrustyAI LMEval job
12
12
version : release-0.4.6
13
13
repoUrl : https://github.com/opendatahub-io/lm-evaluation-harness
14
14
- name : TrustyAI Guardrails orchestrator
15
- version : post- release/0.8.0
15
+ version : release/0.8.0
16
16
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
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/trustyai/ta-lmes-driver:v1.34.0
6
+ lmes-pod-image = quay.io/trustyai/ta-lmes-job:v1.34.0
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
14
+ guardrails-orchestrator-image = quay.io/trustyai/ta-guardrails-orchestrator:v1.34.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.34 .0"
5
5
ConfigMap = "trustyai-service-operator-config"
6
6
)
You can’t perform that action at this time.
0 commit comments