Skip to content

Commit

Permalink
Upgrade ElasticSearch Helm Chart dependency version (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Nov 21, 2022
1 parent 5084206 commit 6367b19
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
oap-tag: cef4f6dcac5b14cd67f51a64ad08052bbc046653
ui-repo: ghcr.io/apache/skywalking/ui
ui-tag: cef4f6dcac5b14cd67f51a64ad08052bbc046653
- name: 8.6.0
oap-repo: skywalking.docker.scarf.sh/apache/skywalking-oap-server
oap-tag: 8.6.0-es6
ui-repo: skywalking.docker.scarf.sh/apache/skywalking-ui
ui-tag: 8.6.0
name: Istio+Envoy Access Log Service(${{ matrix.images.name }})
env:
OAP_TAG: ${{ matrix.images.oap-tag }}
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/e2e.compatibility.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion chart/skywalking/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ maintainers:

dependencies:
- name: elasticsearch
version: ~7.5.1
version: ~7.17.1
repository: https://helm.elastic.co/
condition: elasticsearch.enabled
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion chart/skywalking/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Get the UI URL by running these commands:
kubectl port-forward svc/{{ include "skywalking.ui.fullname" . }} 8080:{{ .Values.ui.service.externalPort }} --namespace {{ .Release.Namespace }}
{{- end }}

{{- if.Values.elasticsearch.enabled }}
{{- if .Values.elasticsearch.enabled }}
{{- if .Values.elasticsearch.persistence.enabled }}
{{- else }}
#################################################################################
Expand Down
4 changes: 0 additions & 4 deletions chart/skywalking/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ elasticsearch:
# secretName: elastic-certificates
# path: /usr/share/elasticsearch/config/certs

image: "docker.elastic.co/elasticsearch/elasticsearch"
imageTag: "6.8.6"
imagePullPolicy: "IfNotPresent"

podAnnotations: {}
# iam.amazonaws.com/role: es-cluster

Expand Down

0 comments on commit 6367b19

Please sign in to comment.