You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <karl@jorgensen.org.uk>
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 <markus.pesch@cryptic.systems>
Signed-off-by: WrenIX <dev.github@wrenix.eu>