Skip to content

Commit

Permalink
[bitnami/discourse] Release 8.1.4 (bitnami#12430)
Browse files Browse the repository at this point in the history
* [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
bitnami-bot authored Sep 14, 2022
1 parent e8d4fb6 commit a27f02e
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
10 changes: 5 additions & 5 deletions bitnami/discourse/Chart.lock
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"
2 changes: 1 addition & 1 deletion bitnami/discourse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 35,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/discourse
- https://github.com/spinnaker
- https://www.discourse.org/
version: 8.1.3
version: 8.1.4
94 changes: 47 additions & 47 deletions bitnami/discourse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bitnami/discourse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 69,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/discourse
tag: 2.8.8-debian-11-r6
tag: 2.8.8-debian-11-r12
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit a27f02e

Please sign in to comment.