From bf8999b3fd4fee965768345aa713c8dfedaff5b9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 26 May 2024 02:16:01 -0400 Subject: [PATCH] fic(teslamate) bugfix teslamate port (#22465) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Fixes the incorrect teslamate port ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** updated the port manually in scale and it worked properly **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/incubator/teslamate/Chart.yaml | 2 +- charts/incubator/teslamate/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/teslamate/Chart.yaml b/charts/incubator/teslamate/Chart.yaml index d199789758d..0e046d49214 100644 --- a/charts/incubator/teslamate/Chart.yaml +++ b/charts/incubator/teslamate/Chart.yaml @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/teslamate - https://hub.docker.com/r/teslamate/teslamate type: application -version: 1.0.6 +version: 1.0.7 diff --git a/charts/incubator/teslamate/questions.yaml b/charts/incubator/teslamate/questions.yaml index c38dd3f1b98..8c5300fd6c8 100644 --- a/charts/incubator/teslamate/questions.yaml +++ b/charts/incubator/teslamate/questions.yaml @@ -74,7 +74,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 10038 + default: 4000 required: true # Include{externalInterfaces}