diff --git a/pkg/rlptools/wasm_utils.go b/pkg/rlptools/wasm_utils.go index 74cbb4c2f..630eb146d 100644 --- a/pkg/rlptools/wasm_utils.go +++ b/pkg/rlptools/wasm_utils.go @@ -16,7 +16,7 @@ import ( ) var ( - WASMFilterImageURL = common.FetchEnv("WASM_FILTER_IMAGE", "oci://quay.io/kuadrant/wasm-shim:latest") + WASMFilterImageURL = common.FetchEnv("RELATED_IMAGE_WASMSHIM", "oci://quay.io/kuadrant/wasm-shim:latest") ) type GatewayAction struct {