Skip to content

Commit

Permalink
Update the default OAP/UI versions to 9.6.0 (#139)
Browse files Browse the repository at this point in the history
* update-versions

* Update README.md
  • Loading branch information
wu-sheng authored Nov 13, 2023
1 parent 2c3bc14 commit e32d22e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions chart/skywalking/values-my-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e32d22e

Please sign in to comment.