Skip to content

Commit

Permalink
fix templating issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chris8205 authored and hylkevds committed Sep 20, 2024
1 parent c68434d commit 09cd334
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm/frost-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: frost-server
version: 2.5.0
appVersion: 2.5.0
Expand Down
6 changes: 0 additions & 6 deletions helm/frost-server/requirements.lock

This file was deleted.

2 changes: 1 addition & 1 deletion helm/frost-server/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FROST-Server's resource | Access URL
HTTP - Homepage | {{ include "frost-server.http.serviceRootUrl" . }}
HTTP - SensorThings API | {{ include "frost-server.http.serviceRootUrl" . }}{{ include "frost-server.http.apiVersion" . }}
{{- if .Values.frost.mqtt.enabled }}
MQTT - TCP | {{ include "frost-server.mqtt.serviceEndpoint" . }}
MQTT - TCP | {{ include "frost-server.mqtt.serviceHost" . }}
MQTT - Websocket | {{ include "frost-server.mqtt.serviceRootUrl" . }}
{{- end }}

Expand Down

0 comments on commit 09cd334

Please sign in to comment.