You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `BATCH_RELEASE_VERSION` and `BATCH_DEV_VERSION` cannot be used together.
66
67
@@ -132,12 +133,12 @@ Use that only on **ephemeral or dedicated** demo clusters. See [issue #309](http
132
133
| Variable | Default | Scope | Description |
133
134
|----------|---------|-------|-------------|
134
135
|`BATCH_HELM_RELEASE`|`batch-gateway`| all | Helm release name |
135
-
|`BATCH_RELEASE_VERSION`|—| all |Install from released OCI chart (e.g. `v1.0.0`). Cannot be used with `BATCH_DEV_VERSION`|
136
-
|`BATCH_DEV_VERSION`|`local`| all |Image tag / commit SHA. `local` uses local chart + `latest` image. Cannot be used with `BATCH_RELEASE_VERSION`|
137
-
|`BATCH_IMAGE_TAG`|—| all |Override image tag for all components. Takes precedence over `BATCH_RELEASE_VERSION` / `BATCH_DEV_VERSION`derived tags |
138
-
|`BATCH_APISERVER_REPO`|—| all |Override apiserver image repository |
139
-
|`BATCH_PROCESSOR_REPO`|—| all |Override processor image repository |
140
-
|`BATCH_GC_REPO`|—| all |Override gc image repository |
136
+
|`BATCH_RELEASE_VERSION`|`v0.2.0`| all | OCI chart version. Cannot be used with `BATCH_DEV_VERSION`|
137
+
|`BATCH_DEV_VERSION`|—| all |Commit SHA for dev chart. Overrides `BATCH_RELEASE_VERSION`. `local` uses local chart|
138
+
|`BATCH_IMAGE_TAG`|`rhoai-3.5-ea.2`| all |Image tag for all components. Takes precedence over version-derived tags |
139
+
|`BATCH_APISERVER_REPO`|`quay.io/rhoai/odh-llm-d-batch-gateway-apiserver-rhel9`| all |Apiserver image repository |
140
+
|`BATCH_PROCESSOR_REPO`|`quay.io/rhoai/odh-llm-d-batch-gateway-processor-rhel9`| all |Processor image repository |
141
+
|`BATCH_GC_REPO`|`quay.io/rhoai/odh-llm-d-batch-gateway-gc-rhel9`| all |GC image repository |
141
142
|`BATCH_DB_TYPE`|`postgresql`| all | Database backend: `postgresql` or `redis`|
142
143
|`BATCH_STORAGE_TYPE`|`s3`| all | File storage: `fs` or `s3`|
143
144
|`DEMO_TLS_INSECURE_SKIP_VERIFY`|`1`| all | Disables TLS certificate verification for processor → model gateway and Istio Gateway → batch apiserver (**demo/lab only**, [CWE-295](https://cwe.mitre.org/data/definitions/295.html)). Default `1` since demo scripts use self-signed certs. Set to `0` if you have trusted CA certs. |
0 commit comments