From 606c578a94096b882fd1057ad68fdd9932ca2eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Sun, 13 Jun 2021 00:06:53 -0700 Subject: [PATCH] [focalboard] Migrate to common v3 (#997) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nιcнolaѕ wιlde --- charts/stable/focalboard/Chart.yaml | 6 ++-- charts/stable/focalboard/README.md | 36 +++++++++++-------- .../focalboard/README_CHANGELOG.md.gotmpl | 15 ++++++-- charts/stable/focalboard/values.yaml | 30 +++++++++------- 4 files changed, 54 insertions(+), 33 deletions(-) diff --git a/charts/stable/focalboard/Chart.yaml b/charts/stable/focalboard/Chart.yaml index e006ad3a..88d88f3c 100644 --- a/charts/stable/focalboard/Chart.yaml +++ b/charts/stable/focalboard/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.6.5 +appVersion: 0.6.7 description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. name: focalboard -version: 1.1.0 +version: 2.0.0 kubeVersion: ">=1.16.0-0" keywords: - focalboard @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.5.0 + version: 3.0.2 diff --git a/charts/stable/focalboard/README.md b/charts/stable/focalboard/README.md index b12483f4..a1182978 100644 --- a/charts/stable/focalboard/README.md +++ b/charts/stable/focalboard/README.md @@ -1,6 +1,6 @@ # focalboard -![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 0.6.5](https://img.shields.io/badge/AppVersion-0.6.5-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 0.6.7](https://img.shields.io/badge/AppVersion-0.6.7-informational?style=flat-square) Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. @@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.5.0 | +| https://library-charts.k8s-at-home.com | common | 3.0.2 | ## TL;DR @@ -77,16 +77,13 @@ N/A | Key | Type | Default | Description | |-----|------|---------|-------------| -| env | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"flipenergy/focalboard"` | | -| image.tag | string | `"0.6.5"` | | -| ingress.enabled | bool | `false` | | -| persistence.data.emptyDir.enabled | bool | `false` | | -| persistence.data.enabled | bool | `false` | | -| persistence.data.mountPath | string | `"/data"` | | -| service.port.port | int | `8000` | | -| strategy.type | string | `"Recreate"` | | +| env | object | See below | environment variables. See more environment variables in the [image entrypoint script](https://github.com/FlipEnergy/container-images/blob/main/focalboard/entrypoint.sh) | +| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | +| image.repository | string | `"flipenergy/focalboard"` | image repository | +| image.tag | string | `"0.6.7"` | image tag | +| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | +| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | +| service | object | See values.yaml | Configures service settings for the chart. | ## Changelog @@ -94,6 +91,14 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.0.0] + +#### Changed + +- **BREAKING**: Upgraded the common library dependency to version 3.0.2. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored). + Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.2/charts/stable/common/) for the up-to-date values. +- Changed image tag to `0.6.7`. + ### [1.0.2] #### Added @@ -136,9 +141,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[1.0.2]: #1.0.2 -[1.0.1]: #1.0.1 -[1.0.0]: #1.0.0 +[2.0.0]: #200 +[1.0.2]: #102 +[1.0.1]: #101 +[1.0.0]: #100 ## Support diff --git a/charts/stable/focalboard/README_CHANGELOG.md.gotmpl b/charts/stable/focalboard/README_CHANGELOG.md.gotmpl index c8b01b39..9aac2ac7 100644 --- a/charts/stable/focalboard/README_CHANGELOG.md.gotmpl +++ b/charts/stable/focalboard/README_CHANGELOG.md.gotmpl @@ -9,6 +9,14 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.0.0] + +#### Changed + +- **BREAKING**: Upgraded the common library dependency to version 3.0.2. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored). + Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.2/charts/stable/common/) for the up-to-date values. +- Changed image tag to `0.6.7`. + ### [1.0.2] #### Added @@ -51,7 +59,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[1.0.2]: #1.0.2 -[1.0.1]: #1.0.1 -[1.0.0]: #1.0.0 +[2.0.0]: #200 +[1.0.2]: #102 +[1.0.1]: #101 +[1.0.0]: #100 {{- end -}} diff --git a/charts/stable/focalboard/values.yaml b/charts/stable/focalboard/values.yaml index 56612fcf..32f1add1 100644 --- a/charts/stable/focalboard/values.yaml +++ b/charts/stable/focalboard/values.yaml @@ -6,30 +6,36 @@ # image: + # -- image repository repository: flipenergy/focalboard + # -- image pull policy pullPolicy: IfNotPresent - tag: 0.6.5 + # -- image tag + tag: 0.6.7 -# See more environment variables in the image entrypoint script -# https://github.com/FlipEnergy/container-images/blob/main/focalboard/entrypoint.sh +# -- environment variables. See more environment variables in the [image entrypoint script](https://github.com/FlipEnergy/container-images/blob/main/focalboard/entrypoint.sh) +# @default -- See below env: {} # SERVER_ROOT: # DBTYPE: # DBCONFIG: -strategy: - type: Recreate - +# -- Configures service settings for the chart. +# @default -- See values.yaml service: - port: - port: 8000 + main: + ports: + http: + port: 8000 ingress: - enabled: false + # -- Enable and configure ingress settings for the chart under this key. + # @default -- See values.yaml + main: + enabled: false +# -- Configure persistence settings for the chart under this key. +# @default -- See values.yaml persistence: data: enabled: false - emptyDir: - enabled: false - mountPath: /data