Discourse(R) packaged by Bitnami¶
Discourse is an open source discussion platform with built-in moderation and governance systems that let discussion communities protect themselves from bad actors even without official moderators.
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¶
使用加速地址添加仓库:
Introduction¶
This chart bootstraps a Discourse deployment on a Kubernetes cluster using the Helm package manager.
It also packages Bitnami Postgresql and Bitnami Redis® which are required as databases for the Discourse application.
Bitnami charts can be used with Kubeapps for deployment and management of Helm Charts in clusters.
Looking to use Discoursereg; in production? Try VMware Application Catalog, the enterprise edition of Bitnami Application Catalog.
Prerequisites¶
- Kubernetes 1.19+
- Helm 3.2.0+
- PV provisioner support in the underlying infrastructure
- ReadWriteMany volumes for deployment scaling
Installing the Chart¶
To install the chart with the release name my-release
:
The command deploys Discourse on the Kubernetes cluster in the default configuration. The Parameters section lists the parameters that can be configured during installation.
Tip: List all releases using
helm list
Uninstalling the Chart¶
To uninstall/delete the my-release
deployment:
The command removes all the Kubernetes components associated with the chart and deletes the release.
Parameters¶
Global parameters¶
Name | Description | Value |
---|---|---|
global.imageRegistry | Global Docker image registry | "" |
global.imagePullSecrets | Global Docker registry secret names as an array | [] |
global.storageClass | Global StorageClass for Persistent Volume(s) | "" |
Common parameters¶
Name | Description | Value |
---|---|---|
kubeVersion | Force target Kubernetes version (using Helm capabilities if not set) | "" |
nameOverride | String to partially override discourse.fullname template (will maintain the release name) | "" |
fullnameOverride | String to fully override discourse.fullname template | "" |
clusterDomain | Kubernetes Cluster Domain | cluster.local |
commonLabels | Labels to be added to all deployed resources | {} |
commonAnnotations | Annotations to be added to all deployed resources | {} |
extraDeploy | Array of extra objects to deploy with the release | [] |
diagnosticMode.enabled | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | false |
diagnosticMode.command | Command to override all containers in the the deployment(s)/statefulset(s) | ["sleep"] |
diagnosticMode.args | Args to override all containers in the the deployment(s)/statefulset(s) | ["infinity"] |
Discourse Common parameters¶
Name | Description | Value |
---|---|---|
image.registry | Discourse image registry | docker.io |
image.repository | Discourse image repository | bitnami/discourse |
image.tag | Discourse image tag | 3.0.4-debian-11-r0 |
image.digest | Discourse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | "" |
image.pullPolicy | Discourse image pull policy | IfNotPresent |
image.pullSecrets | Discourse image pull secrets | [] |
image.debug | Enable image debug mode | false |
auth.email | Discourse admin user email | user@example.com |
auth.username | Discourse admin user | user |
auth.password | Discourse admin password. WARNING: Minimum length of 10 characters | "" |
auth.existingSecret | Name of an existing secret to use for Discourse credentials | "" |
host | Hostname to create application URLs (include the port if ≠ 80) | "" |
siteName | Discourse site name | My Site! |
smtp.enabled | Enable/disable SMTP | false |
smtp.host | SMTP host name | "" |
smtp.port | SMTP port number | "" |
smtp.user | SMTP account user name | "" |
smtp.password | SMTP account password | "" |
smtp.protocol | SMTP protocol (Allowed values: tls, ssl) | "" |
smtp.auth | SMTP authentication method | "" |
smtp.existingSecret | Name of an existing Kubernetes secret. The secret must have the following key configured: smtp-password | "" |
replicaCount | Number of Discourse & Sidekiq replicas | 1 |
podSecurityContext.enabled | Enabled Discourse pods' Security Context | false |
podSecurityContext.fsGroup | Set Discourse pod's Security Context fsGroup | 0 |
hostAliases | Add deployment host aliases | [] |
podAnnotations | Additional pod annotations | {} |
podLabels | Additional pod labels | {} |
podAffinityPreset | Pod affinity preset. Allowed values: soft, hard | "" |
podAntiAffinityPreset | Pod anti-affinity preset. Ignored if affinity is set. Allowed values: soft or hard | soft |
nodeAffinityPreset.type | Node affinity preset type. Ignored if affinity is set. Allowed values: soft or hard | "" |
nodeAffinityPreset.key | Node label key to match Ignored if affinity is set. | "" |
nodeAffinityPreset.values | Node label values to match. Ignored if affinity is set. | [] |
affinity | Affinity for pod assignment | {} |
nodeSelector | Node labels for pod assignment. | {} |
tolerations | Tolerations for pod assignment. | [] |
topologySpreadConstraints | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | [] |
priorityClassName | Priority Class Name | "" |
schedulerName | Use an alternate scheduler, e.g. "stork". | "" |
terminationGracePeriodSeconds | Seconds Discourse pod needs to terminate gracefully | "" |
updateStrategy.type | Discourse deployment strategy type | RollingUpdate |
updateStrategy.rollingUpdate | Discourse deployment rolling update configuration parameters | {} |
sidecars | Add additional sidecar containers to the Discourse pods | [] |
initContainers | Add additional init containers to the Discourse pods | [] |
extraVolumeMounts | Optionally specify extra list of additional volumeMounts for the Discourse pods | [] |
extraVolumes | Optionally specify extra list of additional volumes for the Discourse pods | [] |
Discourse container parameters¶
Name | Description | Value |
---|---|---|
discourse.skipInstall | Do not run the Discourse installation wizard | false |
discourse.plugins | List of plugins to be installed before the container initialization | [] |
discourse.command | Custom command to override image cmd | [] |
discourse.args | Custom args for the custom command | [] |
discourse.extraEnvVars | Array with extra environment variables to add Discourse pods | [] |
discourse.extraEnvVarsCM | ConfigMap containing extra environment variables for Discourse pods | "" |
discourse.extraEnvVarsSecret | Secret containing extra environment variables (in case of sensitive data) for Discourse pods | "" |
discourse.containerPorts.http | Discourse HTTP container port | 8080 |
discourse.livenessProbe.enabled | Enable livenessProbe on Discourse containers | true |
discourse.livenessProbe.initialDelaySeconds | Initial delay seconds for livenessProbe | 500 |
discourse.livenessProbe.periodSeconds | Period seconds for livenessProbe | 10 |
discourse.livenessProbe.timeoutSeconds | Timeout seconds for livenessProbe | 5 |
discourse.livenessProbe.failureThreshold | Failure threshold for livenessProbe | 6 |
discourse.livenessProbe.successThreshold | Success threshold for livenessProbe | 1 |
discourse.readinessProbe.enabled | Enable readinessProbe on Discourse containers | true |
discourse.readinessProbe.initialDelaySeconds | Initial delay seconds for readinessProbe | 180 |
discourse.readinessProbe.periodSeconds | Period seconds for readinessProbe | 10 |
discourse.readinessProbe.timeoutSeconds | Timeout seconds for readinessProbe | 5 |
discourse.readinessProbe.failureThreshold | Failure threshold for readinessProbe | 6 |
discourse.readinessProbe.successThreshold | Success threshold for readinessProbe | 1 |
discourse.startupProbe.enabled | Enable startupProbe on Discourse containers | false |
discourse.startupProbe.initialDelaySeconds | Initial delay seconds for startupProbe | 60 |
discourse.startupProbe.periodSeconds | Period seconds for startupProbe | 10 |
discourse.startupProbe.timeoutSeconds | Timeout seconds for startupProbe | 5 |
discourse.startupProbe.failureThreshold | Failure threshold for startupProbe | 15 |
discourse.startupProbe.successThreshold | Success threshold for startupProbe | 1 |
discourse.customLivenessProbe | Custom livenessProbe that overrides the default one | {} |
discourse.customReadinessProbe | Custom readinessProbe that overrides the default one | {} |
discourse.customStartupProbe | Custom startupProbe that overrides the default one | {} |
discourse.resources.limits | The resources limits for the Discourse containers | {} |
discourse.resources.requests | The requested resources for the Discourse containers | {} |
discourse.containerSecurityContext.enabled | Enabled Discourse containers' Security Context | false |
discourse.containerSecurityContext.runAsUser | Set Discourse containers' Security Context runAsUser | 0 |
discourse.containerSecurityContext.runAsNonRoot | Set Discourse containers' Security Context runAsNonRoot | false |
discourse.lifecycleHooks | for the Discourse container(s) to automate configuration before or after startup | {} |
discourse.extraVolumeMounts | Optionally specify extra list of additional volumeMounts for the Discourse pods | [] |
persistence.enabled | Enable persistence using Persistent Volume Claims | true |
persistence.storageClass | Persistent Volume storage class | "" |
persistence.accessModes | Persistent Volume access modes | [] |
persistence.accessMode | Persistent Volume access mode (DEPRECATED: use persistence.accessModes instead) | ReadWriteOnce |
persistence.size | Persistent Volume size | 10Gi |
persistence.existingClaim | The name of an existing PVC to use for persistence | "" |
persistence.selector | Selector to match an existing Persistent Volume for Discourse data PVC | {} |
persistence.annotations | Persistent Volume Claim annotations | {} |
Sidekiq container parameters¶
Name | Description | Value |
---|---|---|
sidekiq.command | Custom command to override image cmd (evaluated as a template) | ["/opt/bitnami/scripts/discourse/entrypoint.sh"] |
sidekiq.args | Custom args for the custom command (evaluated as a template) | ["/opt/bitnami/scripts/discourse-sidekiq/run.sh"] |
sidekiq.extraEnvVars | Array with extra environment variables to add Sidekiq pods | [] |
sidekiq.extraEnvVarsCM | ConfigMap containing extra environment variables for Sidekiq pods | "" |
sidekiq.extraEnvVarsSecret | Secret containing extra environment variables (in case of sensitive data) for Sidekiq pods | "" |
sidekiq.livenessProbe.enabled | Enable livenessProbe on Sidekiq containers | true |
sidekiq.livenessProbe.initialDelaySeconds | Delay before liveness probe is initiated | 500 |
sidekiq.livenessProbe.periodSeconds | How often to perform the probe | 10 |
sidekiq.livenessProbe.timeoutSeconds | When the probe times out | 5 |
sidekiq.livenessProbe.failureThreshold | Minimum consecutive failures for the probe | 6 |
sidekiq.livenessProbe.successThreshold | Minimum consecutive successes for the probe | 1 |
sidekiq.readinessProbe.enabled | Enable readinessProbe on Sidekiq containers | true |
sidekiq.readinessProbe.initialDelaySeconds | Delay before readiness probe is initiated | 30 |
sidekiq.readinessProbe.periodSeconds | How often to perform the probe | 10 |
sidekiq.readinessProbe.timeoutSeconds | When the probe times out | 5 |
sidekiq.readinessProbe.failureThreshold | Minimum consecutive failures for the probe | 6 |
sidekiq.readinessProbe.successThreshold | Minimum consecutive successes for the probe | 1 |
sidekiq.startupProbe.enabled | Enable startupProbe on Sidekiq containers | false |
sidekiq.startupProbe.initialDelaySeconds | Initial delay seconds for startupProbe | 60 |
sidekiq.startupProbe.periodSeconds | Period seconds for startupProbe | 10 |
sidekiq.startupProbe.timeoutSeconds | Timeout seconds for startupProbe | 5 |
sidekiq.startupProbe.failureThreshold | Failure threshold for startupProbe | 15 |
sidekiq.startupProbe.successThreshold | Success threshold for startupProbe | 1 |
sidekiq.customLivenessProbe | Custom livenessProbe that overrides the default one | {} |
sidekiq.customReadinessProbe | Custom readinessProbe that overrides the default one | {} |
sidekiq.customStartupProbe | Custom startupProbe that overrides the default one | {} |
sidekiq.resources.limits | The resources limits for the Sidekiq containers | {} |
sidekiq.resources.requests | The requested resources for the Sidekiq containers | {} |
sidekiq.containerSecurityContext.enabled | Enabled Sidekiq containers' Security Context | false |
sidekiq.containerSecurityContext.runAsUser | Set Sidekiq containers' Security Context runAsUser | 0 |
sidekiq.containerSecurityContext.runAsNonRoot | Set Sidekiq containers' Security Context runAsNonRoot | false |
sidekiq.lifecycleHooks | for the Sidekiq container(s) to automate configuration before or after startup | {} |
sidekiq.extraVolumeMounts | Optionally specify extra list of additional volumeMounts for the Sidekiq pods | [] |
Traffic Exposure Parameters¶
Name | Description | Value |
---|---|---|
service.type | Discourse service type | ClusterIP |
service.ports.http | Discourse service HTTP port | 80 |
service.nodePorts.http | Node port for HTTP | "" |
service.sessionAffinity | Control where client requests go, to the same pod or round-robin | None |
service.sessionAffinityConfig | Additional settings for the sessionAffinity | {} |
service.clusterIP | Discourse service Cluster IP | "" |
service.loadBalancerIP | Discourse service Load Balancer IP | "" |
service.loadBalancerSourceRanges | Discourse service Load Balancer sources | [] |
service.externalTrafficPolicy | Discourse service external traffic policy | Cluster |
service.annotations | Additional custom annotations for Discourse service | {} |
service.extraPorts | Extra port to expose on Discourse service | [] |
ingress.enabled | Enable ingress record generation for Discourse | false |
ingress.ingressClassName | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | "" |
ingress.pathType | Ingress path type | ImplementationSpecific |
ingress.apiVersion | Force Ingress API version (automatically detected if not set) | "" |
ingress.hostname | Default host for the ingress record | discourse.local |
ingress.path | Default path for the ingress record | / |
ingress.annotations | Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. | {} |
ingress.tls | Enable TLS configuration for the host defined at ingress.hostname parameter | false |
ingress.selfSigned | Create a TLS secret for this ingress record using self-signed certificates generated by Helm | false |
ingress.extraHosts | An array with additional hostname(s) to be covered with the ingress record | [] |
ingress.extraPaths | An array with additional arbitrary paths that may need to be added to the ingress under the main host | [] |
ingress.extraTls | TLS configuration for additional hostname(s) to be covered with this ingress record | [] |
ingress.secrets | Custom TLS certificates as secrets | [] |
ingress.extraRules | Additional rules to be covered with this ingress record | [] |
Volume Permissions parameters¶
Name | Description | Value |
---|---|---|
volumePermissions.enabled | Enable init container that changes the owner and group of the persistent volume | false |
volumePermissions.image.registry | Init container volume-permissions image registry | docker.io |
volumePermissions.image.repository | Init container volume-permissions image repository | bitnami/bitnami-shell |
volumePermissions.image.tag | Init container volume-permissions image tag (immutable tags are recommended) | 11-debian-11-r128 |
volumePermissions.image.digest | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | "" |
volumePermissions.image.pullPolicy | Init container volume-permissions image pull policy | IfNotPresent |
volumePermissions.image.pullSecrets | Init container volume-permissions image pull secrets | [] |
volumePermissions.resources.limits | Init container volume-permissions resource limits | {} |
volumePermissions.resources.requests | Init container volume-permissions resource requests | {} |
volumePermissions.containerSecurityContext.runAsUser | User ID for the init container | 0 |
Other Parameters¶
Name | Description | Value |
---|---|---|
serviceAccount.create | Enable creation of ServiceAccount for Discourse pods | false |
serviceAccount.name | The name of the ServiceAccount to use. | "" |
serviceAccount.automountServiceAccountToken | Allows auto mount of ServiceAccountToken on the serviceAccount created | true |
serviceAccount.annotations | Additional custom annotations for the ServiceAccount | {} |
NetworkPolicy parameters¶
Name | Description | Value |
---|---|---|
networkPolicy.enabled | Enable network policies | false |
networkPolicy.ingress.enabled | Enable network policy for Ingress Proxies | false |
networkPolicy.ingress.namespaceSelector | Ingress Proxy namespace selector labels. These labels will be used to identify the Ingress Proxy's namespace. | {} |
networkPolicy.ingress.podSelector | Ingress Proxy pods selector labels. These labels will be used to identify the Ingress Proxy pods. | {} |
networkPolicy.ingressRules.backendOnlyAccessibleByFrontend | Enable ingress rule that makes the backends (PostgreSQL and Redis) only accessible by Discourse's pods. | false |
networkPolicy.ingressRules.customBackendSelector | Backend selector labels. These labels will be used to identify the backend pods. | {} |
networkPolicy.ingressRules.accessOnlyFrom.enabled | Enable ingress rule that makes Discourse only accessible from a particular origin | false |
networkPolicy.ingressRules.accessOnlyFrom.namespaceSelector | Namespace selector label that is allowed to access Discourse. This label will be used to identified the allowed namespace(s). | {} |
networkPolicy.ingressRules.accessOnlyFrom.podSelector | Pods selector label that is allowed to access Discourse. This label will be used to identified the allowed pod(s). | {} |
networkPolicy.ingressRules.customRules | Custom network policy ingress rule | {} |
networkPolicy.egressRules.denyConnectionsToExternal | Enable egress rule that denies outgoing traffic outside the cluster, except for DNS (port 53). | false |
networkPolicy.egressRules.customRules | Custom network policy rule | {} |
Discourse database parameters¶
Name | Description | Value |
---|---|---|
postgresql.enabled | Switch to enable or disable the PostgreSQL helm chart | true |
postgresql.auth.enablePostgresUser | Assign a password to the "postgres" admin user. Otherwise, remote access will be blocked for this user | true |
postgresql.auth.postgresPassword | Password for the "postgres" admin user | bitnami |
postgresql.auth.username | Name for a custom user to create | bn_discourse |
postgresql.auth.password | Password for the custom user to create | "" |
postgresql.auth.database | Name for a custom database to create | bitnami_application |
postgresql.auth.existingSecret | Name of existing secret to use for PostgreSQL credentials | "" |
postgresql.architecture | PostgreSQL architecture (standalone or replication ) | standalone |
externalDatabase.host | Database host | localhost |
externalDatabase.port | Database port number | 5432 |
externalDatabase.user | Non-root username for Discourse | bn_discourse |
externalDatabase.password | Password for the non-root username for Discourse | "" |
externalDatabase.database | Discourse database name | bitnami_application |
externalDatabase.create | Switch to enable user/database creation during the installation stage | true |
externalDatabase.postgresUser | PostgreSQL admin user, used during the installation stage | "" |
externalDatabase.postgresPassword | PostgreSQL admin password, used during the installation stage | "" |
externalDatabase.existingSecret | Name of an existing secret resource containing the database credentials | "" |
externalDatabase.existingSecretPasswordKey | Name of an existing secret key containing the database credentials | password |
externalDatabase.existingSecretPostgresPasswordKey | Name of an existing secret key containing the database admin user credentials | postgres-password |
Redis® parameters¶
Name | Description | Value |
---|---|---|
redis.enabled | Switch to enable or disable the Redis® helm | true |
redis.auth.enabled | Enable password authentication | true |
redis.auth.password | Redis® password | "" |
redis.auth.existingSecret | The name of an existing secret with Redis® credentials | "" |
redis.architecture | Redis® architecture. Allowed values: standalone or replication | standalone |
externalRedis.host | Redis® host | localhost |
externalRedis.port | Redis® port number | 6379 |
externalRedis.password | Redis® password | "" |
externalRedis.existingSecret | Name of an existing secret resource containing the Redis&trade credentials | "" |
externalRedis.existingSecretPasswordKey | Name of an existing secret key containing the Redis&trade credentials | redis-password |
The above parameters map to the env variables defined in bitnami/discourse. For more information please refer to the bitnami/discourse image documentation.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
. For example,
The above command sets the Discourse administrator account username and password to admin
and password
respectively.
NOTE: Once this chart is deployed, it is not possible to change the application's access credentials, such as usernames or passwords, using Helm. To change these application credentials after deployment, delete any persistent volumes (PVs) used by the chart and re-deploy it, or use the application's built-in administrative tools if available.
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
Tip: You can use the default values.yaml
Configuration and installation details¶
Rolling VS Immutable tags¶
It is strongly recommended to use immutable tags in a production environment. This ensures your deployment does not change automatically if the same tag is updated with a different image.
Bitnami will release a new chart updating its containers if a new version of the main container, significant changes, or critical vulnerabilities exist.
Setting up replication¶
By default, this Chart only deploys a single pod running Discourse. Should you want to increase the number of replicas, you may follow these simple steps to ensure everything works smoothly:
Tip: Running these steps ensures the PostgreSQL instance is correctly populated. If you already have an initialised DB, you may directly create a release with the desired number of replicas. Remind to set
discourse.skipInstall
totrue
!
-
Create a conventional release, that will be scaled later:
-
Wait for the release to complete and Discourse to be running successfully.
-
Perform an upgrade specifying the number of replicas and the credentials used.
Note that for this to work properly, you need to provide ReadWriteMany PVCs. If you don't have a provisioner for this type of storage, we recommend that you install the NFS provisioner chart (with the correct parameters, such as
persistence.enabled=true
andpersistence.size=10Gi
) and map it to a RWO volume.Then you can deploy Discourse chart using the proper parameters:
Sidecars¶
If you have a need for additional containers to run within the same pod as Discourse (e.g. metrics or logging exporter), you can do so via the sidecars
config parameter. Simply define your container according to the Kubernetes container spec.
sidecars:
- name: your-image-name
image: your-image
imagePullPolicy: Always
ports:
- name: portname
containerPort: 1234
If these sidecars export extra ports, you can add extra port definitions using the service.extraPorts
value:
Using an external database¶
Sometimes you may want to have Discourse connect to an external database rather than installing one inside your cluster, e.g. to use a managed database service, or use run a single database server for all your applications. To do this, the chart allows you to specify credentials for an external database under the externalDatabase
parameter. You should also disable the PostgreSQL installation with the postgresql.enabled
option. For example with the following parameters:
postgresql.enabled=false
externalDatabase.host=myexternalhost
externalDatabase.user=myuser
externalDatabase.password=mypassword
externalDatabase.postgresUser=postgres
externalDatabase.postgresPassword=rootpassword
externalDatabase.database=mydatabase
externalDatabase.port=5432
Note also that if you disable PostgreSQL per above you MUST supply values for the externalDatabase
connection.
In case the database already contains data from a previous Discourse installation, you need to set the discourse.skipInstall
parameter to true. Otherwise, the container would execute the installation wizard and could modify the existing data in the database. This parameter force the container to not execute the Discourse installation wizard.
Similarly, you can specify an external Redis® instance rather than installing one inside your cluster. First, you may disable the Redis® installation with the redis.enabled
option. As aforementioned, used the provided parameters to provide data about your instance:
redis.enabled=false
externalRedis.host=myexternalhost
externalRedis.password=mypassword
externalRedis.port=5432
Ingress¶
This chart provides support for Ingress resources. If an Ingress controller, such as nginx-ingress or traefik, that Ingress controller can be used to serve Discourse.
To enable Ingress integration, set ingress.enabled
to true
. The ingress.hostname
property can be used to set the host name. The ingress.tls
parameter can be used to add the TLS configuration for this host. It is also possible to have more than one host, with a separate TLS configuration for each host. Learn more about configuring and using Ingress.
TLS secrets¶
The chart also facilitates the creation of TLS secrets for use with the Ingress controller, with different options for certificate management. Learn more about TLS secrets.
Setting Pod's affinity¶
This chart allows you to set your custom affinity using the affinity
parameter. Find more information about Pod's affinity in the kubernetes documentation.
As an alternative, you can use of the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the bitnami/common chart. To do so, set the podAffinityPreset
, podAntiAffinityPreset
, or nodeAffinityPreset
parameters.
Persistence¶
The Bitnami Discourse image stores the Discourse data and configurations at the /bitnami
path of the container.
Persistent Volume Claims are used to keep the data across deployments. This is known to work in GCE, AWS, and minikube. See the Parameters section to configure the PVC or to disable persistence.
Troubleshooting¶
Find more information about how to deal with common errors related to Bitnami's Helm charts in this troubleshooting guide.
Upgrading¶
To 9.0.0¶
This major updates the PostgreSQL subchart to its newest major, 12.0.0. Here you can find more information about the changes introduced in that version.
To any previous version¶
Refer to the chart documentation for more information about how to upgrade from previous releases.
License¶
Copyright © 2023 VMware, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.