Skip to content

Commit 05e8fd6

Browse files
committed
Better versioning
1 parent 311f08b commit 05e8fd6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ spec:
102102
This will configure your GRPC clients to use XDS server for name resolution process.
103103
Then you should use`xds:///apigw1` address to connect to your GRPC servers, specifying gateways exposed in
104104
`xds.lmwn.com/api-gateway` annotation.
105+
106+
## Versioning
107+
108+
Version of the chart captures the version of XDS server it uses `<xds-version>+<chart-version>`.
109+
So, for example, `1.2.0+1` is the first version of the chart for `1.2.0` version of the XDS server.

charts/wongnai-xds/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: A Helm chart for wongnai/xds server
44

55
type: application
66

7-
version: 0.1.0
7+
version: 1.2.0+1
88

99
appVersion: "v1.2.0"

0 commit comments

Comments
 (0)