From 14a01fea8692585ea2cb8855d18458bdd2ce0b34 Mon Sep 17 00:00:00 2001 From: Jamaz <61860754@qq.com> Date: Sat, 22 Jun 2019 22:05:39 +0800 Subject: [PATCH] update tag to 0.5.0-snapshot.1 --- install/kubernetes/helm/istio/values.yaml | 2 +- istio.deps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/kubernetes/helm/istio/values.yaml b/install/kubernetes/helm/istio/values.yaml index de6f0cc3790c..5bd8fbeb2429 100644 --- a/install/kubernetes/helm/istio/values.yaml +++ b/install/kubernetes/helm/istio/values.yaml @@ -111,7 +111,7 @@ global: hub: docker.io/sofastack # Default tag for Istio images. - tag: 0.5.0-rc.1 + tag: 0.5.0-snapshot.1 # Comma-separated minimum per-scope logging level of messages to output, in the form of :,: # The control plane has different scopes depending on component, but can configure default log level across all components diff --git a/istio.deps b/istio.deps index 7b853a34ded4..732078be83ea 100644 --- a/istio.deps +++ b/istio.deps @@ -17,6 +17,6 @@ }, { "name": "MOSN_VERSION", - "version": "0.5.0-rc.1" + "version": "0.5.0-snapshot.1" } ]