Skip to content

Commit

Permalink
fix: enabled catalog explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jun 27, 2024
1 parent 29073cf commit d9eb526
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion charts/mint/templates/model-catalog-endpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ spec:
httpGet:
path: /
port: http

volumes:
- name: config
{{- if .Values.components.model_catalog_endpoint.persistence.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/mint/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ components:
annotations:
helm.sh/resource-policy: keep
model_catalog_explorer:
enabled: false
enabled: true
image:
repository: mintproject/model-catalog-explorer
tag: 0b2f9f0a9124076aeb492add2f123d0757066f6b
Expand Down

0 comments on commit d9eb526

Please sign in to comment.