From d2a53a61e381c8de4eabc80b2c70b64014131158 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 15:28:57 -0300 Subject: [PATCH 01/33] Minio upgrade --- stable/fairwinds-insights/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/fairwinds-insights/Chart.yaml b/stable/fairwinds-insights/Chart.yaml index e7d6ecf6d..399fe066a 100644 --- a/stable/fairwinds-insights/Chart.yaml +++ b/stable/fairwinds-insights/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "10.10" description: A Helm chart to run the Fairwinds Insights server name: fairwinds-insights -version: 0.8.1 +version: 0.8.2 maintainers: - name: rbren - name: mhoss019 @@ -13,8 +13,8 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: postgresql.ephemeral - name: minio - version: 8.0.10 - repository: https://helm.min.io/ + version: 5.0.3 + repository: https://charts.min.io/ condition: minio.install - name: timescaledb-single version: 0.21.* From f7d0bef24ec781ce947598524867584cae2b8f73 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 15:31:00 -0300 Subject: [PATCH 02/33] Docs --- stable/fairwinds-insights/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stable/fairwinds-insights/CHANGELOG.md b/stable/fairwinds-insights/CHANGELOG.md index 71ace3bff..05d3e9ff3 100644 --- a/stable/fairwinds-insights/CHANGELOG.md +++ b/stable/fairwinds-insights/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.8.2 +* Upgrading minio + ## 0.8.1 * Bug fix for timescale secret ## 0.8.0 From 24903c363b02af0e0697bb54ce4cb359ecd9710d Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 15:54:11 -0300 Subject: [PATCH 03/33] Fixed replicas --- stable/fairwinds-insights/README.md | 1 + stable/fairwinds-insights/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 16a7d7b38..628929195 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -169,6 +169,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.resources | object | `{"requests":{"cpu":"50m","memory":"256Mi"}}` | Resources for Minio | | minio.nameOverride | string | `"fw-minio"` | nameOverride to shorten names of Minio resources | | minio.persistence.enabled | bool | `true` | Create a persistent volume for Minio | +| minio.replicas | int | `1` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index a98921619..2caebf724 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -553,7 +553,7 @@ minio: persistence: # -- Create a persistent volume for Minio enabled: true - + replicas: 1 migrateHealthScoreJob: resources: limits: From 384d2a37e443c315a19c51f499f8f1ff01ba86de Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 16:16:56 -0300 Subject: [PATCH 04/33] Bumped minio replicas --- stable/fairwinds-insights/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 2caebf724..6595c1a11 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -553,7 +553,7 @@ minio: persistence: # -- Create a persistent volume for Minio enabled: true - replicas: 1 + replicas: 2 migrateHealthScoreJob: resources: limits: From 4f552d32ecc25d73e6e31479d5e82cc253c0919e Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 16:20:18 -0300 Subject: [PATCH 05/33] Bumped minio replicas --- stable/fairwinds-insights/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 628929195..6a3cfab8a 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -169,7 +169,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.resources | object | `{"requests":{"cpu":"50m","memory":"256Mi"}}` | Resources for Minio | | minio.nameOverride | string | `"fw-minio"` | nameOverride to shorten names of Minio resources | | minio.persistence.enabled | bool | `true` | Create a persistent volume for Minio | -| minio.replicas | int | `1` | | +| minio.replicas | int | `2` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | From c69ab07592bfaa6502d8139b2255ee17d9071a1b Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 16:42:24 -0300 Subject: [PATCH 06/33] Bumped minio replicas --- stable/fairwinds-insights/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 6595c1a11..428a608e4 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -553,7 +553,7 @@ minio: persistence: # -- Create a persistent volume for Minio enabled: true - replicas: 2 + replicas: 6 migrateHealthScoreJob: resources: limits: From e0e5b3cc20615193cc78022e3eb85376e5212330 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 16:43:57 -0300 Subject: [PATCH 07/33] Bumped minio replicas --- stable/fairwinds-insights/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 6a3cfab8a..d28767873 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -169,7 +169,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.resources | object | `{"requests":{"cpu":"50m","memory":"256Mi"}}` | Resources for Minio | | minio.nameOverride | string | `"fw-minio"` | nameOverride to shorten names of Minio resources | | minio.persistence.enabled | bool | `true` | Create a persistent volume for Minio | -| minio.replicas | int | `2` | | +| minio.replicas | int | `6` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | From 568445879ac9818dea091a73194b8eab05bdfca1 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 17:06:56 -0300 Subject: [PATCH 08/33] Bumped minio replicas --- stable/fairwinds-insights/README.md | 2 +- stable/fairwinds-insights/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index d28767873..628929195 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -169,7 +169,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.resources | object | `{"requests":{"cpu":"50m","memory":"256Mi"}}` | Resources for Minio | | minio.nameOverride | string | `"fw-minio"` | nameOverride to shorten names of Minio resources | | minio.persistence.enabled | bool | `true` | Create a persistent volume for Minio | -| minio.replicas | int | `6` | | +| minio.replicas | int | `1` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 428a608e4..2caebf724 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -553,7 +553,7 @@ minio: persistence: # -- Create a persistent volume for Minio enabled: true - replicas: 6 + replicas: 1 migrateHealthScoreJob: resources: limits: From 55d058c2d835343e463b808476859af9976f2ba7 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 17:08:27 -0300 Subject: [PATCH 09/33] Bumped minio replicas --- stable/fairwinds-insights/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 2caebf724..37f5b34d1 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -554,6 +554,7 @@ minio: # -- Create a persistent volume for Minio enabled: true replicas: 1 + drivesPerNode: 1 migrateHealthScoreJob: resources: limits: From 302f9e26c4ba745bd37d641619150148216fbc8c Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 17:09:51 -0300 Subject: [PATCH 10/33] Bumped minio replicas --- stable/fairwinds-insights/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 628929195..331cb0d0c 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -170,6 +170,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.nameOverride | string | `"fw-minio"` | nameOverride to shorten names of Minio resources | | minio.persistence.enabled | bool | `true` | Create a persistent volume for Minio | | minio.replicas | int | `1` | | +| minio.drivesPerNode | int | `1` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | From 0b6d76d7c35b15c72ddd6959cc49a20e17387cf7 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 17:13:25 -0300 Subject: [PATCH 11/33] Removed persistence --- stable/fairwinds-insights/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 37f5b34d1..047c9f3b6 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -552,7 +552,7 @@ minio: nameOverride: fw-minio persistence: # -- Create a persistent volume for Minio - enabled: true + enabled: false replicas: 1 drivesPerNode: 1 migrateHealthScoreJob: From eca226d93f4346210ef920e809828c6f05e8614c Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 17:14:22 -0300 Subject: [PATCH 12/33] Removed persistence --- stable/fairwinds-insights/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 331cb0d0c..566eb9d3e 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -168,7 +168,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.buckets | list | `[{"name":"reports","policy":"none"}]` | Create the following buckets for the newly installed Minio | | minio.resources | object | `{"requests":{"cpu":"50m","memory":"256Mi"}}` | Resources for Minio | | minio.nameOverride | string | `"fw-minio"` | nameOverride to shorten names of Minio resources | -| minio.persistence.enabled | bool | `true` | Create a persistent volume for Minio | +| minio.persistence.enabled | bool | `false` | Create a persistent volume for Minio | | minio.replicas | int | `1` | | | minio.drivesPerNode | int | `1` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | From 24247c1a72a8e604c601fbe262b2e7b236cf9e1b Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 17:42:53 -0300 Subject: [PATCH 13/33] Trying to fix issue --- scripts/ct.yaml | 2 +- scripts/sync.sh | 2 +- stable/fairwinds-insights/ci/test-values.yaml | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/ct.yaml b/scripts/ct.yaml index 663367c7d..1c5ce6fce 100644 --- a/scripts/ct.yaml +++ b/scripts/ct.yaml @@ -8,6 +8,6 @@ chart-repos: - "fairwinds-stable=https://charts.fairwinds.com/stable" - "fairwinds-incubator=https://charts.fairwinds.com/incubator" - "bitnami=https://charts.bitnami.com/bitnami" - - "minio=https://helm.min.io/" + - "minio=https://charts.min.io/" - "prometheus-community=https://prometheus-community.github.io/helm-charts" - "falcosecurity=https://falcosecurity.github.io/charts" diff --git a/scripts/sync.sh b/scripts/sync.sh index a96bb8c99..076078d05 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -24,7 +24,7 @@ readonly STABLE_REPO_URL=https://charts.fairwinds.com/stable/ readonly INCUBATOR_REPO_URL=https://charts.fairwinds.com/incubator/ readonly JETSTACK_REPO_URL=https://charts.jetstack.io readonly PROMETHEUS_REPO_URL=https://prometheus-community.github.io/helm-charts -readonly MINIO_REPO_URL=https://helm.min.io/ +readonly MINIO_REPO_URL=https://charts.min.io/ readonly BITNAMI_REPO_URL=https://charts.bitnami.com/bitnami readonly FALCO_REPO_URL=https://falcosecurity.github.io/charts diff --git a/stable/fairwinds-insights/ci/test-values.yaml b/stable/fairwinds-insights/ci/test-values.yaml index c8d377728..e77138af2 100644 --- a/stable/fairwinds-insights/ci/test-values.yaml +++ b/stable/fairwinds-insights/ci/test-values.yaml @@ -66,7 +66,3 @@ resourcesRecommendationsCronjob: closeTicketsCronjob: schedules: [] - -minio: - persistence: - enabled: false From da7190ee7125e659683305c764ad5f2e108fe39e Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 18:00:36 -0300 Subject: [PATCH 14/33] Trying to fix pipeline --- stable/fairwinds-insights/ci/test-values.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stable/fairwinds-insights/ci/test-values.yaml b/stable/fairwinds-insights/ci/test-values.yaml index e77138af2..230d3a41a 100644 --- a/stable/fairwinds-insights/ci/test-values.yaml +++ b/stable/fairwinds-insights/ci/test-values.yaml @@ -66,3 +66,18 @@ resourcesRecommendationsCronjob: closeTicketsCronjob: schedules: [] + +minio: + install: true + buckets: + - name: reports + policy: none + resources: + requests: + cpu: 50m + memory: 256Mi + nameOverride: fw-minio + persistence: + enabled: false + replicas: 1 + drivesPerNode: 1 \ No newline at end of file From d8df4ee699ad834034aeb947ec810c357e8bb5db Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 18:03:49 -0300 Subject: [PATCH 15/33] Trying to fix pipeline --- stable/fairwinds-insights/ci/test-values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/ci/test-values.yaml b/stable/fairwinds-insights/ci/test-values.yaml index 230d3a41a..ff9d9d611 100644 --- a/stable/fairwinds-insights/ci/test-values.yaml +++ b/stable/fairwinds-insights/ci/test-values.yaml @@ -80,4 +80,5 @@ minio: persistence: enabled: false replicas: 1 - drivesPerNode: 1 \ No newline at end of file + drivesPerNode: 1 + \ No newline at end of file From 604ceff287db4498c00ceba4f6eb8cfad1751448 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 18:05:55 -0300 Subject: [PATCH 16/33] Trying to fix pipeline --- stable/fairwinds-insights/ci/test-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/ci/test-values.yaml b/stable/fairwinds-insights/ci/test-values.yaml index ff9d9d611..dbc7faca9 100644 --- a/stable/fairwinds-insights/ci/test-values.yaml +++ b/stable/fairwinds-insights/ci/test-values.yaml @@ -81,4 +81,4 @@ minio: enabled: false replicas: 1 drivesPerNode: 1 - \ No newline at end of file + \ No newline at end of file From 58a2578af7d5cf5345289caca5bdde508be1db40 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 18:07:31 -0300 Subject: [PATCH 17/33] Fixing lint --- stable/fairwinds-insights/ci/test-values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/stable/fairwinds-insights/ci/test-values.yaml b/stable/fairwinds-insights/ci/test-values.yaml index dbc7faca9..642fea9d2 100644 --- a/stable/fairwinds-insights/ci/test-values.yaml +++ b/stable/fairwinds-insights/ci/test-values.yaml @@ -81,4 +81,3 @@ minio: enabled: false replicas: 1 drivesPerNode: 1 - \ No newline at end of file From f5fbee64c6c8e3bd3c456a4b4683ddb2b7a9c0b9 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Wed, 21 Dec 2022 20:44:33 -0300 Subject: [PATCH 18/33] Trying to fix pipeline --- stable/fairwinds-insights/README.md | 1 + stable/fairwinds-insights/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 566eb9d3e..e98cbe0c2 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -171,6 +171,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.persistence.enabled | bool | `false` | Create a persistent volume for Minio | | minio.replicas | int | `1` | | | minio.drivesPerNode | int | `1` | | +| minio.mode | string | `"standalone"` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 047c9f3b6..02c2b060a 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -555,6 +555,7 @@ minio: enabled: false replicas: 1 drivesPerNode: 1 + mode: standalone migrateHealthScoreJob: resources: limits: From d80b1d1f7859527b2a139db9bfeb248910a0d474 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 09:23:44 -0300 Subject: [PATCH 19/33] Setting a root admin --- stable/fairwinds-insights/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 02c2b060a..65f2234b2 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -556,6 +556,8 @@ minio: replicas: 1 drivesPerNode: 1 mode: standalone + rootUser: "minio" + rootPassword: "minio" migrateHealthScoreJob: resources: limits: From 60fcfb517613b0813a16772c800def6e54a05598 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 09:25:03 -0300 Subject: [PATCH 20/33] Fixed docs] --- stable/fairwinds-insights/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index e98cbe0c2..625c1f913 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -172,6 +172,8 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.replicas | int | `1` | | | minio.drivesPerNode | int | `1` | | | minio.mode | string | `"standalone"` | | +| minio.rootUser | string | `"minio"` | | +| minio.rootPassword | string | `"minio"` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | From c9414719584da1abb703e6e4b1c94f51f7be6972 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 09:42:23 -0300 Subject: [PATCH 21/33] Changed pwd --- stable/fairwinds-insights/README.md | 2 +- stable/fairwinds-insights/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 625c1f913..6639ba3a8 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -173,7 +173,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.drivesPerNode | int | `1` | | | minio.mode | string | `"standalone"` | | | minio.rootUser | string | `"minio"` | | -| minio.rootPassword | string | `"minio"` | | +| minio.rootPassword | string | `"M1n1oP@sswod"` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 65f2234b2..bb2650d23 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -557,7 +557,7 @@ minio: drivesPerNode: 1 mode: standalone rootUser: "minio" - rootPassword: "minio" + rootPassword: "M1n1oP@sswod" migrateHealthScoreJob: resources: limits: From b5cedaa98332967c66f01290b2b8a5baae0a97ab Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 09:52:41 -0300 Subject: [PATCH 22/33] Fixing credentials --- stable/fairwinds-insights/README.md | 3 --- stable/fairwinds-insights/values.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 6639ba3a8..566eb9d3e 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -171,9 +171,6 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.persistence.enabled | bool | `false` | Create a persistent volume for Minio | | minio.replicas | int | `1` | | | minio.drivesPerNode | int | `1` | | -| minio.mode | string | `"standalone"` | | -| minio.rootUser | string | `"minio"` | | -| minio.rootPassword | string | `"M1n1oP@sswod"` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index bb2650d23..047c9f3b6 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -555,9 +555,6 @@ minio: enabled: false replicas: 1 drivesPerNode: 1 - mode: standalone - rootUser: "minio" - rootPassword: "M1n1oP@sswod" migrateHealthScoreJob: resources: limits: From b049130d406892da33f693d49a6507b794fb3568 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 10:19:45 -0300 Subject: [PATCH 23/33] Tetsing --- stable/fairwinds-insights/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 047c9f3b6..02c2b060a 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -555,6 +555,7 @@ minio: enabled: false replicas: 1 drivesPerNode: 1 + mode: standalone migrateHealthScoreJob: resources: limits: From fc76002cfe28162438fb66ecb1f6b1b003c56019 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 10:20:58 -0300 Subject: [PATCH 24/33] Tetsing --- stable/fairwinds-insights/README.md | 3 +++ stable/fairwinds-insights/values.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 566eb9d3e..15e71959b 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -171,6 +171,9 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.persistence.enabled | bool | `false` | Create a persistent volume for Minio | | minio.replicas | int | `1` | | | minio.drivesPerNode | int | `1` | | +| minio.mode | string | `"standalone"` | | +| minio.rootUser | string | `""` | | +| minio.rootPassword | string | `""` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 02c2b060a..69dec6fb4 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -556,6 +556,8 @@ minio: replicas: 1 drivesPerNode: 1 mode: standalone + rootUser: "" + rootPassword: "" migrateHealthScoreJob: resources: limits: From 5e230d9f1380ba39627d3e327807c60e2ccfdc3b Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 11:01:36 -0300 Subject: [PATCH 25/33] Testing --- .../fairwinds-insights/templates/secret.yml | 83 +++++++++++++++++++ stable/fairwinds-insights/values.yaml | 1 + 2 files changed, 84 insertions(+) diff --git a/stable/fairwinds-insights/templates/secret.yml b/stable/fairwinds-insights/templates/secret.yml index 4fe8268e8..6e8a1f8ae 100644 --- a/stable/fairwinds-insights/templates/secret.yml +++ b/stable/fairwinds-insights/templates/secret.yml @@ -58,3 +58,86 @@ stringData: tls.key: {{ $ca.Key | quote }} {{- end }} --- +{{- if .Values.existingSecret }} +apiVersion: v1 +kind: Secret +metadata: + name: {{ template "minio.secretName" . }} + namespace: {{ .Release.Namespace | quote }} + labels: + app: {{ template "minio.name" . }} + chart: {{ template "minio.chart" . }} + release: {{ .Release.Name }} + heritage: {{ .Release.Service }} +type: Opaque +data: + rootUser: {{ include "minio.root.username" . | b64enc | quote }} + rootPassword: {{ include "minio.root.password" . | b64enc | quote }} + accesskey: "" + secretkey: "" +{{- end }} + +{{- define "minio.name" -}} +{{- default .Chart.Name .Values.minio.nameOverride | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Returns the available value for certain key in an existing secret (if it exists), +otherwise it generates a random value. +*/}} +{{- define "minio.getValueFromSecret" }} + {{- $len := (default 16 .Length) | int -}} + {{- $obj := (lookup "v1" "Secret" .Namespace .Name).data -}} + {{- if $obj }} + {{- index $obj .Key | b64dec -}} + {{- else -}} + {{- randAlphaNum $len -}} + {{- end -}} +{{- end }} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "minio.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Determine secret name. +*/}} +{{- define "minio.secretName" -}} +{{- if .Values.existingSecret -}} +{{ template "minio.secretName" . }} +{{- else -}} +{{- include "minio.fullname" . -}} +{{- end -}} +{{- end -}} + +{{- define "minio.root.username" -}} + {{- if .Values.minio.rootUser }} + {{- .Values.minio.rootUser | toString }} + {{- else }} + {{- include "minio.getValueFromSecret" (dict "Namespace" .Release.Namespace "Name" (include "minio.fullname" .) "Length" 20 "Key" "rootUser") }} + {{- end }} +{{- end -}} + +{{- define "minio.root.password" -}} + {{- if .Values.minio.rootPassword }} + {{- .Values.minio.rootPassword | toString }} + {{- else }} + {{- include "minio.getValueFromSecret" (dict "Namespace" .Release.Namespace "Name" (include "minio.fullname" .) "Length" 40 "Key" "rootPassword") }} + {{- end }} +{{- end -}} + +{{- define "minio.fullname" -}} +{{- if .Values.minio.fullnameOverride -}} +{{- .Values.minio.fullnameOverride | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- $name := default .Chart.Name .Values.minio.nameOverride -}} +{{- if contains $name .Release.Name -}} +{{- .Release.Name | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} +{{- end -}} +{{- end -}} \ No newline at end of file diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 69dec6fb4..0a3abf25b 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -558,6 +558,7 @@ minio: mode: standalone rootUser: "" rootPassword: "" + existingSecret: "custom" migrateHealthScoreJob: resources: limits: From 5d59cb4c4eb13cc6d6cdc8b78e0c2b042fcc67a7 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 11:02:01 -0300 Subject: [PATCH 26/33] Testing --- stable/fairwinds-insights/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 15e71959b..5cb172d43 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -174,6 +174,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.mode | string | `"standalone"` | | | minio.rootUser | string | `""` | | | minio.rootPassword | string | `""` | | +| minio.existingSecret | string | `"custom"` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | From 8c027d4b81b7a9977b2e8ab05ba3364a27f5d6b5 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 11:44:17 -0300 Subject: [PATCH 27/33] Fixing secret --- stable/fairwinds-insights/README.md | 5 +- stable/fairwinds-insights/templates/_env.yaml | 4 +- .../fairwinds-insights/templates/secret.yml | 83 ------------------- stable/fairwinds-insights/values.yaml | 5 +- 4 files changed, 6 insertions(+), 91 deletions(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 5cb172d43..6caa636a2 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -172,9 +172,8 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.replicas | int | `1` | | | minio.drivesPerNode | int | `1` | | | minio.mode | string | `"standalone"` | | -| minio.rootUser | string | `""` | | -| minio.rootPassword | string | `""` | | -| minio.existingSecret | string | `"custom"` | | +| minio.rootUser | string | `"admin"` | | +| minio.rootPassword | string | `"MinioP@ss0rd"` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | diff --git a/stable/fairwinds-insights/templates/_env.yaml b/stable/fairwinds-insights/templates/_env.yaml index 4d48e4ab3..126990177 100644 --- a/stable/fairwinds-insights/templates/_env.yaml +++ b/stable/fairwinds-insights/templates/_env.yaml @@ -125,12 +125,12 @@ env: valueFrom: secretKeyRef: name: {{ printf "%s-%s" .Release.Name .Values.minio.nameOverride }} - key: accesskey + key: rootUser - name: MINIO_SECRET_ACCESS_KEY valueFrom: secretKeyRef: name: {{ printf "%s-%s" .Release.Name .Values.minio.nameOverride }} - key: secretkey + key: rootPassword {{ else if eq .Values.reportStorage.strategy "local" -}} - name: REPORT_STORAGE_DIR value: {{ .Values.reportStorage.fixturesDir | default "/db-migrations/fixtures/files" }} diff --git a/stable/fairwinds-insights/templates/secret.yml b/stable/fairwinds-insights/templates/secret.yml index 6e8a1f8ae..4fe8268e8 100644 --- a/stable/fairwinds-insights/templates/secret.yml +++ b/stable/fairwinds-insights/templates/secret.yml @@ -58,86 +58,3 @@ stringData: tls.key: {{ $ca.Key | quote }} {{- end }} --- -{{- if .Values.existingSecret }} -apiVersion: v1 -kind: Secret -metadata: - name: {{ template "minio.secretName" . }} - namespace: {{ .Release.Namespace | quote }} - labels: - app: {{ template "minio.name" . }} - chart: {{ template "minio.chart" . }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} -type: Opaque -data: - rootUser: {{ include "minio.root.username" . | b64enc | quote }} - rootPassword: {{ include "minio.root.password" . | b64enc | quote }} - accesskey: "" - secretkey: "" -{{- end }} - -{{- define "minio.name" -}} -{{- default .Chart.Name .Values.minio.nameOverride | trunc 63 | trimSuffix "-" -}} -{{- end -}} - -{{/* -Returns the available value for certain key in an existing secret (if it exists), -otherwise it generates a random value. -*/}} -{{- define "minio.getValueFromSecret" }} - {{- $len := (default 16 .Length) | int -}} - {{- $obj := (lookup "v1" "Secret" .Namespace .Name).data -}} - {{- if $obj }} - {{- index $obj .Key | b64dec -}} - {{- else -}} - {{- randAlphaNum $len -}} - {{- end -}} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "minio.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}} -{{- end -}} - -{{/* -Determine secret name. -*/}} -{{- define "minio.secretName" -}} -{{- if .Values.existingSecret -}} -{{ template "minio.secretName" . }} -{{- else -}} -{{- include "minio.fullname" . -}} -{{- end -}} -{{- end -}} - -{{- define "minio.root.username" -}} - {{- if .Values.minio.rootUser }} - {{- .Values.minio.rootUser | toString }} - {{- else }} - {{- include "minio.getValueFromSecret" (dict "Namespace" .Release.Namespace "Name" (include "minio.fullname" .) "Length" 20 "Key" "rootUser") }} - {{- end }} -{{- end -}} - -{{- define "minio.root.password" -}} - {{- if .Values.minio.rootPassword }} - {{- .Values.minio.rootPassword | toString }} - {{- else }} - {{- include "minio.getValueFromSecret" (dict "Namespace" .Release.Namespace "Name" (include "minio.fullname" .) "Length" 40 "Key" "rootPassword") }} - {{- end }} -{{- end -}} - -{{- define "minio.fullname" -}} -{{- if .Values.minio.fullnameOverride -}} -{{- .Values.minio.fullnameOverride | trunc 63 | trimSuffix "-" -}} -{{- else -}} -{{- $name := default .Chart.Name .Values.minio.nameOverride -}} -{{- if contains $name .Release.Name -}} -{{- .Release.Name | trunc 63 | trimSuffix "-" -}} -{{- else -}} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} -{{- end -}} -{{- end -}} -{{- end -}} \ No newline at end of file diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 0a3abf25b..3f85ad889 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -556,9 +556,8 @@ minio: replicas: 1 drivesPerNode: 1 mode: standalone - rootUser: "" - rootPassword: "" - existingSecret: "custom" + rootUser: "admin" + rootPassword: "MinioP@ss0rd" migrateHealthScoreJob: resources: limits: From 84c1556e69e21062c6bab3567f114d9ec25381da Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 11:48:46 -0300 Subject: [PATCH 28/33] Fixing secret --- stable/fairwinds-insights/values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 3f85ad889..02c2b060a 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -556,8 +556,6 @@ minio: replicas: 1 drivesPerNode: 1 mode: standalone - rootUser: "admin" - rootPassword: "MinioP@ss0rd" migrateHealthScoreJob: resources: limits: From b57917fddff38f0f9d99948e6bc6a850618e312d Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 11:49:58 -0300 Subject: [PATCH 29/33] Fixing secret --- stable/fairwinds-insights/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 6caa636a2..e98cbe0c2 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -172,8 +172,6 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.replicas | int | `1` | | | minio.drivesPerNode | int | `1` | | | minio.mode | string | `"standalone"` | | -| minio.rootUser | string | `"admin"` | | -| minio.rootPassword | string | `"MinioP@ss0rd"` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | | migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | | From c45118ee1b24312e8346ae4d0a6d82ad52051ade Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 12:15:31 -0300 Subject: [PATCH 30/33] Code cleanup --- stable/fairwinds-insights/README.md | 1 - stable/fairwinds-insights/ci/test-values.yaml | 15 --------------- stable/fairwinds-insights/values.yaml | 1 - 3 files changed, 17 deletions(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index e98cbe0c2..eec9dcd7b 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -170,7 +170,6 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.nameOverride | string | `"fw-minio"` | nameOverride to shorten names of Minio resources | | minio.persistence.enabled | bool | `false` | Create a persistent volume for Minio | | minio.replicas | int | `1` | | -| minio.drivesPerNode | int | `1` | | | minio.mode | string | `"standalone"` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | | migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | | diff --git a/stable/fairwinds-insights/ci/test-values.yaml b/stable/fairwinds-insights/ci/test-values.yaml index 642fea9d2..e77138af2 100644 --- a/stable/fairwinds-insights/ci/test-values.yaml +++ b/stable/fairwinds-insights/ci/test-values.yaml @@ -66,18 +66,3 @@ resourcesRecommendationsCronjob: closeTicketsCronjob: schedules: [] - -minio: - install: true - buckets: - - name: reports - policy: none - resources: - requests: - cpu: 50m - memory: 256Mi - nameOverride: fw-minio - persistence: - enabled: false - replicas: 1 - drivesPerNode: 1 diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 02c2b060a..3ec9b234e 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -554,7 +554,6 @@ minio: # -- Create a persistent volume for Minio enabled: false replicas: 1 - drivesPerNode: 1 mode: standalone migrateHealthScoreJob: resources: From a946193d6fb9a61128bef5836c1c833d3a1b08ad Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 14:15:10 -0300 Subject: [PATCH 31/33] Changed defaullt persistence to true --- stable/fairwinds-insights/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 3ec9b234e..938fc0c46 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -552,7 +552,7 @@ minio: nameOverride: fw-minio persistence: # -- Create a persistent volume for Minio - enabled: false + enabled: true replicas: 1 mode: standalone migrateHealthScoreJob: From 8bc14a921ecb1fdaab75f854363a8e855ac088ed Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 14:16:26 -0300 Subject: [PATCH 32/33] Fixed values --- stable/fairwinds-insights/README.md | 2 +- stable/fairwinds-insights/ci/test-values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index eec9dcd7b..261660e56 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -168,7 +168,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | minio.buckets | list | `[{"name":"reports","policy":"none"}]` | Create the following buckets for the newly installed Minio | | minio.resources | object | `{"requests":{"cpu":"50m","memory":"256Mi"}}` | Resources for Minio | | minio.nameOverride | string | `"fw-minio"` | nameOverride to shorten names of Minio resources | -| minio.persistence.enabled | bool | `false` | Create a persistent volume for Minio | +| minio.persistence.enabled | bool | `true` | Create a persistent volume for Minio | | minio.replicas | int | `1` | | | minio.mode | string | `"standalone"` | | | migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | | diff --git a/stable/fairwinds-insights/ci/test-values.yaml b/stable/fairwinds-insights/ci/test-values.yaml index e77138af2..c8d377728 100644 --- a/stable/fairwinds-insights/ci/test-values.yaml +++ b/stable/fairwinds-insights/ci/test-values.yaml @@ -66,3 +66,7 @@ resourcesRecommendationsCronjob: closeTicketsCronjob: schedules: [] + +minio: + persistence: + enabled: false From 6d7c035335486aa4c3429399940e2286eed8f3b8 Mon Sep 17 00:00:00 2001 From: James de Souza Date: Thu, 22 Dec 2022 14:31:49 -0300 Subject: [PATCH 33/33] Updated version --- stable/fairwinds-insights/CHANGELOG.md | 4 ++-- stable/fairwinds-insights/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/fairwinds-insights/CHANGELOG.md b/stable/fairwinds-insights/CHANGELOG.md index 05d3e9ff3..e9beaff50 100644 --- a/stable/fairwinds-insights/CHANGELOG.md +++ b/stable/fairwinds-insights/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## 0.8.2 -* Upgrading minio +## 0.9.0 +* BREAKING: Upgrading minio to new charts ## 0.8.1 * Bug fix for timescale secret diff --git a/stable/fairwinds-insights/Chart.yaml b/stable/fairwinds-insights/Chart.yaml index 399fe066a..8b8e0d85f 100644 --- a/stable/fairwinds-insights/Chart.yaml +++ b/stable/fairwinds-insights/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "10.10" description: A Helm chart to run the Fairwinds Insights server name: fairwinds-insights -version: 0.8.2 +version: 0.9.0 maintainers: - name: rbren - name: mhoss019