Skip to content

Commit e32d22e

Browse files
authored
Update the default OAP/UI versions to 9.6.0 (apache#139)
* update-versions * Update README.md
1 parent 2c3bc14 commit e32d22e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ There are required values that you must set explicitly when deploying SkyWalking
1717

1818
| name | description | example |
1919
| ---- | ----------- | ------- |
20-
| `oap.image.tag` | the OAP docker image tag | `9.2.0` |
20+
| `oap.image.tag` | the OAP docker image tag | `9.6.0` |
2121
| `oap.storageType` | the storage type of the OAP | `elasticsearch`, `postgresql`, `banyandb`, etc. |
22-
| `ui.image.tag` | the UI docker image tag | `9.2.0` |
22+
| `ui.image.tag` | the UI docker image tag | `9.6.0` |
2323

2424
You can set these required values via command line (e.g. `--set oap.image.tag=9.2.0 --set oap.storageType=elasticsearch`),
2525
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))

chart/skywalking/values-my-es.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
oap:
2121
image:
22-
tag: 9.2.0
22+
tag: 9.6.0
2323
storageType: elasticsearch
2424

2525
ui:
2626
image:
27-
tag: 9.2.0
27+
tag: 9.6.0
2828

2929
elasticsearch:
3030
enabled: false

0 commit comments

Comments
 (0)