Skip to content

Commit

Permalink
fix: Fix the swagger switch in the helm chart (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Dec 16, 2024
1 parent 6e8806e commit e5299c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion backend/console/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# specific language governing permissions and limitations under the License.
#

springfox.documentation.enabled=true
springdoc.api-docs.enabled=true
springdoc.swagger-ui.enabled=true
higress-console.build.version=@app.build.version@
higress-console.build.dev=@app.build.dev@
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: higress-console
description: Management console for Higress
type: application
version: 1.4.2
version: 1.4.6
sources:
- https://github.com/higress-group/higress-console
appVersion: "1.4.2"
appVersion: "1.4.6"
4 changes: 3 additions & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ spec:
{{- end }}
- name: HIGRESS_CONSOLE_CONTROLLER_INGRESS_CLASS_NAME
value: {{ .Values.global.ingressClass }}
- name: SPRINGFOX_DOCUMENTATION_ENABLED
- name: SPRINGDOC_API_DOCS_ENABLED
value: "{{ .Values.swagger.enabled }}"
- name: SPRINGDOC_SWAGGER_UI_ENABLED
value: "{{ .Values.swagger.enabled }}"
ports:
- name: http
Expand Down

0 comments on commit e5299c1

Please sign in to comment.