-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.12: Update Chart documentation, fix resources, and rename hpa to…
… autoscaling (#17)
- Loading branch information
Showing
17 changed files
with
1,443 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Required | ||
input: | ||
- charts/monica/values.yaml | ||
|
||
indent: 2 | ||
output: charts/monica/values.schema.json | ||
|
||
schemaRoot: | ||
id: https://monicahq.github.io/helm/schema | ||
title: Monica Helm Charts Values Schema | ||
description: Schema for Helm values | ||
additionalProperties: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ apiVersion: v2 | |
name: monica | ||
description: A Helm chart for Kubernetes to install Monica | ||
type: application | ||
version: 1.0.11 | ||
version: 1.0.12 | ||
appVersion: "5.0.0" | ||
icon: https://raw.githubusercontent.com/monicahq/monica/aa98c09/public/img/favicon.svg | ||
maintainers: | ||
|
@@ -12,6 +12,9 @@ maintainers: | |
email: [email protected] | ||
keywords: | ||
- crm | ||
- prm | ||
- social | ||
- laravel | ||
kubeVersion: ">=1.16.0-0" | ||
sources: | ||
- https://github.com/monicahq/helm | ||
|
@@ -61,16 +64,10 @@ annotations: | |
url: https://github.com/monicahq/monica | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: Use a CronJob for the cron job instead of a container | ||
- kind: changed | ||
description: Use a DaemonSet for the queue instead of a container | ||
- kind: fixed | ||
description: Fix static file rendering (css, js, ...) for nginx using and emptydir | ||
- kind: fixed | ||
description: Fixed hpa test value | ||
description: Update chart documentation | ||
- kind: fixed | ||
description: Fixed phpConfigs rendering | ||
description: Fix resources usage | ||
- kind: added | ||
description: Added a rbac.create option | ||
- kind: added | ||
description: Added a monica.queue.priorityClassName option | ||
description: Add resources for cronjob and queue | ||
- kind: changed | ||
description: Renamed 'hpa' to 'autoscaling', and its child values |
Oops, something went wrong.