Skip to content

Commit

Permalink
build(mosquitto): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JacekZubielik committed Aug 20, 2024
1 parent ccff10a commit c587e37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/mosquitto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.0.18
description: Eclipse Mosquitto MQTT
name: mosquitto
version: 0.0.2
version: 0.0.3
type: application
keywords:
- mqtt
Expand Down
12 changes: 6 additions & 6 deletions charts/mosquitto/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,27 +107,27 @@ spec:
- name: mosquitto-conf
mountPath: /mosquitto/config/mosquitto.conf
subPath: mosquitto.conf
readOnly: true
readOnly: false
- name: mosquitto-passwd
mountPath: /mosquitto/password_file
subPath: password_file
readOnly: true
readOnly: false
- name: mosquitto-ca-cert
mountPath: /mosquitto/config/certs/ca.crt
subPath: ca.crt
readOnly: true
readOnly: false
- name: mosquitto-server-cert
mountPath: /mosquitto/config/certs/server.crt
subPath: server.crt
readOnly: true
readOnly: false
- name: mosquitto-server-key
mountPath: /mosquitto/config/certs/server.key
subPath: server.key
readOnly: true
readOnly: false
- name: mosquitto-data
mountPath: /mosquitto
subPath: mosquitto
readOnly: true
readOnly: false
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumes:
Expand Down

0 comments on commit c587e37

Please sign in to comment.