Skip to content

Commit 710973b

Browse files
authored
Update shim image tag (#9)
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
1 parent 657fbdd commit 710973b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/kuadrant-openshift/README-token-rate-limiting-openshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ To persistently use a custom wasm-shim image, you need to update the operator's
560560
```bash
561561
# Replace the default wasm-shim image in the CSV
562562
kubectl -n kuadrant-system patch csv kuadrant-operator.v0.0.0 --type='json' \
563-
-p='[{"op": "replace", "path": "/spec/install/spec/deployments/0/spec/template/spec/containers/0/env/1/value", "value": "oci://ghcr.io/nerdalert/wasm-shim:v3"}]'
563+
-p='[{"op": "replace", "path": "/spec/install/spec/deployments/0/spec/template/spec/containers/0/env/1/value", "value": "oci://ghcr.io/nerdalert/wasm-shim:latest"}]'
564564
```
565565
566566
2. **Restart the operator to pick up the new environment variable**:

0 commit comments

Comments
 (0)