From 74fad57a97b89fea6c0577624f0ef71cce59acf7 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 10:38:48 +0200 Subject: [PATCH] [bitnami/supabase] Enable PodDisruptionBudgets (#26537) * [bitnami/supabase] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/supabase/CHANGELOG.md | 236 ++++++++++--------- bitnami/supabase/Chart.yaml | 3 +- bitnami/supabase/README.md | 18 ++ bitnami/supabase/templates/auth/pdb.yaml | 31 +++ bitnami/supabase/templates/meta/pdb.yaml | 31 +++ bitnami/supabase/templates/realtime/pdb.yaml | 31 +++ bitnami/supabase/templates/rest/pdb.yaml | 31 +++ bitnami/supabase/templates/storage/pdb.yaml | 31 +++ bitnami/supabase/templates/studio/pdb.yaml | 29 +++ bitnami/supabase/values.yaml | 60 +++++ 10 files changed, 383 insertions(+), 118 deletions(-) create mode 100644 bitnami/supabase/templates/auth/pdb.yaml create mode 100644 bitnami/supabase/templates/meta/pdb.yaml create mode 100644 bitnami/supabase/templates/realtime/pdb.yaml create mode 100644 bitnami/supabase/templates/rest/pdb.yaml create mode 100644 bitnami/supabase/templates/storage/pdb.yaml create mode 100644 bitnami/supabase/templates/studio/pdb.yaml diff --git a/bitnami/supabase/CHANGELOG.md b/bitnami/supabase/CHANGELOG.md index 3c305fe3c7..3318c807cd 100644 --- a/bitnami/supabase/CHANGELOG.md +++ b/bitnami/supabase/CHANGELOG.md @@ -1,362 +1,366 @@ # Changelog -## 5.1.1 (2024-05-21) +## 5.2.0 (2024-05-29) -* [bitnami/supabase] Use different liveness/readiness probes ([#26164](https://github.com/bitnami/charts/pulls/26164)) +* [bitnami/supabase] Enable PodDisruptionBudgets ([#26537](https://github.com/bitnami/charts/pull/26537)) + +## 5.1.1 (2024-05-22) + +* [bitnami/supabase] Use different liveness/readiness probes (#26164) ([a1c199e](https://github.com/bitnami/charts/commit/a1c199e4bf7654d9098198e5763b04757a0aa8d0)), closes [#26164](https://github.com/bitnami/charts/issues/26164) ## 5.1.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/supabase] feat: :sparkles: :lock: Add warning when original images are replaced (#26281) ([61ce235](https://github.com/bitnami/charts/commit/61ce235)), closes [#26281](https://github.com/bitnami/charts/issues/26281) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/supabase] feat: :sparkles: :lock: Add warning when original images are replaced (#26281) ([61ce235](https://github.com/bitnami/charts/commit/61ce2350c3d5693be75469b785df8fc55f1fb7e8)), closes [#26281](https://github.com/bitnami/charts/issues/26281) ## 5.0.0 (2024-05-20) -* [bitnami/supabase] Release 5.0.0 updating components versions (#26138) ([c7d5937](https://github.com/bitnami/charts/commit/c7d5937)), closes [#26138](https://github.com/bitnami/charts/issues/26138) +* [bitnami/supabase] Release 5.0.0 updating components versions (#26138) ([c7d5937](https://github.com/bitnami/charts/commit/c7d593753c89c39d27488447db70d6cd230836f2)), closes [#26138](https://github.com/bitnami/charts/issues/26138) ## 4.0.8 (2024-05-18) -* [bitnami/supabase] Release 4.0.8 updating components versions (#26082) ([7baf235](https://github.com/bitnami/charts/commit/7baf235)), closes [#26082](https://github.com/bitnami/charts/issues/26082) +* [bitnami/supabase] Release 4.0.8 updating components versions (#26082) ([7baf235](https://github.com/bitnami/charts/commit/7baf235bb3eef3ccaf94978bf95e206d473af824)), closes [#26082](https://github.com/bitnami/charts/issues/26082) ## 4.0.7 (2024-05-14) -* [bitnami/supabase] Release 4.0.7 updating components versions (#25837) ([b850675](https://github.com/bitnami/charts/commit/b850675)), closes [#25837](https://github.com/bitnami/charts/issues/25837) +* [bitnami/supabase] Release 4.0.7 updating components versions (#25837) ([b850675](https://github.com/bitnami/charts/commit/b85067548132b1e3549c77a962e307f4776b4cd7)), closes [#25837](https://github.com/bitnami/charts/issues/25837) ## 4.0.6 (2024-05-10) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/supabase] Release 4.0.6 updating components versions (#25667) ([4820a5d](https://github.com/bitnami/charts/commit/4820a5d)), closes [#25667](https://github.com/bitnami/charts/issues/25667) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/supabase] Release 4.0.6 updating components versions (#25667) ([4820a5d](https://github.com/bitnami/charts/commit/4820a5df2e28237ee64d63f3b7365c847553dac5)), closes [#25667](https://github.com/bitnami/charts/issues/25667) ## 4.0.5 (2024-04-30) -* [bitnami/supabase] Release 4.0.5 updating components versions (#25473) ([d7a3f8e](https://github.com/bitnami/charts/commit/d7a3f8e)), closes [#25473](https://github.com/bitnami/charts/issues/25473) +* [bitnami/supabase] Release 4.0.5 updating components versions (#25473) ([d7a3f8e](https://github.com/bitnami/charts/commit/d7a3f8e9b94d7eb34e39c715de707055fe20f7c1)), closes [#25473](https://github.com/bitnami/charts/issues/25473) ## 4.0.4 (2024-04-26) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/supabase] Release 4.0.4 updating components versions (#25418) ([082ce73](https://github.com/bitnami/charts/commit/082ce73)), closes [#25418](https://github.com/bitnami/charts/issues/25418) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/supabase] Release 4.0.4 updating components versions (#25418) ([082ce73](https://github.com/bitnami/charts/commit/082ce73b286076ef9b3ab4846f07a6a2e46253bf)), closes [#25418](https://github.com/bitnami/charts/issues/25418) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 4.0.3 (2024-04-24) -* [bitnami/supabase] Fixes realtime externaldb configuration (#25366) ([d1caac5](https://github.com/bitnami/charts/commit/d1caac5)), closes [#25366](https://github.com/bitnami/charts/issues/25366) +* [bitnami/supabase] Fixes realtime externaldb configuration (#25366) ([d1caac5](https://github.com/bitnami/charts/commit/d1caac59a775227ef13d3fe6ef9d8ff5e2d45db4)), closes [#25366](https://github.com/bitnami/charts/issues/25366) ## 4.0.2 (2024-04-24) -* [bitnami/supabase] Release 4.0.2 updating components versions (#25351) ([9fc713c](https://github.com/bitnami/charts/commit/9fc713c)), closes [#25351](https://github.com/bitnami/charts/issues/25351) +* [bitnami/supabase] Release 4.0.2 updating components versions (#25351) ([9fc713c](https://github.com/bitnami/charts/commit/9fc713c75f0fa91fb791758c3de6f912c65e9311)), closes [#25351](https://github.com/bitnami/charts/issues/25351) ## 4.0.1 (2024-04-15) -* [bitnami/supabase] Release 4.0.1 updating components versions (#25178) ([93a326d](https://github.com/bitnami/charts/commit/93a326d)), closes [#25178](https://github.com/bitnami/charts/issues/25178) +* [bitnami/supabase] Release 4.0.1 updating components versions (#25178) ([93a326d](https://github.com/bitnami/charts/commit/93a326d6cd56e5a6be209e309fba2b3a73ab83dc)), closes [#25178](https://github.com/bitnami/charts/issues/25178) ## 4.0.0 (2024-04-10) -* [bitnami/supabase] Release 3.0.2 (#25070) ([9fff3cf](https://github.com/bitnami/charts/commit/9fff3cf)), closes [#25070](https://github.com/bitnami/charts/issues/25070) +* [bitnami/supabase] Release 3.0.2 (#25070) ([9fff3cf](https://github.com/bitnami/charts/commit/9fff3cf9ec51038fcc3f1e74c3ffdbc326c767fd)), closes [#25070](https://github.com/bitnami/charts/issues/25070) ## 3.0.1 (2024-04-08) -* [bitnami/supabase] Release 2.11.1 (#24553) ([b805f01](https://github.com/bitnami/charts/commit/b805f01)), closes [#24553](https://github.com/bitnami/charts/issues/24553) +* [bitnami/supabase] Release 2.11.1 (#24553) ([b805f01](https://github.com/bitnami/charts/commit/b805f016d0306d92df8f46f239272938cf41345d)), closes [#24553](https://github.com/bitnami/charts/issues/24553) ## 3.0.0 (2024-04-05) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/supabase] feat!: :lock: :boom: Improve security defaults (#24721) ([2a3c151](https://github.com/bitnami/charts/commit/2a3c151)), closes [#24721](https://github.com/bitnami/charts/issues/24721) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/supabase] feat!: :lock: :boom: Improve security defaults (#24721) ([2a3c151](https://github.com/bitnami/charts/commit/2a3c151225a226845cc1ac06f20e70d985e8a12c)), closes [#24721](https://github.com/bitnami/charts/issues/24721) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 2.11.0 (2024-03-06) -* [bitnami/supabase] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([12e0756](https://github.com/bitnami/charts/commit/12e0756)), closes [#24158](https://github.com/bitnami/charts/issues/24158) +* [bitnami/supabase] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([12e0756](https://github.com/bitnami/charts/commit/12e0756c39b9dc6dfe4167a02bb9bfa639a8619c)), closes [#24158](https://github.com/bitnami/charts/issues/24158) ## 2.10.0 (2024-02-23) -* [bitnami/supabase] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23888) ([1248024](https://github.com/bitnami/charts/commit/1248024)), closes [#23888](https://github.com/bitnami/charts/issues/23888) +* [bitnami/supabase] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23888) ([1248024](https://github.com/bitnami/charts/commit/12480247cef8cccf2924edd4c9064705b16a0fbc)), closes [#23888](https://github.com/bitnami/charts/issues/23888) ## 2.9.2 (2024-02-22) -* [bitnami/supabase] Release 2.9.2 updating components versions (#23842) ([fbc4094](https://github.com/bitnami/charts/commit/fbc4094)), closes [#23842](https://github.com/bitnami/charts/issues/23842) +* [bitnami/supabase] Release 2.9.2 updating components versions (#23842) ([fbc4094](https://github.com/bitnami/charts/commit/fbc40948c8e37797419b7fb78b5108dc6cd2b80f)), closes [#23842](https://github.com/bitnami/charts/issues/23842) ## 2.9.1 (2024-02-21) -* [bitnami/supabase] Release 2.9.1 updating components versions (#23712) ([f1b455d](https://github.com/bitnami/charts/commit/f1b455d)), closes [#23712](https://github.com/bitnami/charts/issues/23712) +* [bitnami/supabase] Release 2.9.1 updating components versions (#23712) ([f1b455d](https://github.com/bitnami/charts/commit/f1b455dff6a6449b6c81bcf03ef35939ff651d58)), closes [#23712](https://github.com/bitnami/charts/issues/23712) ## 2.9.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 2.8.1 (2024-02-20) -* [bitnami/supabase] use correct servicePort name for studio ingress (#23554) ([61e985a](https://github.com/bitnami/charts/commit/61e985a)), closes [#23554](https://github.com/bitnami/charts/issues/23554) +* [bitnami/supabase] use correct servicePort name for studio ingress (#23554) ([61e985a](https://github.com/bitnami/charts/commit/61e985a23a24daee2be7d584df7b38f5b634b97e)), closes [#23554](https://github.com/bitnami/charts/issues/23554) ## 2.8.0 (2024-02-15) -* [bitnami/supabase] feat: :sparkles: :lock: Add resource preset support (#23525) ([071f830](https://github.com/bitnami/charts/commit/071f830)), closes [#23525](https://github.com/bitnami/charts/issues/23525) +* [bitnami/supabase] feat: :sparkles: :lock: Add resource preset support (#23525) ([071f830](https://github.com/bitnami/charts/commit/071f830db42434a339d996ac79649004ffe306f0)), closes [#23525](https://github.com/bitnami/charts/issues/23525) ## 2.7.1 (2024-02-03) -* [bitnami/supabase] Release 2.7.1 updating components versions (#23143) ([639e13f](https://github.com/bitnami/charts/commit/639e13f)), closes [#23143](https://github.com/bitnami/charts/issues/23143) +* [bitnami/supabase] Release 2.7.1 updating components versions (#23143) ([639e13f](https://github.com/bitnami/charts/commit/639e13fffe697634d64cd8b506343e15d39a969f)), closes [#23143](https://github.com/bitnami/charts/issues/23143) ## 2.7.0 (2024-01-31) -* [bitnami/supabase] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22959) ([ce2c35b](https://github.com/bitnami/charts/commit/ce2c35b)), closes [#22959](https://github.com/bitnami/charts/issues/22959) +* [bitnami/supabase] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22959) ([ce2c35b](https://github.com/bitnami/charts/commit/ce2c35b046d5b41722d810728b157a14e117af63)), closes [#22959](https://github.com/bitnami/charts/issues/22959) ## 2.6.0 (2024-01-30) -* [bitnami/supabase] feat: :lock: Enable networkPolicy (#22695) ([1fc582e](https://github.com/bitnami/charts/commit/1fc582e)), closes [#22695](https://github.com/bitnami/charts/issues/22695) +* [bitnami/supabase] feat: :lock: Enable networkPolicy (#22695) ([1fc582e](https://github.com/bitnami/charts/commit/1fc582e493e60f9a816b601c62d86cbfcc5ebae5)), closes [#22695](https://github.com/bitnami/charts/issues/22695) ## 2.5.3 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/supabase] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22662) ([fd90641](https://github.com/bitnami/charts/commit/fd90641)), closes [#22662](https://github.com/bitnami/charts/issues/22662) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/supabase] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22662) ([fd90641](https://github.com/bitnami/charts/commit/fd9064112f0f10a9d5bf1c097e37d3ccb43eafa7)), closes [#22662](https://github.com/bitnami/charts/issues/22662) ## 2.5.2 (2024-01-23) -* Updates container image (#22559) ([09b80f8](https://github.com/bitnami/charts/commit/09b80f8)), closes [#22559](https://github.com/bitnami/charts/issues/22559) +* Updates container image (#22559) ([09b80f8](https://github.com/bitnami/charts/commit/09b80f82df6a51202b219805ae4b0d743ae406cc)), closes [#22559](https://github.com/bitnami/charts/issues/22559) ## 2.5.1 (2024-01-23) -* [bitnami/supabase] Release 2.3.1 (#22351) ([1ef88bc](https://github.com/bitnami/charts/commit/1ef88bc)), closes [#22351](https://github.com/bitnami/charts/issues/22351) +* [bitnami/supabase] Release 2.3.1 (#22351) ([1ef88bc](https://github.com/bitnami/charts/commit/1ef88bc6863733863e19c4162acc02b4b10b7b9c)), closes [#22351](https://github.com/bitnami/charts/issues/22351) ## 2.5.0 (2024-01-22) -* [bitnam/supabase] Fix supabase studio svc (#22545) ([42f8da7](https://github.com/bitnami/charts/commit/42f8da7)), closes [#22545](https://github.com/bitnami/charts/issues/22545) +* [bitnam/supabase] Fix supabase studio svc (#22545) ([42f8da7](https://github.com/bitnami/charts/commit/42f8da77f87b33c653d40974d8914b4e3d1da535)), closes [#22545](https://github.com/bitnami/charts/issues/22545) ## 2.4.0 (2024-01-19) -* [bitnami/supabase] fix: :lock: Move service-account token auto-mount to pod declaration (#22464) ([ea48743](https://github.com/bitnami/charts/commit/ea48743)), closes [#22464](https://github.com/bitnami/charts/issues/22464) +* [bitnami/supabase] fix: :lock: Move service-account token auto-mount to pod declaration (#22464) ([ea48743](https://github.com/bitnami/charts/commit/ea4874337c5a3565b54aeba5aab84bc9b9d14e95)), closes [#22464](https://github.com/bitnami/charts/issues/22464) ## 2.3.0 (2024-01-16) -* [bitnami/supabase] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([ab4da25](https://github.com/bitnami/charts/commit/ab4da25)), closes [#22193](https://github.com/bitnami/charts/issues/22193) +* [bitnami/supabase] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([ab4da25](https://github.com/bitnami/charts/commit/ab4da25e260c497d3afefdaf6967f310fea63780)), closes [#22193](https://github.com/bitnami/charts/issues/22193) ## 2.2.2 (2024-01-15) -* [bitnami/supabase] Update supabase storage image (#22206) ([3dc5b5a](https://github.com/bitnami/charts/commit/3dc5b5a)), closes [#22206](https://github.com/bitnami/charts/issues/22206) +* [bitnami/supabase] Update supabase storage image (#22206) ([3dc5b5a](https://github.com/bitnami/charts/commit/3dc5b5a1f3d3dd4b9db88183f87d0618a75b406c)), closes [#22206](https://github.com/bitnami/charts/issues/22206) ## 2.2.1 (2024-01-15) -* [bitnami/supabase] Release 2.1.7 (#22042) ([7c6365a](https://github.com/bitnami/charts/commit/7c6365a)), closes [#22042](https://github.com/bitnami/charts/issues/22042) +* [bitnami/supabase] Release 2.1.7 (#22042) ([7c6365a](https://github.com/bitnami/charts/commit/7c6365aaafe6c1d01751625994784c6f016ac2f0)), closes [#22042](https://github.com/bitnami/charts/issues/22042) ## 2.2.0 (2024-01-12) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/supabase] fix: :lock: Do not automount the service account token unless necessary (#22064) ([0fb15f3](https://github.com/bitnami/charts/commit/0fb15f3)), closes [#22064](https://github.com/bitnami/charts/issues/22064) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/supabase] fix: :lock: Do not automount the service account token unless necessary (#22064) ([0fb15f3](https://github.com/bitnami/charts/commit/0fb15f352a9ee132007b2476f75acd93f9f33a52)), closes [#22064](https://github.com/bitnami/charts/issues/22064) ## 2.1.6 (2023-12-22) -* [bitnami/supabase] Release 2.1.6 updating components versions (#21740) ([51f3b38](https://github.com/bitnami/charts/commit/51f3b38)), closes [#21740](https://github.com/bitnami/charts/issues/21740) +* [bitnami/supabase] Release 2.1.6 updating components versions (#21740) ([51f3b38](https://github.com/bitnami/charts/commit/51f3b384330fab502e41b238dbf295eab615ea88)), closes [#21740](https://github.com/bitnami/charts/issues/21740) ## 2.1.5 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/supabase] Release 2.1.5 updating components versions (#21178) ([7ce2b69](https://github.com/bitnami/charts/commit/7ce2b69)), closes [#21178](https://github.com/bitnami/charts/issues/21178) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/supabase] Release 2.1.5 updating components versions (#21178) ([7ce2b69](https://github.com/bitnami/charts/commit/7ce2b696ea4aba57a4b183e3fa2c86cd28001122)), closes [#21178](https://github.com/bitnami/charts/issues/21178) ## 2.1.4 (2023-11-14) -* [bitnami/supabase] Release 2.1.4 updating components versions (#20945) ([f2dbff3](https://github.com/bitnami/charts/commit/f2dbff3)), closes [#20945](https://github.com/bitnami/charts/issues/20945) +* [bitnami/supabase] Release 2.1.4 updating components versions (#20945) ([f2dbff3](https://github.com/bitnami/charts/commit/f2dbff31b40a6113a32276306da8ee2dd8361922)), closes [#20945](https://github.com/bitnami/charts/issues/20945) ## 2.1.3 (2023-11-09) -* [bitnami/supabase] Release 2.1.3 updating components versions (#20866) ([bcf4803](https://github.com/bitnami/charts/commit/bcf4803)), closes [#20866](https://github.com/bitnami/charts/issues/20866) +* [bitnami/supabase] Release 2.1.3 updating components versions (#20866) ([bcf4803](https://github.com/bitnami/charts/commit/bcf48032b21e6d4ea6fea53bc42ac50ffd40da9f)), closes [#20866](https://github.com/bitnami/charts/issues/20866) ## 2.1.2 (2023-11-08) -* [bitnami/supabase] Release 2.1.2 updating components versions (#20791) ([d6aad0d](https://github.com/bitnami/charts/commit/d6aad0d)), closes [#20791](https://github.com/bitnami/charts/issues/20791) +* [bitnami/supabase] Release 2.1.2 updating components versions (#20791) ([d6aad0d](https://github.com/bitnami/charts/commit/d6aad0d7ae971ed2fdffc37a7e09ea8d9f8fdb7f)), closes [#20791](https://github.com/bitnami/charts/issues/20791) ## 2.1.1 (2023-11-07) -* [bitnami/supabase] Release 2.1.1 updating components versions (#20656) ([7f8a58b](https://github.com/bitnami/charts/commit/7f8a58b)), closes [#20656](https://github.com/bitnami/charts/issues/20656) +* [bitnami/supabase] Release 2.1.1 updating components versions (#20656) ([7f8a58b](https://github.com/bitnami/charts/commit/7f8a58ba76aeb78647aa8aae19d5474e6dc271f6)), closes [#20656](https://github.com/bitnami/charts/issues/20656) ## 2.1.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/supabase] feat: :sparkles: Add support for PSA restricted policy (#20551) ([9d4a398](https://github.com/bitnami/charts/commit/9d4a398)), closes [#20551](https://github.com/bitnami/charts/issues/20551) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/supabase] feat: :sparkles: Add support for PSA restricted policy (#20551) ([9d4a398](https://github.com/bitnami/charts/commit/9d4a3982323bda09a02116691c79d411c754309a)), closes [#20551](https://github.com/bitnami/charts/issues/20551) ## 2.0.1 (2023-10-12) -* [bitnami/supabase] Release 2.0.1 (#20202) ([ba147f6](https://github.com/bitnami/charts/commit/ba147f6)), closes [#20202](https://github.com/bitnami/charts/issues/20202) +* [bitnami/supabase] Release 2.0.1 (#20202) ([ba147f6](https://github.com/bitnami/charts/commit/ba147f6e8c0190956ded2d83b627cc2f36d95399)), closes [#20202](https://github.com/bitnami/charts/issues/20202) ## 2.0.0 (2023-10-11) -* [bitnami/supabase] Update Kong subchart (#20048) ([f1c0be3](https://github.com/bitnami/charts/commit/f1c0be3)), closes [#20048](https://github.com/bitnami/charts/issues/20048) +* [bitnami/supabase] Update Kong subchart (#20048) ([f1c0be3](https://github.com/bitnami/charts/commit/f1c0be3f9b8f70a3f2d57e2c1751f8badf597302)), closes [#20048](https://github.com/bitnami/charts/issues/20048) ## 1.0.5 (2023-10-10) -* [bitnami/supabase] Fix existingSecretPasswordKey for the external database (#19597) ([d3f4619](https://github.com/bitnami/charts/commit/d3f4619)), closes [#19597](https://github.com/bitnami/charts/issues/19597) +* [bitnami/supabase] Fix existingSecretPasswordKey for the external database (#19597) ([d3f4619](https://github.com/bitnami/charts/commit/d3f461914d0a9e3692381788d7f80cb53755f04f)), closes [#19597](https://github.com/bitnami/charts/issues/19597) ## 1.0.4 (2023-10-10) -* [bitnami/supabase] Release 1.0.4 (#19974) ([17ffc4f](https://github.com/bitnami/charts/commit/17ffc4f)), closes [#19974](https://github.com/bitnami/charts/issues/19974) +* [bitnami/supabase] Release 1.0.4 (#19974) ([17ffc4f](https://github.com/bitnami/charts/commit/17ffc4f0402d384c3762ed537c9a73718e50fd8d)), closes [#19974](https://github.com/bitnami/charts/issues/19974) ## 1.0.3 (2023-10-09) -* [bitnami/supabase] Release 1.0.3 (#19945) ([c18341c](https://github.com/bitnami/charts/commit/c18341c)), closes [#19945](https://github.com/bitnami/charts/issues/19945) +* [bitnami/supabase] Release 1.0.3 (#19945) ([c18341c](https://github.com/bitnami/charts/commit/c18341cae8f8b4d7e4ac45629a4767be4dfb1340)), closes [#19945](https://github.com/bitnami/charts/issues/19945) ## 1.0.2 (2023-10-09) -* [bitnami/supabase] Release 1.0.2 (#19862) ([7d5b7ba](https://github.com/bitnami/charts/commit/7d5b7ba)), closes [#19862](https://github.com/bitnami/charts/issues/19862) +* [bitnami/supabase] Release 1.0.2 (#19862) ([7d5b7ba](https://github.com/bitnami/charts/commit/7d5b7ba80c597133dc1e8970b4a94f2de2862c11)), closes [#19862](https://github.com/bitnami/charts/issues/19862) ## 1.0.1 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/supabase] Release 1.0.1 (#19851) ([60d9016](https://github.com/bitnami/charts/commit/60d9016)), closes [#19851](https://github.com/bitnami/charts/issues/19851) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/supabase] Release 1.0.1 (#19851) ([60d9016](https://github.com/bitnami/charts/commit/60d901624057b58d723f946dbfcd0728e665a95d)), closes [#19851](https://github.com/bitnami/charts/issues/19851) ## 1.0.0 (2023-09-29) -* [bitnami/supabase] Update dependencies (#19623) ([424e57b](https://github.com/bitnami/charts/commit/424e57b)), closes [#19623](https://github.com/bitnami/charts/issues/19623) +* [bitnami/supabase] Update dependencies (#19623) ([424e57b](https://github.com/bitnami/charts/commit/424e57bf02a5358ca3d8ab83910c55b8ca4ae023)), closes [#19623](https://github.com/bitnami/charts/issues/19623) ## 0.4.6 (2023-09-26) -* [bitnami/supabase] Release 0.4.5 (#19505) ([ce9ebf5](https://github.com/bitnami/charts/commit/ce9ebf5)), closes [#19505](https://github.com/bitnami/charts/issues/19505) -* [bitnami/supabase] Release 0.4.6 (#19551) ([074d29a](https://github.com/bitnami/charts/commit/074d29a)), closes [#19551](https://github.com/bitnami/charts/issues/19551) +* [bitnami/supabase] Release 0.4.5 (#19505) ([ce9ebf5](https://github.com/bitnami/charts/commit/ce9ebf50e91ffc80b27fef1b964b6fb57da3dd87)), closes [#19505](https://github.com/bitnami/charts/issues/19505) +* [bitnami/supabase] Release 0.4.6 (#19551) ([074d29a](https://github.com/bitnami/charts/commit/074d29ab4689bcc0f388588e6d0fa9fe8e6ee9f9)), closes [#19551](https://github.com/bitnami/charts/issues/19551) ## 0.4.5 (2023-09-25) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/supabase] Use different app.kubernetes.io/version label on subcomponents (#19355) ([2fee3e4](https://github.com/bitnami/charts/commit/2fee3e4)), closes [#19355](https://github.com/bitnami/charts/issues/19355) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/supabase] Use different app.kubernetes.io/version label on subcomponents (#19355) ([2fee3e4](https://github.com/bitnami/charts/commit/2fee3e4027cc0b64f0400566c18b0d4fc4e4207e)), closes [#19355](https://github.com/bitnami/charts/issues/19355) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 0.4.4 (2023-09-15) -* [bitnami/supabase] Release 0.4.4 (#19300) ([4090683](https://github.com/bitnami/charts/commit/4090683)), closes [#19300](https://github.com/bitnami/charts/issues/19300) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/supabase] Release 0.4.4 (#19300) ([4090683](https://github.com/bitnami/charts/commit/4090683e7fd627b68f8b80999a830b67c65d6c47)), closes [#19300](https://github.com/bitnami/charts/issues/19300) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 0.4.3 (2023-09-08) -* [bitnami/supabase] Release 0.4.3 (#19208) ([ec663a6](https://github.com/bitnami/charts/commit/ec663a6)), closes [#19208](https://github.com/bitnami/charts/issues/19208) +* [bitnami/supabase] Release 0.4.3 (#19208) ([ec663a6](https://github.com/bitnami/charts/commit/ec663a6b4ca0a992721c854211749b9bc7da477b)), closes [#19208](https://github.com/bitnami/charts/issues/19208) ## 0.4.2 (2023-09-08) -* [bitnami/supabase]: Use merge helper (#19111) ([a463506](https://github.com/bitnami/charts/commit/a463506)), closes [#19111](https://github.com/bitnami/charts/issues/19111) +* [bitnami/supabase]: Use merge helper (#19111) ([a463506](https://github.com/bitnami/charts/commit/a4635060d5fafab4dc0970b8b421a5acf3943897)), closes [#19111](https://github.com/bitnami/charts/issues/19111) ## 0.4.1 (2023-08-29) -* [bitnami/supabse]: fix studio ingress annotations (#18930) ([c606fb6](https://github.com/bitnami/charts/commit/c606fb6)), closes [#18930](https://github.com/bitnami/charts/issues/18930) +* [bitnami/supabse]: fix studio ingress annotations (#18930) ([c606fb6](https://github.com/bitnami/charts/commit/c606fb6b0789691be9cac57dd23251403f700c88)), closes [#18930](https://github.com/bitnami/charts/issues/18930) ## 0.4.0 (2023-08-28) -* [bitnami/supabase] Support for customizing standard labels (#18751) ([5eac265](https://github.com/bitnami/charts/commit/5eac265)), closes [#18751](https://github.com/bitnami/charts/issues/18751) +* [bitnami/supabase] Support for customizing standard labels (#18751) ([5eac265](https://github.com/bitnami/charts/commit/5eac265a21fe11be2eec37889ed12ba9b13d4f33)), closes [#18751](https://github.com/bitnami/charts/issues/18751) ## 0.3.16 (2023-08-21) -* [bitnami/supabase] Release 0.3.16 (#18722) ([e425fd1](https://github.com/bitnami/charts/commit/e425fd1)), closes [#18722](https://github.com/bitnami/charts/issues/18722) +* [bitnami/supabase] Release 0.3.16 (#18722) ([e425fd1](https://github.com/bitnami/charts/commit/e425fd10456f6417d535dac9eaa2419cea021150)), closes [#18722](https://github.com/bitnami/charts/issues/18722) ## 0.3.15 (2023-08-17) -* [bitnami/supabase] Release 0.3.15 (#18597) ([cf52694](https://github.com/bitnami/charts/commit/cf52694)), closes [#18597](https://github.com/bitnami/charts/issues/18597) +* [bitnami/supabase] Release 0.3.15 (#18597) ([cf52694](https://github.com/bitnami/charts/commit/cf52694bc45f1c29a61593ba8f523ad1197248dd)), closes [#18597](https://github.com/bitnami/charts/issues/18597) ## 0.3.14 (2023-08-01) -* [bitnami/supabase] Release 0.3.14 (#18128) ([79e2c20](https://github.com/bitnami/charts/commit/79e2c20)), closes [#18128](https://github.com/bitnami/charts/issues/18128) +* [bitnami/supabase] Release 0.3.14 (#18128) ([79e2c20](https://github.com/bitnami/charts/commit/79e2c20c66ca3518ea60b2cd777774c258607343)), closes [#18128](https://github.com/bitnami/charts/issues/18128) ## 0.3.13 (2023-07-28) -* [bitnami/supabase] Release 0.3.13 (#18024) ([d8f76f6](https://github.com/bitnami/charts/commit/d8f76f6)), closes [#18024](https://github.com/bitnami/charts/issues/18024) +* [bitnami/supabase] Release 0.3.13 (#18024) ([d8f76f6](https://github.com/bitnami/charts/commit/d8f76f660ef6e48f61657b73d1e705b314ff536a)), closes [#18024](https://github.com/bitnami/charts/issues/18024) ## 0.3.12 (2023-07-26) -* [bitnami/supabase] Release 0.3.12 (#17974) ([0bff5fe](https://github.com/bitnami/charts/commit/0bff5fe)), closes [#17974](https://github.com/bitnami/charts/issues/17974) +* [bitnami/supabase] Release 0.3.12 (#17974) ([0bff5fe](https://github.com/bitnami/charts/commit/0bff5fe899fccc1cf00ba6f0fb3fbdd392e66e95)), closes [#17974](https://github.com/bitnami/charts/issues/17974) ## 0.3.11 (2023-07-15) -* [bitnami/supabase] Release 0.3.11 (#17701) ([baab995](https://github.com/bitnami/charts/commit/baab995)), closes [#17701](https://github.com/bitnami/charts/issues/17701) -* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb)), closes [#17557](https://github.com/bitnami/charts/issues/17557) +* [bitnami/supabase] Release 0.3.11 (#17701) ([baab995](https://github.com/bitnami/charts/commit/baab99574aeefe6c95f2c3a5039255c53a7bcffb)), closes [#17701](https://github.com/bitnami/charts/issues/17701) +* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb1e3c81c7b7c6c28d1bc5d6d6ae698c1e2)), closes [#17557](https://github.com/bitnami/charts/issues/17557) ## 0.3.10 (2023-07-08) -* [bitnami/supabase] Release 0.3.10 (#17529) ([1704292](https://github.com/bitnami/charts/commit/1704292)), closes [#17529](https://github.com/bitnami/charts/issues/17529) +* [bitnami/supabase] Release 0.3.10 (#17529) ([1704292](https://github.com/bitnami/charts/commit/17042920d3b698904597b62c108dc64079b3f1ed)), closes [#17529](https://github.com/bitnami/charts/issues/17529) ## 0.3.9 (2023-07-04) -* [bitnami/supabase] Remove duplicated targetPort in service templates (#17417) ([9e69ea5](https://github.com/bitnami/charts/commit/9e69ea5)), closes [#17417](https://github.com/bitnami/charts/issues/17417) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/supabase] Remove duplicated targetPort in service templates (#17417) ([9e69ea5](https://github.com/bitnami/charts/commit/9e69ea5cca1ce1c9e276e297a8db16a1e05155b0)), closes [#17417](https://github.com/bitnami/charts/issues/17417) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 0.3.8 (2023-06-19) -* [bitnami/supabase] Existing jwt secret is overwritten, although it should not be. (#17102) ([5327076](https://github.com/bitnami/charts/commit/5327076)), closes [#17102](https://github.com/bitnami/charts/issues/17102) +* [bitnami/supabase] Existing jwt secret is overwritten, although it should not be. (#17102) ([5327076](https://github.com/bitnami/charts/commit/53270760180aa614ec62a9cfa11f95cdb1ca4557)), closes [#17102](https://github.com/bitnami/charts/issues/17102) ## 0.3.7 (2023-06-12) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/supabase] Release 0.3.7 (#17093) ([13b55e9](https://github.com/bitnami/charts/commit/13b55e9)), closes [#17093](https://github.com/bitnami/charts/issues/17093) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/supabase] Release 0.3.7 (#17093) ([13b55e9](https://github.com/bitnami/charts/commit/13b55e945380a0c7b153f9f56a48f86a7b168e82)), closes [#17093](https://github.com/bitnami/charts/issues/17093) ## 0.3.6 (2023-05-31) -* Fix #16149 ClusterIP services pointing to the container exposed ports (#16951) ([4bab160](https://github.com/bitnami/charts/commit/4bab160)), closes [#16149](https://github.com/bitnami/charts/issues/16149) [#16951](https://github.com/bitnami/charts/issues/16951) +* Fix #16149 ClusterIP services pointing to the container exposed ports (#16951) ([4bab160](https://github.com/bitnami/charts/commit/4bab16097b8c39d27edef819af56c8227a4d1c57)), closes [#16149](https://github.com/bitnami/charts/issues/16149) [#16951](https://github.com/bitnami/charts/issues/16951) ## 0.3.5 (2023-05-21) -* [bitnami/supabase] Release 0.3.5 (#16803) ([4ad6290](https://github.com/bitnami/charts/commit/4ad6290)), closes [#16803](https://github.com/bitnami/charts/issues/16803) +* [bitnami/supabase] Release 0.3.5 (#16803) ([4ad6290](https://github.com/bitnami/charts/commit/4ad6290f0f06b074eb3e846c6097270baa4019ba)), closes [#16803](https://github.com/bitnami/charts/issues/16803) ## 0.3.4 (2023-05-16) -* [bitnami/supabase] Release 0.3.4 (#16695) ([c99c243](https://github.com/bitnami/charts/commit/c99c243)), closes [#16695](https://github.com/bitnami/charts/issues/16695) +* [bitnami/supabase] Release 0.3.4 (#16695) ([c99c243](https://github.com/bitnami/charts/commit/c99c24388b036f7072530360c47819842c276b3b)), closes [#16695](https://github.com/bitnami/charts/issues/16695) ## 0.3.3 (2023-05-15) -* [bitnami/supabase] Fix ingress name (#16643) ([48359ce](https://github.com/bitnami/charts/commit/48359ce)), closes [#16643](https://github.com/bitnami/charts/issues/16643) +* [bitnami/supabase] Fix ingress name (#16643) ([48359ce](https://github.com/bitnami/charts/commit/48359cec9afdcc97f2c4826a96bf268c22389c80)), closes [#16643](https://github.com/bitnami/charts/issues/16643) ## 0.3.2 (2023-05-15) -* [bitnami/supabase] Fix ingress to point to correct svc (#16642) ([1c03153](https://github.com/bitnami/charts/commit/1c03153)), closes [#16642](https://github.com/bitnami/charts/issues/16642) +* [bitnami/supabase] Fix ingress to point to correct svc (#16642) ([1c03153](https://github.com/bitnami/charts/commit/1c0315347bc00d6147acb59e4461556210eeff71)), closes [#16642](https://github.com/bitnami/charts/issues/16642) ## 0.3.1 (2023-05-11) -* [bitnami/supabase] Release 0.3.1 (#16580) ([b6e5e27](https://github.com/bitnami/charts/commit/b6e5e27)), closes [#16580](https://github.com/bitnami/charts/issues/16580) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/supabase] Release 0.3.1 (#16580) ([b6e5e27](https://github.com/bitnami/charts/commit/b6e5e272aa1edb77a3d2527790a383ce34dcbf9c)), closes [#16580](https://github.com/bitnami/charts/issues/16580) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 0.3.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 0.2.3 (2023-05-09) -* [bitnami/supabase] Release 0.2.3 (#16540) ([ccf0f17](https://github.com/bitnami/charts/commit/ccf0f17)), closes [#16540](https://github.com/bitnami/charts/issues/16540) +* [bitnami/supabase] Release 0.2.3 (#16540) ([ccf0f17](https://github.com/bitnami/charts/commit/ccf0f17b4ce5ee9eb484eba2ff16f4196025dcc2)), closes [#16540](https://github.com/bitnami/charts/issues/16540) ## 0.2.2 (2023-05-09) -* [bitnami/supabase] fix: :bug: Replace supabase-storage image (#16431) ([9d1a23d](https://github.com/bitnami/charts/commit/9d1a23d)), closes [#16431](https://github.com/bitnami/charts/issues/16431) +* [bitnami/supabase] fix: :bug: Replace supabase-storage image (#16431) ([9d1a23d](https://github.com/bitnami/charts/commit/9d1a23dbabc24e8ea3f0aa62f867b4af09dc706e)), closes [#16431](https://github.com/bitnami/charts/issues/16431) ## 0.2.1 (2023-05-01) -* [bitnami/supabase] Release 0.2.1 updating components versions ([ea4558b](https://github.com/bitnami/charts/commit/ea4558b)) +* [bitnami/supabase] Release 0.2.1 updating components versions ([ea4558b](https://github.com/bitnami/charts/commit/ea4558b15e053aa842d446565f0dbc697562a216)) ## 0.2.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) -* Fix typo: Replace MongoDB with PostgreSQL (#15929) ([779dea5](https://github.com/bitnami/charts/commit/779dea5)), closes [#15929](https://github.com/bitnami/charts/issues/15929) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* Fix typo: Replace MongoDB with PostgreSQL (#15929) ([779dea5](https://github.com/bitnami/charts/commit/779dea53c301c6817a819406d0a93bde4e4d6260)), closes [#15929](https://github.com/bitnami/charts/issues/15929) ## 0.1.5 (2023-04-01) -* [bitnami/supabase] Release 0.1.5 updating components versions ([9e83749](https://github.com/bitnami/charts/commit/9e83749)) +* [bitnami/supabase] Release 0.1.5 updating components versions ([9e83749](https://github.com/bitnami/charts/commit/9e8374953e0d43dcee77be361c98cb33a17c3c9a)) ## 0.1.4 (2023-03-19) -* [bitnami/supabase] Release 0.1.4 updating components versions ([df4756f](https://github.com/bitnami/charts/commit/df4756f)) -* Fix kubectl commands in notes.txt (#15495) ([3003919](https://github.com/bitnami/charts/commit/3003919)), closes [#15495](https://github.com/bitnami/charts/issues/15495) +* [bitnami/supabase] Release 0.1.4 updating components versions ([df4756f](https://github.com/bitnami/charts/commit/df4756f74f646c6cd79a7cc81cf050ddf3e57dda)) +* Fix kubectl commands in notes.txt (#15495) ([3003919](https://github.com/bitnami/charts/commit/30039195b54905be12348e950a63720fc5b318d3)), closes [#15495](https://github.com/bitnami/charts/issues/15495) ## 0.1.3 (2023-03-14) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/supabase] Release 0.1.3 updating components versions ([ff3d74b](https://github.com/bitnami/charts/commit/ff3d74b)) -* Fix links in supabase README (#15396) ([7bd13b5](https://github.com/bitnami/charts/commit/7bd13b5)), closes [#15396](https://github.com/bitnami/charts/issues/15396) -* Fix url links in several charts README.md (#15370) ([f4a5fed](https://github.com/bitnami/charts/commit/f4a5fed)), closes [#15370](https://github.com/bitnami/charts/issues/15370) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/supabase] Release 0.1.3 updating components versions ([ff3d74b](https://github.com/bitnami/charts/commit/ff3d74b0241f72adc97d3a44ea313f7a65d87397)) +* Fix links in supabase README (#15396) ([7bd13b5](https://github.com/bitnami/charts/commit/7bd13b5bb10ee88759b98073c44daf2a8aa38938)), closes [#15396](https://github.com/bitnami/charts/issues/15396) +* Fix url links in several charts README.md (#15370) ([f4a5fed](https://github.com/bitnami/charts/commit/f4a5fedc49671cc1514f26612b3e2a592c2c1e94)), closes [#15370](https://github.com/bitnami/charts/issues/15370) ## 0.1.2 (2023-03-01) -* [bitnami/supabase] Release 0.1.2 updating components versions ([83774cb](https://github.com/bitnami/charts/commit/83774cb)) +* [bitnami/supabase] Release 0.1.2 updating components versions ([83774cb](https://github.com/bitnami/charts/commit/83774cbe6814e8ca623f384d74214a9d3d6174b8)) ## 0.1.1 (2023-02-24) -* [bitnami/supabase] Release 0.1.1 updating components versions ([e1bdf41](https://github.com/bitnami/charts/commit/e1bdf41)) +* [bitnami/supabase] Release 0.1.1 updating components versions ([e1bdf41](https://github.com/bitnami/charts/commit/e1bdf414876c0fdb6e6a081d0aa9a0ad8d6e7971)) ## 0.1.0 (2023-02-24) -* [bitnami/supabase] feat: :tada: Add chart (#15120) ([bbaeeb2](https://github.com/bitnami/charts/commit/bbaeeb2)), closes [#15120](https://github.com/bitnami/charts/issues/15120) +* [bitnami/supabase] feat: :tada: Add chart (#15120) ([bbaeeb2](https://github.com/bitnami/charts/commit/bbaeeb29aa0239b0e0b526df181d655bed07282a)), closes [#15120](https://github.com/bitnami/charts/issues/15120) diff --git a/bitnami/supabase/Chart.yaml b/bitnami/supabase/Chart.yaml index e46ac22f52..3e5a95720e 100644 --- a/bitnami/supabase/Chart.yaml +++ b/bitnami/supabase/Chart.yaml @@ -53,5 +53,4 @@ maintainers: name: supabase sources: - https://github.com/bitnami/charts/tree/main/bitnami/supabase -version: 5.1.1 - +version: 5.2.0 diff --git a/bitnami/supabase/README.md b/bitnami/supabase/README.md index 108219a669..1b0950d250 100644 --- a/bitnami/supabase/README.md +++ b/bitnami/supabase/README.md @@ -382,6 +382,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `auth.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase auth container(s) | `[]` | | `auth.sidecars` | Add additional sidecar containers to the Supabase auth pod(s) | `[]` | | `auth.initContainers` | Add additional init containers to the Supabase auth pod(s) | `[]` | +| `auth.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `auth.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `auth.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `auth.pdb.minAvailable` and `auth.pdb.maxUnavailable` are empty. | `""` | ### Supabase Auth Traffic Exposure Parameters @@ -487,6 +490,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `meta.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase Postgres Meta container(s) | `[]` | | `meta.sidecars` | Add additional sidecar containers to the Supabase Postgres Meta pod(s) | `[]` | | `meta.initContainers` | Add additional init containers to the Supabase Postgres Meta pod(s) | `[]` | +| `meta.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `meta.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `meta.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `meta.pdb.minAvailable` and `meta.pdb.maxUnavailable` are empty. | `""` | ### Supabase Meta Traffic Exposure Parameters @@ -595,6 +601,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `realtime.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase realtime container(s) | `[]` | | `realtime.sidecars` | Add additional sidecar containers to the Supabase realtime pod(s) | `[]` | | `realtime.initContainers` | Add additional init containers to the Supabase realtime pod(s) | `[]` | +| `realtime.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `realtime.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `realtime.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `realtime.pdb.minAvailable` and `realtime.pdb.maxUnavailable` are empty. | `""` | ### Supabase Realtime Traffic Exposure Parameters @@ -700,6 +709,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `rest.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase rest container(s) | `[]` | | `rest.sidecars` | Add additional sidecar containers to the Supabase rest pod(s) | `[]` | | `rest.initContainers` | Add additional init containers to the Supabase rest pod(s) | `[]` | +| `rest.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `rest.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `rest.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `rest.pdb.minAvailable` and `rest.pdb.maxUnavailable` are empty. | `""` | ### Supabase Rest Traffic Exposure Parameters @@ -805,6 +817,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `storage.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase storage container(s) | `[]` | | `storage.sidecars` | Add additional sidecar containers to the Supabase storage pod(s) | `[]` | | `storage.initContainers` | Add additional init containers to the Supabase storage pod(s) | `[]` | +| `storage.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `storage.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `storage.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `storage.pdb.minAvailable` and `storage.pdb.maxUnavailable` are empty. | `""` | ### Supabase Storage Traffic Exposure Parameters @@ -926,6 +941,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `studio.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase studio container(s) | `[]` | | `studio.sidecars` | Add additional sidecar containers to the Supabase studio pod(s) | `[]` | | `studio.initContainers` | Add additional init containers to the Supabase studio pod(s) | `[]` | +| `studio.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `studio.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `studio.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `studio.pdb.minAvailable` and `studio.pdb.maxUnavailable` are empty. | `""` | ### Supabase Studio Traffic Exposure Parameters diff --git a/bitnami/supabase/templates/auth/pdb.yaml b/bitnami/supabase/templates/auth/pdb.yaml new file mode 100644 index 0000000000..dfd66536b0 --- /dev/null +++ b/bitnami/supabase/templates/auth/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.auth.enabled .Values.auth.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.auth.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.auth.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: auth + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.auth.pdb.minAvailable }} + minAvailable: {{ .Values.auth.pdb.minAvailable }} + {{- end }} + {{- if or .Values.auth.pdb.maxUnavailable ( not .Values.auth.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.auth.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.auth.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: auth +{{- end }} diff --git a/bitnami/supabase/templates/meta/pdb.yaml b/bitnami/supabase/templates/meta/pdb.yaml new file mode 100644 index 0000000000..cce5d24cdc --- /dev/null +++ b/bitnami/supabase/templates/meta/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.meta.enabled .Values.meta.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.meta.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.meta.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: meta + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.meta.pdb.minAvailable }} + minAvailable: {{ .Values.meta.pdb.minAvailable }} + {{- end }} + {{- if or .Values.meta.pdb.maxUnavailable ( not .Values.meta.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.meta.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.meta.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: meta +{{- end }} diff --git a/bitnami/supabase/templates/realtime/pdb.yaml b/bitnami/supabase/templates/realtime/pdb.yaml new file mode 100644 index 0000000000..52f018302f --- /dev/null +++ b/bitnami/supabase/templates/realtime/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.realtime.enabled .Values.realtime.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.realtime.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.realtime.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: realtime + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.realtime.pdb.minAvailable }} + minAvailable: {{ .Values.realtime.pdb.minAvailable }} + {{- end }} + {{- if or .Values.realtime.pdb.maxUnavailable ( not .Values.realtime.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.realtime.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.realtime.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: realtime +{{- end }} diff --git a/bitnami/supabase/templates/rest/pdb.yaml b/bitnami/supabase/templates/rest/pdb.yaml new file mode 100644 index 0000000000..0a77cc1c64 --- /dev/null +++ b/bitnami/supabase/templates/rest/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.rest.enabled .Values.rest.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.rest.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.rest.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: rest + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.rest.pdb.minAvailable }} + minAvailable: {{ .Values.rest.pdb.minAvailable }} + {{- end }} + {{- if or .Values.rest.pdb.maxUnavailable ( not .Values.rest.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.rest.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.rest.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: rest +{{- end }} diff --git a/bitnami/supabase/templates/storage/pdb.yaml b/bitnami/supabase/templates/storage/pdb.yaml new file mode 100644 index 0000000000..a1e7feef5d --- /dev/null +++ b/bitnami/supabase/templates/storage/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.storage.enabled .Values.storage.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.storage.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.storage.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: storage + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.storage.pdb.minAvailable }} + minAvailable: {{ .Values.storage.pdb.minAvailable }} + {{- end }} + {{- if or .Values.storage.pdb.maxUnavailable ( not .Values.storage.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.storage.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.storage.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: storage +{{- end }} diff --git a/bitnami/supabase/templates/studio/pdb.yaml b/bitnami/supabase/templates/studio/pdb.yaml new file mode 100644 index 0000000000..907fbfdf5c --- /dev/null +++ b/bitnami/supabase/templates/studio/pdb.yaml @@ -0,0 +1,29 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.studio.enabled .Values.studio.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.studio.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: studio + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.studio.pdb.minAvailable }} + minAvailable: {{ .Values.studio.pdb.minAvailable }} + {{- end }} + {{- if or .Values.studio.pdb.maxUnavailable ( not .Values.studio.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.studio.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.studio.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: studio +{{- end }} diff --git a/bitnami/supabase/values.yaml b/bitnami/supabase/values.yaml index 05008d83cc..9d249727b3 100644 --- a/bitnami/supabase/values.yaml +++ b/bitnami/supabase/values.yaml @@ -698,6 +698,16 @@ auth: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param auth.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param auth.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param auth.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `auth.pdb.minAvailable` and `auth.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Auth Traffic Exposure Parameters ## service: @@ -1100,6 +1110,16 @@ meta: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param meta.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param meta.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param meta.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `meta.pdb.minAvailable` and `meta.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Meta Traffic Exposure Parameters ## service: @@ -1518,6 +1538,16 @@ realtime: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param realtime.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param realtime.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param realtime.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `realtime.pdb.minAvailable` and `realtime.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Realtime Traffic Exposure Parameters ## service: @@ -1918,6 +1948,16 @@ rest: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param rest.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param rest.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param rest.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `rest.pdb.minAvailable` and `rest.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Rest Traffic Exposure Parameters ## service: @@ -2324,6 +2364,16 @@ storage: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param storage.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param storage.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param storage.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `storage.pdb.minAvailable` and `storage.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Storage Traffic Exposure Parameters ## service: @@ -2775,6 +2825,16 @@ studio: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param studio.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param studio.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param studio.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `studio.pdb.minAvailable` and `studio.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Studio Traffic Exposure Parameters ## service: