Skip to content

Commit

Permalink
Merge branch 'main' into allow-nginx-additional-config
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsaut <1256948+FlorentPoinsaut@users.noreply.github.com>
  • Loading branch information
FlorentPoinsaut authored Nov 13, 2023
2 parents 294c51b + 9ba93c7 commit d4a51f8
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '.github/**'
- 'charts/**/README.md'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'README.md'

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ on:
push:
branches:
- main
paths-ignore:
- '.github/**'
- 'charts/**/README.md'
- 'LICENSE'
- 'README.md'
paths:
- 'charts/**'

jobs:
release:
Expand Down
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Welcome

Thanks for considering a contribution to this Nextcloud repository run by the community! Please make sure you review the [Code of Conduct](./CODE_OF_CONDUCT.md) before proceeding, and keep in mind that this repository is run by volunteers.

# Pull Requests

Before submitting a feature or fix PR, please make sure the following are done:

1. Make sure all your commits are signed off. (Learn more the DCO [here](https://probot.github.io/apps/dco))
2. Any new or changed values are updated in the [values.yaml](./charts/nextcloud/values.yaml) and the [README.md](./charts/nextcloud/README.md)
3. Bump the `version` in the [Chart.yaml](./charts/nextcloud/Chart.yaml) according to [Semantic Versioning](https://semver.org) which uses the format `major.minor.patch`.

Then, please make sure you follow the [pull request template](.github/pull_request_template.md), so we can more quickly review.

# Issues

Please make sure you follow one of the [issue templates](.github/ISSUE_TEMPLATE) so we can better help troubleshoot with you.
6 changes: 3 additions & 3 deletions charts/nextcloud/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.11.2
version: 12.12.10
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.2.9
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.13.2
digest: sha256:e9c91a845b3f176bc0ab93c7323e50d98fd805c7c7864d1f0a45b4650707c2f5
generated: "2023-09-16T01:30:49.121548618+02:00"
digest: sha256:92fe0891c35c2586cfe3b76154412c188bb75cc0a687e1d771fc4c1cf0f8973d
generated: "2023-11-11T19:19:38.983179104+01:00"
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintainers:
email: jeff@billimek.com
dependencies:
- name: postgresql
version: 12.11.*
version: 12.12.*
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: mariadb
Expand Down

0 comments on commit d4a51f8

Please sign in to comment.