Skip to content

Commit

Permalink
chore: bump risingwave to v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar committed Sep 12, 2023
1 parent 84b5af3 commit 950a6ed
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 19 deletions.
4 changes: 2 additions & 2 deletions charts/risingwave/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.18
version: 0.1.19

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: v1.1.4
appVersion: v1.2.0

dependencies:
- name: etcd
Expand Down
2 changes: 0 additions & 2 deletions charts/risingwave/templates/compactor-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ spec:
value: "0.0.0.0:{{ .Values.ports.compactor.metrics }}"
- name: RW_META_ADDR
value: {{ printf "load-balance+http://%s.%s.svc:%d" (include "risingwave.metaHeadlessServiceName" .) .Release.Namespace (.Values.ports.meta.svc | int)}}
- name: RW_METRICS_LEVEL
value: "1"
- name: RW_STATE_STORE
value: {{ include "risingwave.hummockConnectionString" . }}
- name: RW_DATA_DIRECTORY
Expand Down
4 changes: 0 additions & 4 deletions charts/risingwave/templates/compute-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ spec:
value: "0.0.0.0:{{ .Values.ports.compute.metrics }}"
- name: RW_META_ADDR
value: {{ printf "load-balance+http://%s.%s.svc:%d" (include "risingwave.metaHeadlessServiceName" .) .Release.Namespace (.Values.ports.meta.svc | int)}}
- name: RW_METRICS_LEVEL
value: "1"
- name: RW_STATE_STORE
value: {{ include "risingwave.hummockConnectionString" . }}
- name: RW_DATA_DIRECTORY
Expand Down Expand Up @@ -417,8 +415,6 @@ spec:
value: "0.0.0.0:{{ .Values.ports.frontend.metrics }}"
- name: RW_META_ADDR
value: {{ printf "load-balance+http://%s.%s.svc:%d" (include "risingwave.metaHeadlessServiceName" .) .Release.Namespace (.Values.ports.meta.svc | int)}}
- name: RW_METRICS_LEVEL
value: "1"
{{- range .Values.frontendComponent.extraEnvVars }}
- {{ . }}
{{- end }}
Expand Down
2 changes: 0 additions & 2 deletions charts/risingwave/templates/frontend-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ spec:
value: "0.0.0.0:{{ .Values.ports.frontend.metrics }}"
- name: RW_META_ADDR
value: {{ printf "load-balance+http://%s.%s.svc:%d" (include "risingwave.metaHeadlessServiceName" .) .Release.Namespace (.Values.ports.meta.svc | int)}}
- name: RW_METRICS_LEVEL
value: "1"
{{- range .Values.frontendComponent.extraEnvVars }}
- {{ . }}
{{- end }}
Expand Down
2 changes: 0 additions & 2 deletions charts/risingwave/templates/meta-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ spec:
value: "$(POD_NAME).{{ include "risingwave.metaHeadlessServiceName" . }}.$(POD_NAMESPACE).svc:{{ .Values.ports.meta.svc }}"
- name: RW_PROMETHEUS_HOST
value: "0.0.0.0:{{ .Values.ports.meta.metrics }}"
- name: RW_METRICS_LEVEL
value: "1"
- name: RW_STATE_STORE
value: {{ include "risingwave.hummockConnectionString" . }}
- name: RW_DATA_DIRECTORY
Expand Down
6 changes: 0 additions & 6 deletions charts/risingwave/templates/standalone/standalone-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ spec:
--listen-addr 127.0.0.1:{{ .Values.ports.compute.svc }}
--prometheus-listener-addr 0.0.0.0:{{ .Values.ports.compute.metrics }}
--advertise-addr 127.0.0.1:{{ .Values.ports.compute.svc }}
--metrics-level 1
--async-stack-trace verbose
--connector-rpc-endpoint {{ .Values.ports.connector.svc }}
--role both
Expand All @@ -129,7 +128,6 @@ spec:
--advertise-addr 127.0.0.1:{{ .Values.ports.frontend.svc }}
--prometheus-listener-addr 0.0.0.0:{{ .Values.ports.frontend.metrics }}
--health-check-listener-addr 127.0.0.1:6786
--metrics-level 1
--meta-addr http://127.0.0.1:{{ .Values.ports.meta.svc }}
{{- end }}
ports:
Expand Down Expand Up @@ -243,8 +241,6 @@ spec:
value: "$(POD_NAME).{{ include "risingwave.metaHeadlessServiceName" . }}.$(POD_NAMESPACE).svc:{{ .Values.ports.meta.svc }}"
- name: RW_PROMETHEUS_HOST
value: "0.0.0.0:{{ .Values.ports.meta.metrics }}"
- name: RW_METRICS_LEVEL
value: "1"
- name: RW_STATE_STORE
value: {{ include "risingwave.hummockConnectionString" . }}
- name: RW_DATA_DIRECTORY
Expand Down Expand Up @@ -411,8 +407,6 @@ spec:
value: "0.0.0.0:{{ .Values.ports.compactor.metrics }}"
- name: RW_META_ADDR
value: "http://127.0.0.1:{{ .Values.ports.meta.svc }}"
- name: RW_METRICS_LEVEL
value: "1"
- name: RW_STATE_STORE
value: {{ include "risingwave.hummockConnectionString" . }}
- name: RW_DATA_DIRECTORY
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ diagnosticMode:
image:
registry: ghcr.io
repository: risingwavelabs/risingwave
tag: v1.1.3
tag: v1.2.0
digest: ""
## @param image.pullPolicy RisingWave image pull policy
## Specify a imagePullPolicy
Expand Down

0 comments on commit 950a6ed

Please sign in to comment.