Skip to content

Commit

Permalink
Bump version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq authored Sep 27, 2024
1 parent a3d0368 commit fbae849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/priobike-mqtt/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: 0.3.0
version: 0.4.0

# 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
Expand Down
4 changes: 2 additions & 2 deletions charts/priobike-mqtt/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
data:
MQTT_PORT: {{ .Values.containerPort | quote }}
EMQX_CLUSTER__DISCOVERY_STRATEGY: dns
EMQX_CLUSTER__DNS__NAME: |
EMQX_CLUSTER__DNS__NAME: |-
priobike-mqtt-service.
{{- (.Values.global).namespace | default .Values.namespace | required "A valid .Values.namespace or .Values.global.namespace entry required!" -}}
.svc.cluster.local
EMQX_CLUSTER__DNS__RECORD_TYPE: a
EMQX_AUTHENTICATION__1__URL: |
EMQX_AUTHENTICATION__1__URL: |-
http://
{{- required "A valid .Values.mqttAuthenticatorServiceName entry required!" .Values.mqttAuthenticatorServiceName -}}
.
Expand Down

0 comments on commit fbae849

Please sign in to comment.