diff --git a/README.md b/README.md index 1503986..8989d68 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ There are required values that you must set explicitly when deploying SkyWalking | name | description | example | | ---- | ----------- | ------- | -| `oap.image.tag` | the OAP docker image tag | `9.2.0` | +| `oap.image.tag` | the OAP docker image tag | `9.6.0` | | `oap.storageType` | the storage type of the OAP | `elasticsearch`, `postgresql`, `banyandb`, etc. | -| `ui.image.tag` | the UI docker image tag | `9.2.0` | +| `ui.image.tag` | the UI docker image tag | `9.6.0` | You can set these required values via command line (e.g. `--set oap.image.tag=9.2.0 --set oap.storageType=elasticsearch`), or edit them in a separate file(e.g. [`values.yaml`](chart/skywalking/values-es6.yaml), [`values-my-es.yaml`](chart/skywalking/values-my-es.yaml)) diff --git a/chart/skywalking/values-my-es.yaml b/chart/skywalking/values-my-es.yaml index 43f4989..2aaa5d9 100644 --- a/chart/skywalking/values-my-es.yaml +++ b/chart/skywalking/values-my-es.yaml @@ -19,12 +19,12 @@ oap: image: - tag: 9.2.0 + tag: 9.6.0 storageType: elasticsearch ui: image: - tag: 9.2.0 + tag: 9.6.0 elasticsearch: enabled: false