Commit Graph

38 Commits

Author SHA1 Message Date
TrueCharts Bot 6d9d197664
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12727) 2023-09-19 01:28:08 +02:00
TrueCharts Bot 1d39b9c57b
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12638) 2023-09-16 01:37:58 +02:00
TrueCharts Bot a0527e81c0
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12534) 2023-09-13 00:33:41 +02:00
TrueCharts Bot 8811fa48a2
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12441) 2023-09-10 00:31:41 +02:00
TrueCharts Bot ae0b5ff5d1
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12325) 2023-09-07 06:35:30 +02:00
TrueCharts Bot 5de9ae8399
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11983) 2023-08-29 05:10:55 +02:00
TrueCharts Bot 4809f54724
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11928) 2023-08-27 08:36:03 +02:00
TrueCharts Bot 8239557840
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11806) 2023-08-24 18:35:56 +02:00
TrueCharts Bot ad37116cb5
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11721) 2023-08-20 03:54:35 +02:00
TrueCharts Bot 432969b7c2
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11578) 2023-08-18 20:37:03 +02:00
TrueCharts Bot 1107fc5ce1
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11479) 2023-08-12 20:37:52 +02:00
TrueCharts Bot 1539b9dd27
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11367) 2023-08-09 19:35:51 +02:00
TrueCharts Bot cb36ed3845
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11268) 2023-08-07 02:55:55 +02:00
TrueCharts Bot b84e7d91c8
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11095) 2023-08-06 11:50:40 +02:00
TrueCharts Bot db5e25e818
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10928) 2023-07-28 18:33:50 +02:00
TrueCharts Bot 0a1bd7e8d2
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10837) 2023-07-25 18:35:35 +02:00
TrueCharts Bot 9a9106a816
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10776) 2023-07-23 21:32:36 +02:00
TrueCharts Bot 22c97883ca
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10676) 2023-07-20 21:31:47 +02:00
TrueCharts Bot c80bbf1514
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10545) 2023-07-17 20:34:04 +02:00
TrueCharts Bot 2436dda388
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10526) 2023-07-17 05:09:48 +02:00
TrueCharts Bot 5ccb952833
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10452) 2023-07-14 05:03:40 +02:00
gismo2004 a87b6dd934
fix(prometheus-metrics) update grafana/node-exporter/kube-state-metrics (#10413)
**Description**
fix metrics for grafana/node-exporter/kube-state-metrics
this finally fixes https://github.com/truecharts/charts/issues/9163 (app
start was already fixed by
https://github.com/truecharts/charts/pull/9855 and previous PRs)
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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
- [ ] ⚠️ 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

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-07-12 09:39:18 +02:00
TrueCharts Bot cd5a572548
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10377) 2023-07-11 02:55:13 +02:00
TrueCharts Bot 416bbc0e78
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10300) 2023-07-08 14:43:43 +02:00
TrueCharts Bot 6a914c4d17
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10072) 2023-07-04 20:46:16 +02:00
TrueCharts Bot 66fb326b8a
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10014) 2023-06-28 19:39:01 +02:00
TrueCharts Bot e720a776c2
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9893) 2023-06-25 18:35:39 +02:00
TrueCharts Bot 47a5b4784d
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9828) 2023-06-22 18:38:27 +02:00
TrueCharts Bot ecb8c942c0
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9812) 2023-06-21 19:35:13 +02:00
TrueCharts Bot 25d74f1a9e
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9747) 2023-06-18 19:36:38 +02:00
TrueCharts Bot 50d7809b85
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9682) 2023-06-16 06:43:45 +02:00
TrueCharts Bot 9dcc5fad71
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9619) 2023-06-14 07:37:29 +02:00
TrueCharts Bot ecdc7cdb36
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9556) 2023-06-10 13:27:39 +02:00
TrueCharts Bot 01324e2bda
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9316) 2023-06-09 11:19:13 +02:00
Kjeld Schouten 8f977e4052
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-06-09 08:58:38 +02:00
TrueCharts Bot 9c8e04580c
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.8.2 (#9136)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/kube-state-metrics](https://togithub.com/truecharts/containers)
| digest | `e7b9fbc` -> `35a4457` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:21:50 +02:00
Stavros Kois 702a0c3aba
chore(ci): Improved lint speed (#8809)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

TODO: Switch to scripted checks (To replace ct-list's tasks):
- [x] Helm Lint
- [x] Version Checking
- [x] Run the lint inside the devcontainer (so it have the below tools
available)
- [x] YAML Schema check on Chart.yaml
- [ ] Maintener check on Chart.yaml (Moved to another PR in the future)
- [x] YAML Lint on Chart.yaml
- [x] YAML Lint on values.yaml
- [x] Sort output of lint results (failed on the bottom)
- [x] Combine verify deps in the lint job, since the verification runs
inside the fetch dep (which runs on lint job too)
- [x] Remove one of the 2 "get changed" functions (one based on tags
other on commit)
After that, move linting to single step 


https://github.com/helm/chart-testing/blob/main/pkg/tool/linter.go
https://github.com/helm/chart-testing/blob/main/pkg/tool/account.go

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 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

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-05-23 10:26:41 +02:00
Kjeld Schouten f77f88d8a2
add(kube-state-metrics): add kube-state-metrics to dependency train (#9060)
**Description**
As bitnami does not sign their helm-charts, we cannot use it as a
dependency.
Hence creating our own.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 11:11:20 +02:00