diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 735e478ece9..6d820897a43 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto - https://github.com/eclipse/mosquitto type: application -version: 6.1.1 +version: 6.1.2 annotations: truecharts.org/catagories: | - homeautomation diff --git a/charts/stable/mosquitto/questions.yaml b/charts/stable/mosquitto/questions.yaml index bcf31903ef9..87a8353bbde 100644 --- a/charts/stable/mosquitto/questions.yaml +++ b/charts/stable/mosquitto/questions.yaml @@ -130,6 +130,16 @@ questions: # Include{ingressDefault} # Include{ingressTLS} # Include{ingressTraefik} +# Include{ingressExpert} + - variable: websockets + label: "WebSockets Ingress" + schema: + additional_attrs: true + type: dict + attrs: +# Include{ingressDefault} +# Include{ingressTLS} +# Include{ingressTraefik} # Include{ingressExpert} # Include{ingressList} # Include{security} diff --git a/charts/stable/mosquitto/values.yaml b/charts/stable/mosquitto/values.yaml index 03758842082..0a28df437d0 100644 --- a/charts/stable/mosquitto/values.yaml +++ b/charts/stable/mosquitto/values.yaml @@ -17,6 +17,10 @@ service: port: 9001 targetPort: 9001 +ingress: + websockets: + autoLink: true + auth: # -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. enabled: false