Skip to content

Commit

Permalink
release: 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Oct 8, 2024
1 parent f961666 commit b10e016
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 107 deletions.
2 changes: 1 addition & 1 deletion charts/mint/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 3.4.3-alpha.5
version: 3.4.3
# 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.
Expand Down
2 changes: 1 addition & 1 deletion charts/mint/templates/mic-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
ports:
- name: "http"
port: 80
targetPort: 3000
targetPort: 80
{{ if eq .Values.service.type "NodePort" }}
nodePort: {{ include "helm.mic_ui_node_port" . }}
{{ end }}
Expand Down
Loading

0 comments on commit b10e016

Please sign in to comment.