Skip to content

Commit

Permalink
update the 8.3 elasticsearch tag to 8.8.2 (#4655)
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark authored Jan 13, 2025
1 parent 9849a40 commit a351029
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/self-managed/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ If you have a custom `values.yaml`, change the image repository and tag:
```yaml
image:
repository: bitnami/elasticsearch
tag: 8.6.2
tag: 8.8.2
```

Setting the persistent volume size of the master nodes can't be done using the `volumeClaimTemplate` anymore. It must be done using the master values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ If you have a custom `values.yaml`, change the image repository and tag:
```yaml
image:
repository: bitnami/elasticsearch
tag: 8.6.2
tag: 8.8.2
```
Setting the persistent volume size of the master nodes can't be done using the `volumeClaimTemplate` anymore. It must be done using the master values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ If you have a custom `values.yaml`, change the image repository and tag:
```yaml
image:
repository: bitnami/elasticsearch
tag: 8.6.2
tag: 8.8.2
```
Setting the persistent volume size of the master nodes can't be done using the `volumeClaimTemplate` anymore. It must be done using the master values:
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.5/self-managed/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ If you have a custom `values.yaml`, change the image repository and tag:
```yaml
image:
repository: bitnami/elasticsearch
tag: 8.6.2
tag: 8.8.2
```

Setting the persistent volume size of the master nodes can't be done using the `volumeClaimTemplate` anymore. It must be done using the master values:
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.6/self-managed/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ If you have a custom `values.yaml`, change the image repository and tag:
```yaml
image:
repository: bitnami/elasticsearch
tag: 8.6.2
tag: 8.8.2
```

Setting the persistent volume size of the master nodes can't be done using the `volumeClaimTemplate` anymore. It must be done using the master values:
Expand Down

0 comments on commit a351029

Please sign in to comment.