mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/*] Use new default branch name in links (#12943)
* [bitnami/*] Use new default branch name in links Signed-off-by: Fran Mulero <fmulero@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Fran Mulero <fmulero@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -10,7 +10,7 @@ dependencies:
|
||||
version: 2.x.x
|
||||
description: Apache Tomcat is an open-source web server designed to host and run Java-based web applications. It is a lightweight server with a good performance for applications running in production environments.
|
||||
engine: gotpl
|
||||
home: https://github.com/bitnami/charts/tree/master/bitnami/tomcat
|
||||
home: https://github.com/bitnami/charts/tree/main/bitnami/tomcat
|
||||
icon: https://bitnami.com/assets/stacks/tomcat/img/tomcat-stack-220x234.png
|
||||
keywords:
|
||||
- tomcat
|
||||
|
||||
@@ -7,7 +7,7 @@ Apache Tomcat is an open-source web server designed to host and run Java-based w
|
||||
[Overview of Apache Tomcat](http://tomcat.apache.org/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -305,7 +305,7 @@ Refer to the chart documentation for more information on, and examples of, confi
|
||||
|
||||
This chart allows you to set custom Pod affinity using the `affinity` parameter. Find more information about Pod's affinity in the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity).
|
||||
|
||||
As an alternative, use one of the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the [bitnami/common](https://github.com/bitnami/charts/tree/master/bitnami/common#affinities) chart. To do so, set the `podAffinityPreset`, `podAntiAffinityPreset`, or `nodeAffinityPreset` parameters.
|
||||
As an alternative, use one of the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the [bitnami/common](https://github.com/bitnami/charts/tree/main/bitnami/common#affinities) chart. To do so, set the `podAffinityPreset`, `podAntiAffinityPreset`, or `nodeAffinityPreset` parameters.
|
||||
|
||||
## Persistence
|
||||
|
||||
@@ -343,7 +343,7 @@ No issues should be expected when upgrading.
|
||||
|
||||
- Chart labels were adapted to follow the [Helm charts standard labels](https://helm.sh/docs/chart_best_practices/labels/#standard-labels).
|
||||
- Ingress configuration was also adapted to follow the Helm charts best practices.
|
||||
- This version also introduces `bitnami/common`, a [library chart](https://helm.sh/docs/topics/library_charts/#helm) as a dependency. More documentation about this new utility could be found [here](https://github.com/bitnami/charts/tree/master/bitnami/common#bitnami-common-library-chart). Please, make sure that you have updated the chart dependencies before executing any upgrade.
|
||||
- This version also introduces `bitnami/common`, a [library chart](https://helm.sh/docs/topics/library_charts/#helm) as a dependency. More documentation about this new utility could be found [here](https://github.com/bitnami/charts/tree/main/bitnami/common#bitnami-common-library-chart). Please, make sure that you have updated the chart dependencies before executing any upgrade.
|
||||
|
||||
Consequences:
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ tomcatUsername: user
|
||||
##
|
||||
tomcatPassword: ""
|
||||
## @param tomcatAllowRemoteManagement Enable remote access to management interface
|
||||
## ref: https://github.com/bitnami/charts/tree/master/bitnami/tomcat#configuration
|
||||
## ref: https://github.com/bitnami/charts/tree/main/bitnami/tomcat#configuration
|
||||
##
|
||||
tomcatAllowRemoteManagement: 0
|
||||
## @param catalinaOpts Java runtime option used by tomcat JVM
|
||||
|
||||
Reference in New Issue
Block a user