diff --git a/charts/incubator/mealie/Chart.yaml b/charts/incubator/mealie/Chart.yaml index 66f69cc7297..2afdf139c65 100644 --- a/charts/incubator/mealie/Chart.yaml +++ b/charts/incubator/mealie/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: mealie sources: - https://github.com/hay-kot/mealie -version: 1.1.5 +version: 1.1.6 diff --git a/charts/incubator/mealie/SCALE/ix_values.yaml b/charts/incubator/mealie/SCALE/ix_values.yaml index 92027f7dd62..3ddd4a6efb3 100644 --- a/charts/incubator/mealie/SCALE/ix_values.yaml +++ b/charts/incubator/mealie/SCALE/ix_values.yaml @@ -8,7 +8,7 @@ image: # -- image repository repository: hkotel/mealie # -- image tag - tag: v0.4.3 + tag: v0.5.1 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/incubator/mealie/values.yaml b/charts/incubator/mealie/values.yaml index 8262b72c2e7..2023db28b3f 100644 --- a/charts/incubator/mealie/values.yaml +++ b/charts/incubator/mealie/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: hkotel/mealie # -- image tag - tag: v0.4.3 + tag: v0.5.1 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 9e09770dfdd..354a6a5d139 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/esphome/esphome - https://hub.docker.com/u/esphome type: application -version: 6.1.5 +version: 6.1.6 diff --git a/charts/stable/esphome/SCALE/ix_values.yaml b/charts/stable/esphome/SCALE/ix_values.yaml index 74246b558c1..02b1553a19b 100644 --- a/charts/stable/esphome/SCALE/ix_values.yaml +++ b/charts/stable/esphome/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: esphome/esphome pullPolicy: IfNotPresent - tag: 1.18.0 + tag: 1.19.2 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 2bc95bc967c..76f0b643bbe 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -3,7 +3,7 @@ image: repository: esphome/esphome pullPolicy: IfNotPresent - tag: 1.18.0 + tag: 1.19.2 strategy: type: Recreate