Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/kubernetes/helm/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <scope>:<level>,<scope>:<level>
# The control plane has different scopes depending on component, but can configure default log level across all components
Expand Down
2 changes: 1 addition & 1 deletion istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
{
"name": "MOSN_VERSION",
"version": "0.5.0-rc.1"
"version": "0.5.0-snapshot.1"
}
]