diff --git a/helm/envoy-gateway/values.yaml b/helm/envoy-gateway/values.yaml index b81476e..2996909 100644 --- a/helm/envoy-gateway/values.yaml +++ b/helm/envoy-gateway/values.yaml @@ -4,7 +4,7 @@ global: images: envoyGateway: # This is the full image name including the hub, repo, and tag. - image: docker.io/envoyproxy/gateway:v1.2.1 + image: docker.io/envoyproxy/gateway:v1.2.4 # Specify image pull policy if default behavior isn't desired. # Default behavior: latest images will be Always else IfNotPresent. pullPolicy: IfNotPresent diff --git a/sync/patches/values/values.yaml b/sync/patches/values/values.yaml index b81476e..2996909 100644 --- a/sync/patches/values/values.yaml +++ b/sync/patches/values/values.yaml @@ -4,7 +4,7 @@ global: images: envoyGateway: # This is the full image name including the hub, repo, and tag. - image: docker.io/envoyproxy/gateway:v1.2.1 + image: docker.io/envoyproxy/gateway:v1.2.4 # Specify image pull policy if default behavior isn't desired. # Default behavior: latest images will be Always else IfNotPresent. pullPolicy: IfNotPresent