Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from shileifu/main
Browse files Browse the repository at this point in the history
[Fiexd] version
  • Loading branch information
shileifu committed Feb 1, 2023
2 parents 8308366 + badc62f commit 41a52ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/kube-starrocks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes

# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.1
version: 1.3.2

# This is the version number of tlhe application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
{{- if .Values.starrocksFESpec.serviceAccount }}
serviceAccount: {{ .Values.starrocksFESpec.serviceAccount }}
{{- end }}
fsgroup: {{ .Values.starrocksFESpec.fsGroup }}
fsGroup: {{ .Values.starrocksFESpec.fsGroup }}
{{- if .Values.starrocksFESpec.nodeSelector }}
nodeSelector:
{{ toYaml .Values.starrocksFESpec.nodeSelector | indent 6 }}
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
{{- if .Values.starrocksBeSpec.serviceAccount }}
serviceAccount: {{ .Values.starrocksBeSpec.serviceAccount }}
{{- end }}
fsgroup: {{ .Values.starrocksBeSpec.fsGroup }}
fsGroup: {{ .Values.starrocksBeSpec.fsGroup }}
{{- if .Values.starrocksBeSpec.nodeSelector }}
nodeSelector:
{{ toYaml .Values.starrocksBeSpec.nodeSelector | indent 6 }}
Expand Down Expand Up @@ -91,7 +91,7 @@ spec:
{{- if .Values.starrocksCnSpec.serviceAccount }}
serviceAccount: {{ .Values.starrocksCnSpec.serviceAccount }}
{{- end }}
fsgroup: {{ .Values.starrocksCnSpec.fsGroup }}
fsGroup: {{ .Values.starrocksCnSpec.fsGroup }}
{{- if .Values.starrocksCnSpec.nodeSelector }}
nodeSelector:
{{ toYaml .Values.starrocksCnSpec.nodeSelector | indent 6 }}
Expand All @@ -116,4 +116,4 @@ spec:
configMapInfo:
configMapName: {{template "starrockscluster.cn.configmap.name" . }}
resolveKey: cn.conf
{{- end }}
{{- end }}

0 comments on commit 41a52ac

Please sign in to comment.