Commit Graph
100 Commits
Author SHA1 Message Date
Kjeld Schouten f949442a4a feat(unpoller): add grafana dashboards 2024-02-27 21:53:16 +01:00
Kjeld SchoutenandGitHub d6731031c5 Update install_dependencies.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-27 19:37:19 +01:00
Kjeld Schouten c173751af9 fix(cert-manager): correct some grafana dashboard issues 2024-02-27 18:58:10 +01:00
Kjeld Schouten 7f9e719aa8 bump blocky 2024-02-27 18:53:09 +01:00
Kjeld Schouten 735568a462 fix(blocky): correct some grafana issues 2024-02-27 18:51:47 +01:00
Kjeld Schouten e1163036b8 no message 2024-02-27 18:23:53 +01:00
Kjeld Schouten 923ad8a082 Merge branch 'master' of github.com:truecharts/charts
# Conflicts:
#	charts/enterprise/blocky/Chart.yaml
#	charts/enterprise/blocky/values.yaml
#	charts/enterprise/traefik/Chart.yaml
#	charts/enterprise/traefik/values.yaml
#	charts/operators/cert-manager/Chart.yaml
#	charts/operators/cert-manager/values.yaml
#	charts/operators/cloudnative-pg/Chart.yaml
#	charts/stable/prowlarr/Chart.yaml
#	charts/stable/prowlarr/values.yaml
2024-02-27 18:22:25 +01:00
Kjeld Schouten 3ba099011a fix: correct grafana dashboard label 2024-02-27 18:17:01 +01:00
Kjeld SchoutenandGitHub ca4edb9ed1 feat: add grafana dashboards (#18699)
**Description**
We really need to expand the metrics system, this adds some grafana
dashboards

**⚙️ 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 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._
2024-02-27 17:52:56 +01:00
Kjeld Schouten d66746cae5 chore: pre-commit cleanup 2024-02-27 16:46:41 +01:00
Kjeld SchoutenandGitHub f19dfd867c Delete charts/incubator/mimir directory
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-27 16:43:13 +01:00
Kjeld SchoutenandGitHub fa19c513d6 Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-27 16:40:59 +01:00
Kjeld Schouten 5c4e232100 chore(prometheus-operator): don't ship dashboards with operator 2024-02-27 15:56:11 +01:00
Kjeld Schouten 4415194797 chore(prometheus): move all exporters to KPS dependency and get rid of some self-build dependencies 2024-02-27 15:36:57 +01:00
Kjeld Schouten 00389e8fb0 Merge branch 'master' of github.com:truecharts/charts
# Conflicts:
#	charts/incubator/mimir/Chart.yaml
2024-02-27 13:59:54 +01:00
Kjeld Schouten 9da406ef87 feat(mimir): update mimir to contain kube-prometheus-stack exporters and dashboards for feature parity 2024-02-27 13:59:10 +01:00
Kjeld Schouten 6ba33766af fix(mimir): correct mimir datasource settings for grafana 2024-02-26 23:54:22 +01:00
Kjeld Schouten e4f9b18d19 fix(mimir): ensure integrated minio is enabled for now 2024-02-26 22:40:42 +01:00
Kjeld Schouten 7799f5e919 fix(mimir): try another requests patch 2024-02-26 22:28:48 +01:00
Kjeld Schouten c22c68f692 fix(mimir): force remove mimir dashboard annoations 2024-02-26 22:02:58 +01:00
Kjeld Schouten 3ae1d80bdd fix(mimir): correct datasource type mismatch 2024-02-26 21:58:22 +01:00
Kjeld Schouten fe8f5b8911 Fix mimir metametrics mistake 2024-02-26 21:48:13 +01:00
Kjeld Schouten a045e5d240 Fix mimir metametrics mistake 2024-02-26 21:48:05 +01:00
Kjeld Schouten b8820f43f8 fix(mimir): fix mimir dashboard url 2024-02-26 21:32:51 +01:00
Kjeld SchoutenandGitHub 8eb96b672c Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-26 21:15:37 +01:00
Kjeld SchoutenandGitHub d79af764c2 feat(mimir): enable grafana-agent features (#18674)
**Description**
This enables grafana-agent based features for mimir

**⚙️ 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 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._
2024-02-26 18:27:07 +01:00
Kjeld Schouten f5122190d0 ci: move from prometheus-operator to grafana-agent-operator 2024-02-26 17:38:36 +01:00
Kjeld SchoutenandGitHub 5a56b3f314 Add mimir (#18671)
**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)-->

**⚙️ Type of change**

- [ ] ⚙️ 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 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._
2024-02-26 17:37:36 +01:00
Kjeld SchoutenandGitHub 4db2ce1807 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-25 15:28:04 +01:00
Kjeld SchoutenandGitHub 8cb7c2490a feat(grafana): BREAKING CHANGE use postgresql for HA (#18561)
**Description**
Appearently Grafana can use postgresql instead of sqllite for its
internal database.
meanshile sqllite is causing issues without our HA grafana setup

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ 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 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._
2024-02-25 15:23:19 +01:00
Kjeld Schouten 242d2b35a8 chore: bump everything to fix intel gpu issues 2024-02-25 12:01:58 +01:00
Kjeld Schouten 2d2d8894a5 chore(bitmagnet): move to stable 2024-02-24 10:10:26 +01:00
Kjeld Schouten e2ec0b02c6 chore: BREAKING CHANGE remove SCALE-GPU GUI support in favor of custom-GPU GUI 2024-02-24 09:34:20 +01:00
Kjeld SchoutenandGitHub 206feb9feb Delete charts/stable/projectzomboidreporter-frontend directory
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 22:31:01 +01:00
Kjeld SchoutenandGitHub bdcb1e907e Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:16:08 +01:00
Kjeld SchoutenandGitHub d9af61abed Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:13:52 +01:00
Kjeld SchoutenandGitHub 5b9717e823 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:13:18 +01:00
Kjeld SchoutenandGitHub 0affdf424b Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:12:31 +01:00
Kjeld SchoutenandGitHub 828fa34de0 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:12:09 +01:00
Kjeld Schouten 9223c9fe54 add catalog-templates test 2024-02-21 16:29:50 +01:00
Kjeld Schouten a7cac7c345 fix some catalog test failures 2024-02-21 16:24:48 +01:00
Kjeld SchoutenandGitHub 8e2d41841c Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 15:30:59 +01:00
Kjeld Schouten a813793ea5 chore: cut down on licenses and move Nextcloud to enterprise train 2024-02-21 14:34:59 +01:00
Kjeld Schouten 05855cf33b remove last dev-container reference 2024-02-21 14:28:40 +01:00
Kjeld Schouten 5947cb5842 fix(ci): remove reference to removed script from scale release pipeline 2024-02-21 14:25:58 +01:00
Kjeld Schouten 76e3456805 fix(ci): another ci fix 2024-02-21 13:34:30 +01:00
Kjeld Schouten ac153ecec5 Merge branch 'master' of github.com:truecharts/charts 2024-02-21 13:32:06 +01:00
Kjeld Schouten c613037119 chore(ci): cleanup helm repos and use OCI more often 2024-02-21 13:31:44 +01:00
Kjeld Schouten 5ebe767e45 chore(velero): move to OCI helm repo 2024-02-21 12:51:51 +01:00
Kjeld Schouten e010e5f926 kubeapps back to token for now 2024-02-21 12:45:45 +01:00
Kjeld Schouten 13b6cc42cb fix(ci): remove old buildcode and patch prep-help to ignore deps repo 2024-02-21 12:45:11 +01:00
Kjeld Schouten bfb4891471 fix(ci): fix release pipeline again 2024-02-21 01:34:10 +01:00
Kjeld Schouten 3f82666c29 fix(ci): correct mistake in CI 2024-02-21 01:27:45 +01:00
Kjeld SchoutenandGitHub 96042481e7 feat(ci): move catalog generation to charttool (#18451)
**Description**
This changes does a dirty implementation of charttool for catalog
building

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [ ] ⚖️ 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 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._
2024-02-21 01:22:20 +01:00
Kjeld SchoutenandGitHub 50e6e697ad Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-19 20:02:51 +01:00
Kjeld SchoutenandGitHub b9a265cf77 Update catalog-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-19 15:03:00 +01:00
Kjeld SchoutenandGitHub 347c22702c Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-19 14:56:13 +01:00
Kjeld SchoutenandGitHub 998fe753aa Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 14:32:44 +01:00
Kjeld Schouten 07c3b1c599 Merge branch 'master' of github.com:truecharts/charts 2024-02-17 14:15:38 +01:00
Kjeld Schouten 86f4fd1f75 no message 2024-02-17 14:15:20 +01:00
512dea10b6 feat(kubeapps): add support for tokenless login (#18259)
**Description**
This adds alpha code to test if we can make kubeapps work without pesky
token login.

**⚙️ Type of change**

- [ ] ⚙️ 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:**
For production use of this, users should explicitly:
A. Setup NetworkPolicies
B. Add a GOOD authentication proxy in front

**✔️ 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 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 <info@kjeldschouten.nl>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-02-17 13:40:00 +01:00
Kjeld SchoutenandGitHub b874cffb26 Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 13:01:35 +01:00
Kjeld SchoutenandGitHub 6cd5139c5b chore(licensing): move to AGPL
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 12:59:38 +01:00
Kjeld SchoutenandGitHub 5a8e4c24cd Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-16 17:13:49 +01:00
Kjeld SchoutenandGitHub 1dc43a5e55 Update catalog-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-16 16:43:52 +01:00
Kjeld SchoutenandGitHub 9cbb43f474 Update catalog-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-16 16:15:07 +01:00
Kjeld Schouten a07c7f57d3 Revert "feat(kubeapps): add tokenlessloginoption"
This reverts commit b7ab46c33b.
2024-02-16 15:27:58 +01:00
Kjeld Schouten ce9d71d611 Revert "ahh yes"
This reverts commit bc603c4c24.
2024-02-16 15:27:54 +01:00
Kjeld Schouten bc603c4c24 ahh yes 2024-02-16 15:26:44 +01:00
Kjeld Schouten b7ab46c33b feat(kubeapps): add tokenlessloginoption 2024-02-16 15:26:09 +01:00
Kjeld SchoutenandGitHub 150fcccfda Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:47:44 +01:00
Kjeld SchoutenandGitHub 925d88e556 Update ct-install.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:47:23 +01:00
Kjeld SchoutenandGitHub 03384a9406 Update ct-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:47:10 +01:00
Kjeld SchoutenandGitHub 40c346e789 chore: add our own GPU GUI for SCALE (#18254)
**Description**
We want to migrate away from using TrueNAS-Only GPU elements where we
can.
On top of this, the "allocate x" language in the way iX-Systems has
designed the GPU selection GUI is *terrible*.

This replaces said GUI with our own.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ 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:**
For the NVIDIA GPU's to work, we likely need a runtime selection trick
added to common.

**✔️ 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 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>
2024-02-15 19:37:04 +01:00
Kjeld SchoutenandGitHub fa6f561f30 chore: BREAKING CHANGE, remove scale certs on ingressList
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:02:48 +01:00
Kjeld SchoutenandGitHub 2c639fc071 chore: BREAKING CHANGE, remove scale certs on ingress
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:02:18 +01:00
Kjeld Schouten 59aef2b79d remove dev and unstable 2024-02-14 18:11:03 +01:00
Kjeld Schouten fda7a69967 Merge branch 'master' of github.com:truecharts/charts 2024-02-14 18:06:12 +01:00
Kjeld Schouten 203eac1d6d remove postgresql deps 2024-02-14 18:06:00 +01:00
Kjeld Schouten 2cfaf03ecd hmm 2024-02-14 17:52:46 +01:00
Kjeld Schouten 8a1d4687df fix some things missing in oci 2024-02-14 17:51:29 +01:00
Kjeld Schouten e9e83da4a1 no message 2024-02-14 17:42:45 +01:00
Kjeld Schouten f4117a52fe no message 2024-02-14 17:39:39 +01:00
Kjeld Schouten 7a735f16fe Merge branch 'master' of github.com:truecharts/charts 2024-02-14 17:33:49 +01:00
Kjeld Schouten 05e169ef6f fixing an oopsie 2024-02-14 17:32:59 +01:00
Kjeld Schouten a3e0d3fb2f no message 2024-02-14 17:29:01 +01:00
Kjeld Schouten 0f69b32941 Don't use devcontainer anymore 2024-02-14 17:24:37 +01:00
Kjeld Schouten 8f357b0372 chore: Move all truecharts deps to use oci instead of http repo 2024-02-14 17:21:05 +01:00
Kjeld Schouten 26dea1706b no message 2024-02-14 17:13:42 +01:00
Kjeld SchoutenandGitHub 3ca346bbd3 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 17:03:44 +01:00
Kjeld Schouten a17afe1026 chore(ci): update helm on release pipeline 2024-02-14 17:02:56 +01:00
Kjeld SchoutenandGitHub d26a27f9c8 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 16:57:38 +01:00
Kjeld SchoutenandGitHub 26bfe56f75 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 16:55:49 +01:00
Kjeld Schouten 83c787ad46 feat(ci): add OCI push to deps. 2024-02-14 16:52:43 +01:00
Kjeld SchoutenandGitHub be093f9868 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 11:58:59 +01:00
Kjeld SchoutenandGitHub a316e701d2 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 11:58:48 +01:00
Kjeld Schouten 671a58f7a1 feat(kubeapps): move to enterprise train, finished testing 2024-02-13 13:57:34 +01:00
Kjeld Schouten 6ae2dde7a1 no message 2024-02-13 13:36:23 +01:00
Kjeld Schouten 74dcc8cfc9 Merge branch 'master' of github.com:truecharts/charts 2024-02-13 13:36:15 +01:00
Kjeld Schouten caca9f28b4 no message 2024-02-13 13:35:58 +01:00