Skip to content

Tags: nextcloud/helm

Tags

nextcloud-8.7.0

Toggle nextcloud-8.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(cronjob):Added activeDeadlineSeconds #820

Signed-off-by: Cromefire_ <[email protected]>

nextcloud-8.6.1

Toggle nextcloud-8.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(nextcloud): update AppVersion to 32.0.3 (#823)

Signed-off-by: Tero Paloheimo <[email protected]>

nextcloud-8.6.0

Toggle nextcloud-8.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(nextcloud): add support for extraManifests #745

Signed-off-by: Thomas Di Cizerone <[email protected]>

nextcloud-8.5.10

Toggle nextcloud-8.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cronjob): labels wrong indent #813

Signed-off-by: DrummyFloyd <[email protected]>

nextcloud-8.5.9

Toggle nextcloud-8.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(nextcloud): sync defaultConfig from docker-container (#799)

take nextcloud/docker@1f87830

Signed-off-by: WrenIX <[email protected]>

nextcloud-8.5.8

Toggle nextcloud-8.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(nextcloud): Add selector labels to cronjob template #812

fix #801

Signed-off-by: WrenIX <[email protected]>

nextcloud-8.5.7

Toggle nextcloud-8.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(collabora): Bump collabora to helm chart to 1.1.53 #769 / (#811

Signed-off-by: Jesse Hitch <[email protected]>

nextcloud-8.5.6

Toggle nextcloud-8.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(docs): replace dead links in values.yaml #786

Signed-off-by: Txomin Itoiz <[email protected]>
Co-authored-by: WrenIX <[email protected]>

nextcloud-8.5.5

Toggle nextcloud-8.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(nextcloud): Add support for `priorityClassName` #789

* Add support for priorityClassName

The chart now has one "main" `.Values.priorityClassName`, which is the
default for everything deployed in the main chart (i.e. the default
does not extend to `mariadb`, `redis`, `collabora-online` etc).

The main priority class can be overridden for the cronjob and imaginary

Closes #178

Signed-off-by: Karl E. Jorgensen <[email protected]>

nextcloud-8.5.4

Toggle nextcloud-8.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(values): add registry of image #806

The following patch adds the `registry` attribute. It also sets the `registry`
attribute for all helm chart dependencies.

This is necessary to protect CRIO users from a breaking change in v1.34. Further
information can be found here:

cri-o/cri-o#9401

Signed-off-by: Markus Pesch <[email protected]>
Signed-off-by: WrenIX <[email protected]>