forked from bitnami/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bitnami/discourse] Release 8.1.4 (bitnami#12430)
* [bitnami/discourse] Release 8.1.4 updating components versions Signed-off-by: Bitnami Containers <[email protected]> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <[email protected]> Signed-off-by: Bitnami Containers <[email protected]>
- Loading branch information
1 parent
e8d4fb6
commit a27f02e
Showing
4 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 1,12 @@ | ||
dependencies: | ||
- name: redis | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 17.1.2 | ||
version: 17.1.5 | ||
- name: postgresql | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 11.8.1 | ||
version: 11.9.0 | ||
- name: common | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 2.0.1 | ||
digest: sha256:e109df72c7828a8a24845edc6a4f98f833eb4d97bff52a5b3c4a5880054e1ef2 | ||
generated: "2022-08-30T06:05:06.077330357Z" | ||
version: 2.0.3 | ||
digest: sha256:48e730212c5bafb90cfe4c9ea271f8f2d01d0f1f3ca5245be69825f6c68ddde7 | ||
generated: "2022-09-14T16:13:15.971493896Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,53 81,53 @@ The command removes all the Kubernetes components associated with the chart and | |
|
||
### 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 | `2.8.8-debian-11-r6` | | ||
| `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 | `[email protected]` | | ||
| `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 | `[]` | | ||
| Name | Description | Value | | ||
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- | | ||
| `image.registry` | Discourse image registry | `docker.io` | | ||
| `image.repository` | Discourse image repository | `bitnami/discourse` | | ||
| `image.tag` | Discourse image tag | `2.8.8-debian-11-r12` | | ||
| `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 | `[email protected]` | | ||
| `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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters