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

Release 2.0.0 (#46)

* for release 2.0.0

* fix

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