diff --git a/stable/mosquitto/5.0.1/ix_values.yaml b/stable/mosquitto/5.0.1/ix_values.yaml
deleted file mode 100644
index 253cc2be772..00000000000
--- a/stable/mosquitto/5.0.1/ix_values.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-image:
- # -- image repository
- repository: tccr.io/truecharts/eclipse-mosquitto
- # -- image tag
- tag: v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216
- # -- image pull policy
- pullPolicy: IfNotPresent
-
-# -- Configures service settings for the chart. Normally this does not need to be modified.
-# @default -- See values.yaml
-service:
- main:
- ports:
- main:
- port: 1883
- targetPort: 1883
-
-auth:
- # -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
- enabled: false
-
-persistence:
- # -- Configure a persistent volume to place mosquitto data in.
- # When enabled, this enables `persistence` and `persistence_location` in the mosquitto config.
- # @default -- See values.yaml
- data:
- enabled: true
- mountPath: "/mosquitto/data"
- # -- Configure a persistent volume to place *.conf mosquitto-config-files in.
- # When enabled, this gets set as `include_dir` in the mosquitto config.
- # @default -- See values.yaml
- configinc:
- enabled: true
- mountPath: "/mosquitto/configinc"
diff --git a/stable/mosquitto/5.0.1/CHANGELOG.md b/stable/mosquitto/5.0.2/CHANGELOG.md
similarity index 91%
rename from stable/mosquitto/5.0.1/CHANGELOG.md
rename to stable/mosquitto/5.0.2/CHANGELOG.md
index 67bab4e2f8a..84dffb5874b 100644
--- a/stable/mosquitto/5.0.1/CHANGELOG.md
+++ b/stable/mosquitto/5.0.2/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [mosquitto-5.0.2](https://github.com/truecharts/apps/compare/mosquitto-5.0.1...mosquitto-5.0.2) (2022-03-14)
+
+#### Fix
+
+* remove portal button ([#2164](https://github.com/truecharts/apps/issues/2164))
+
+
+
### [mosquitto-5.0.1](https://github.com/truecharts/apps/compare/mosquitto-5.0.0...mosquitto-5.0.1) (2022-03-07)
@@ -88,12 +97,3 @@
* update helm general non-major helm releases ([#1828](https://github.com/truecharts/apps/issues/1828))
-
-
-
-### [mosquitto-4.0.37](https://github.com/truecharts/apps/compare/mosquitto-4.0.36...mosquitto-4.0.37) (2022-01-25)
-
-#### Chore
-
-* update helm general non-major helm releases ([#1791](https://github.com/truecharts/apps/issues/1791))
-
diff --git a/stable/mosquitto/5.0.1/CONFIG.md b/stable/mosquitto/5.0.2/CONFIG.md
similarity index 100%
rename from stable/mosquitto/5.0.1/CONFIG.md
rename to stable/mosquitto/5.0.2/CONFIG.md
diff --git a/stable/mosquitto/5.0.1/Chart.lock b/stable/mosquitto/5.0.2/Chart.lock
similarity index 78%
rename from stable/mosquitto/5.0.1/Chart.lock
rename to stable/mosquitto/5.0.2/Chart.lock
index a964d180923..370c59885cc 100644
--- a/stable/mosquitto/5.0.1/Chart.lock
+++ b/stable/mosquitto/5.0.2/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 9.1.2
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
-generated: "2022-03-07T16:43:30.129182204Z"
+generated: "2022-03-14T18:47:09.839734687Z"
diff --git a/stable/mosquitto/5.0.1/Chart.yaml b/stable/mosquitto/5.0.2/Chart.yaml
similarity index 97%
rename from stable/mosquitto/5.0.1/Chart.yaml
rename to stable/mosquitto/5.0.2/Chart.yaml
index 70e34c9e352..2635fb7461f 100644
--- a/stable/mosquitto/5.0.1/Chart.yaml
+++ b/stable/mosquitto/5.0.2/Chart.yaml
@@ -21,7 +21,7 @@ name: mosquitto
sources:
- https://github.com/eclipse/mosquitto
type: application
-version: 5.0.1
+version: 5.0.2
annotations:
truecharts.org/catagories: |
- homeautomation
diff --git a/stable/mosquitto/5.0.1/README.md b/stable/mosquitto/5.0.2/README.md
similarity index 100%
rename from stable/mosquitto/5.0.1/README.md
rename to stable/mosquitto/5.0.2/README.md
diff --git a/stable/mosquitto/5.0.1/app-readme.md b/stable/mosquitto/5.0.2/app-readme.md
similarity index 100%
rename from stable/mosquitto/5.0.1/app-readme.md
rename to stable/mosquitto/5.0.2/app-readme.md
diff --git a/stable/mosquitto/5.0.1/charts/common-9.1.2.tgz b/stable/mosquitto/5.0.2/charts/common-9.1.2.tgz
similarity index 100%
rename from stable/mosquitto/5.0.1/charts/common-9.1.2.tgz
rename to stable/mosquitto/5.0.2/charts/common-9.1.2.tgz
diff --git a/stable/mosquitto/5.0.1/helm-values.md b/stable/mosquitto/5.0.2/helm-values.md
similarity index 58%
rename from stable/mosquitto/5.0.1/helm-values.md
rename to stable/mosquitto/5.0.2/helm-values.md
index 653629a3da8..5248c779425 100644
--- a/stable/mosquitto/5.0.1/helm-values.md
+++ b/stable/mosquitto/5.0.2/helm-values.md
@@ -12,11 +12,14 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| auth.enabled | bool | `false` | By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. |
-| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
-| image.repository | string | `"tccr.io/truecharts/eclipse-mosquitto"` | image repository |
-| image.tag | string | `"v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216"` | image tag |
-| persistence.configinc | object | See values.yaml | Configure a persistent volume to place *.conf mosquitto-config-files in. When enabled, this gets set as `include_dir` in the mosquitto config. |
-| persistence.data | object | See values.yaml | Configure a persistent volume to place mosquitto data in. When enabled, this enables `persistence` and `persistence_location` in the mosquitto config. |
-| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"tccr.io/truecharts/eclipse-mosquitto"` | |
+| image.tag | string | `"v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216"` | |
+| persistence.configinc.enabled | bool | `true` | |
+| persistence.configinc.mountPath | string | `"/mosquitto/configinc"` | |
+| persistence.data.enabled | bool | `true` | |
+| persistence.data.mountPath | string | `"/mosquitto/data"` | |
+| service.main.ports.main.port | int | `1883` | |
+| service.main.ports.main.targetPort | int | `1883` | |
All Rights Reserved - The TrueCharts Project
diff --git a/stable/mosquitto/5.0.2/ix_values.yaml b/stable/mosquitto/5.0.2/ix_values.yaml
new file mode 100644
index 00000000000..19045d708ed
--- /dev/null
+++ b/stable/mosquitto/5.0.2/ix_values.yaml
@@ -0,0 +1,23 @@
+image:
+ repository: tccr.io/truecharts/eclipse-mosquitto
+ tag: v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216
+ pullPolicy: IfNotPresent
+
+service:
+ main:
+ ports:
+ main:
+ port: 1883
+ targetPort: 1883
+
+auth:
+ # -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
+ enabled: false
+
+persistence:
+ data:
+ enabled: true
+ mountPath: "/mosquitto/data"
+ configinc:
+ enabled: true
+ mountPath: "/mosquitto/configinc"
diff --git a/stable/mosquitto/5.0.1/questions.yaml b/stable/mosquitto/5.0.2/questions.yaml
similarity index 99%
rename from stable/mosquitto/5.0.1/questions.yaml
rename to stable/mosquitto/5.0.2/questions.yaml
index 55e7c6843bc..adfd429f130 100644
--- a/stable/mosquitto/5.0.1/questions.yaml
+++ b/stable/mosquitto/5.0.2/questions.yaml
@@ -25,30 +25,8 @@ groups:
description: "Addon Configuration"
- name: "Advanced"
description: "Advanced Configuration"
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_portal_protocol"
- host:
- - "$kubernetes-resource_configmap_portal_host"
- ports:
- - "$kubernetes-resource_configmap_portal_port"
+portals: {}
questions:
- - variable: portal
- group: "Container Image"
- label: "Configure Portal Button"
- schema:
- type: dict
- hidden: true
- attrs:
- - variable: enabled
- label: "Enable"
- description: "enable the portal button"
- schema:
- hidden: true
- editable: false
- type: boolean
- default: true
- variable: global
label: "global settings"
group: "Controller"
diff --git a/stable/mosquitto/5.0.1/security.md b/stable/mosquitto/5.0.2/security.md
similarity index 100%
rename from stable/mosquitto/5.0.1/security.md
rename to stable/mosquitto/5.0.2/security.md
diff --git a/stable/mosquitto/5.0.1/templates/common.yaml b/stable/mosquitto/5.0.2/templates/common.yaml
similarity index 100%
rename from stable/mosquitto/5.0.1/templates/common.yaml
rename to stable/mosquitto/5.0.2/templates/common.yaml
diff --git a/stable/mosquitto/5.0.1/templates/configmap.yaml b/stable/mosquitto/5.0.2/templates/configmap.yaml
similarity index 100%
rename from stable/mosquitto/5.0.1/templates/configmap.yaml
rename to stable/mosquitto/5.0.2/templates/configmap.yaml
diff --git a/stable/mosquitto/5.0.1/values.yaml b/stable/mosquitto/5.0.2/values.yaml
similarity index 100%
rename from stable/mosquitto/5.0.1/values.yaml
rename to stable/mosquitto/5.0.2/values.yaml