Skip to content

Commit d0e617f

Browse files
authored
Merge branch 'main' into wasm-sni-misdirect
2 parents ccaf8c2 + 10f5267 commit d0e617f

File tree

7 files changed

+340
-45
lines changed

7 files changed

+340
-45
lines changed

Makefile.core.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ install: pre-install
176176
cd helm/higress; helm dependency build
177177
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
178178

179-
ENVOY_LATEST_IMAGE_TAG ?= sha-34054f8
180-
ISTIO_LATEST_IMAGE_TAG ?= sha-34054f8
179+
ENVOY_LATEST_IMAGE_TAG ?= sha-2d5d9c0
180+
ISTIO_LATEST_IMAGE_TAG ?= sha-2d5d9c0
181181

182182
install-dev: pre-install
183183
helm install higress helm/core -n higress-system --create-namespace --set 'controller.tag=$(TAG)' --set 'gateway.replicas=1' --set 'pilot.tag=$(ISTIO_LATEST_IMAGE_TAG)' --set 'gateway.tag=$(ENVOY_LATEST_IMAGE_TAG)' --set 'global.local=true'

api/kubernetes/customresourcedefinitions.gen.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ spec:
154154
type: array
155155
httpPath:
156156
type: string
157+
paramFromEntireBody:
158+
properties:
159+
paramType:
160+
type: string
161+
type: object
157162
params:
158163
items:
159164
properties:

0 commit comments

Comments
 (0)