Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ElasticSearch Helm Chart dependency version #98

Merged
merged 1 commit into from
Nov 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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