File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ type: application
3131# This is the chart version. This version number should be incremented each time you make changes
3232# to the chart and its templates, including the app version.
3333# Versions are expected to follow Semantic Versioning (https://semver.org/)
34- version : 2.12.2
34+ version : 2.12.3
3535
3636# This is the version number of the application being deployed. This version number should be
3737# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ data:
215215 {{- if .Values.apisix.nginx.luaSharedDicts }}
216216 lua_shared_dict:
217217 {{- range $dict := .Values.apisix.nginx.luaSharedDicts }}
218- - {{ $dict.name }}: {{ $dict.size }}
218+ {{ $dict.name }}: {{ $dict.size }}
219219 {{- end }}
220220 {{- end }}
221221 {{- if .Values.apisix.nginx.configurationSnippet.main }}
You can’t perform that action at this time.
0 commit comments