* [stable/metabase] Allow MAX_SESSION_AGE and MB_SESSION_COOKIES to be set from values.yaml
Signed-off-by: Dan Nguyen <dandoh@gmail.com>
* [stable/metabase] Pipe MAX_SESSION_AGE to quote
Signed-off-by: Dan Nguyen <dandoh@gmail.com>
* [stable/metabase] Allow MB_SITE_URL to be set from values.yaml
Signed-off-by: Oliver Evans <oliverevans96@gmail.com>
* Document siteUrl parameter
Signed-off-by: Oliver Evans <oliverevans96@gmail.com>
* bump chart version
Signed-off-by: Oliver Evans <oliverevans96@gmail.com>
* Bump version metabase to v0.33.7.3
Signed-off-by: Fabian Becker <halfdan@xnorfz.de>
* Bump version metabase to v0.34.0
Signed-off-by: Fabian Becker <halfdan@xnorfz.de>
* [stable/metabase] add namespace argument to all templates
Currently, the namespace is not automatically added to templates, even if Helm is called with the `--namespace` attribute. This seems to be intended by Helm: https://github.com/helm/helm/issues/3553
Other charts have also done this for their templates, for example: https://github.com/helm/charts/pull/17712
Signed-off-by: Juke <juke@craft-passion.com>
* [stable/metabase] bump version to 0.8.2 to recognise changes
Signed-off-by: Juke <juke@craft-passion.com>
* Allowing loadBalancerSourceRanges to be specified.
Why?
Imagine a scenario where you have a public load balancer that you want to restrict to a range of IP addresses. This is possible in kubernetes, but
not possible yet possible in this chart. This change allows one to specify the load balancer source ranges in the values.yaml
Signed-off-by: Matt Gardner <hi@mattgardner.com>
* Bumped chart version
Signed-off-by: Matt Gardner <hi@mattgardner.com>
* Update Chart.yaml
Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
* [stable/metabase] Add tolerations and affinity
Signed-off-by: Amit Oren <amitoren224@gmail.com>
* [stable/metabase] Update chart version
Signed-off-by: Amit Oren <amitoren224@gmail.com>
* Adding log4jProperties
Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>
* Bump Chart version and metabase version
Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>
* Adding necessary JAVA_TOOL_OPTIONS option when using log4jProperties
Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>
* Replace javaToolOptions by javaOpts
Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>
* Fix deployment chart
Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>
* [stable/metabase] Support database.connectionURI
This commit allows configuration of custom database connection URI with
as per https://github.com/metabase/metabase/blob/master/bin/start
* [stable/metabase] Store encryption key as secret
* [stable/metabase] Update to v0.27.1
* fixup! Revert chart version to 0.3.0
* fixup! encryptionKey secret available for h2 db type
* [stable/metabase] Update to 0.27.2
* [stable/metabase]: Update chart version to 0.3.1
* fixup! Optional encryptionKey