Skip to content

Commit

Permalink
k8s: Use forked ES6 chart and remove ES7 (#938)
Browse files Browse the repository at this point in the history
This will move us to using our forked ES6 chart
which is compatible with kubernetes 1.25+

This also stops helmfile tracking our ES7 release
on staging. After merging this the ES7 release
will need to manually be cleaned up with helm

Bug: T338298
  • Loading branch information
tarrow committed Jun 9, 2023
1 parent 87e87cc commit 1a49520
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,8 @@ releases:

- name: elasticsearch
namespace: default
chart: elastic/elasticsearch
version: 6.8.22
<<: *default_release

- name: elasticsearch-honey
namespace: default
chart: elastic/elasticsearch
version: 7.10.2
installed: {{ ne .Environment.Name "production" | toYaml }}
chart: wbstack/elasticsearch
version: 6.8.22-wmde1
<<: *default_release

- name: redis
Expand Down

0 comments on commit 1a49520

Please sign in to comment.