Skip to content

Commit

Permalink
[bitnami/discourse] Bump discourse to 3.3.0 (#28786)
Browse files Browse the repository at this point in the history
* [bitnami/discourse] Release 13.2.16 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* chore: 🔧 Bump tag

Signed-off-by: Javier Salmeron Garcia <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update Chart.yaml

Signed-off-by: Javier J. Salmerón García <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* chore: 🔧 Update tag

Signed-off-by: Javier J. Salmerón García <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* chore: 🔧 Bump image tag

Signed-off-by: Javier J. Salmerón García <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* test: ✅ Update tests

Signed-off-by: Javier J. Salmerón García <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* chore: 🔧 Bump tag

Signed-off-by: Javier J. Salmerón García <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Javier Salmeron Garcia <[email protected]>
Signed-off-by: Javier J. Salmerón García <[email protected]>
Co-authored-by: Javier Salmeron Garcia <[email protected]>
Co-authored-by: Javier J. Salmerón García <[email protected]>
  • Loading branch information
3 people authored Aug 20, 2024
1 parent f7caac5 commit 439b8c7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .vib/discourse/cypress/cypress/e2e/discourse.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ it('allows to sign up', () => {
cy.get('#new-account-password').type(`${random}.${user.newUser.password}`);
});
cy.contains('Checking username').should('not.exist');
cy.contains('button', 'Create your account').click();
cy.get('.btn-large').contains('button', 'Sign Up').click();
cy.contains('button', 'Resend Activation Email');
});

Expand Down
1 change: 1 addition & 0 deletions .vib/discourse/vib-action.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
verification-mode=SERIAL
4 changes: 2 additions & 2 deletions bitnami/discourse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 14.0.0 (2024-08-13)
## 14.1.0 (2024-08-20)

* [bitnami/discourse] Update dependencies ([#28852](https://github.com/bitnami/charts/pull/28852))
* [bitnami/discourse] Bump discourse to 3.3.0 ([#28786](https://github.com/bitnami/charts/pull/28786))

## <small>13.2.15 (2024-07-30)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/discourse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: discourse
image: docker.io/bitnami/discourse:3.2.5-debian-12-r0
image: docker.io/bitnami/discourse:3.3.0-debian-12-r8
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r27
apiVersion: v2
appVersion: 3.2.5
appVersion: 3.3.0
dependencies:
- condition: redis.enabled
name: redis
Expand Down Expand Up @@ -41,4 +41,4 @@ maintainers:
name: discourse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/discourse
version: 14.0.0
version: 14.1.0
2 changes: 1 addition & 1 deletion bitnami/discourse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
| `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.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if discourse.resources is set (discourse.resources is recommended for production). | `xlarge` |
| `discourse.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if discourse.resources is set (discourse.resources is recommended for production). | `2xlarge` |
| `discourse.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
| `discourse.containerSecurityContext.enabled` | Enabled containers' Security Context | `true` |
| `discourse.containerSecurityContext.seLinuxOptions` | Set SELinux options in container | `{}` |
Expand Down
4 changes: 2 additions & 2 deletions bitnami/discourse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/discourse
tag: 3.2.5-debian-12-r0
tag: 3.3.0-debian-12-r8
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -381,7 +381,7 @@ discourse:
## @param discourse.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if discourse.resources is set (discourse.resources is recommended for production).
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
##
resourcesPreset: "xlarge"
resourcesPreset: "2xlarge"
## @param discourse.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
## Example:
## resources:
Expand Down

0 comments on commit 439b8c7

Please sign in to comment.