未验证 提交 e1194c44 编写于 作者: I innerpeacez 提交者: GitHub

Release 2.0.0 (#46)

* for release 2.0.0

* fix

* storage type
上级 525b9333
......@@ -16,8 +16,8 @@
apiVersion: v2
name: skywalking
home: https://skywalking.apache.org
version: 1.1.0
appVersion: 6.6.0
version: 2.0.0
appVersion: 7.0.0
description: Apache SkyWalking APM System
icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
sources:
......
......@@ -48,7 +48,7 @@ spec:
- name: JAVA_OPTS
value: "{{ .Values.oap.javaOpts }} -Dmode=init"
- name: SW_STORAGE
value: elasticsearch
value: {{ .Values.oap.storageType }}
- name: SW_STORAGE_ES_CLUSTER_NODES
{{- if .Values.elasticsearch.enabled }}
value: "{{ .Values.elasticsearch.clusterName }}-{{ .Values.elasticsearch.nodeGroup }}:{{ .Values.elasticsearch.httpPort }}"
......
......@@ -115,7 +115,7 @@ spec:
fieldRef:
fieldPath: metadata.uid
- name: SW_STORAGE
value: elasticsearch
value: {{ .Values.oap.storageType }}
{{- if .Values.oap.envoy.als.enabled }}
- name: SW_ENVOY_ALS_ENABLED
value: {{ .Values.oap.envoy.als.enabled | quote}}
......
......@@ -24,8 +24,9 @@ oap:
name: skywalking-oap
image:
repository: apache/skywalking-oap-server
tag: 6.6.0-es6
tag: 7.0.0-es6
pullPolicy: IfNotPresent
storageType: elasticsearch
ports:
grpc: 11800
rest: 12800
......@@ -61,7 +62,7 @@ ui:
replicas: 1
image:
repository: apache/skywalking-ui
tag: 6.6.0
tag: 7.0.0
pullPolicy: IfNotPresent
# podAnnotations:
# example: oap-foo
......
......@@ -24,8 +24,9 @@ oap:
name: skywalking-oap
image:
repository: apache/skywalking-oap-server
tag: 6.6.0-es7
tag: 7.0.0-es7
pullPolicy: IfNotPresent
storageType: elasticsearch7
ports:
grpc: 11800
rest: 12800
......@@ -61,7 +62,7 @@ ui:
replicas: 1
image:
repository: apache/skywalking-ui
tag: 6.6.0
tag: 7.0.0
pullPolicy: IfNotPresent
# podAnnotations:
# example: oap-foo
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册