From 23ae8131da29597978894f13595f9fb91f31dc2e Mon Sep 17 00:00:00 2001 From: Bernd Schorgers Date: Thu, 7 Mar 2024 20:04:54 +0100 Subject: [PATCH] feat(app-template)!: Release v3.0.0-beta1 (#279) --- charts/other/app-template/Chart.yaml | 10 +++++----- charts/other/app-template/README.md | 6 +++--- charts/other/app-template/values.schema.json | 3 +++ docs/app-template/index.md | 6 ++++++ 4 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 charts/other/app-template/values.schema.json diff --git a/charts/other/app-template/Chart.yaml b/charts/other/app-template/Chart.yaml index 29629f6d..a3296083 100644 --- a/charts/other/app-template/Chart.yaml +++ b/charts/other/app-template/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: A common powered chart template. This can be useful for small projects that don't have their own chart. name: app-template -version: 2.6.0 +version: 3.0.0-beta1 kubeVersion: ">=1.22.0-0" maintainers: - name: bjw-s @@ -10,14 +10,14 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts - version: 2.6.0 + version: 3.0.0-beta1 annotations: artifacthub.io/changes: |- - kind: changed description: | - Updated library version to 2.6.0. + Updated library version to 3.0.0-beta1. links: - - name: Upgrade instructions from v1.x - url: https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template#from-1xx-to-20x + - name: Upgrade instructions from v2.x + url: https://bjw-s.github.io/helm-charts/docs/app-template/#from-2xx-to-30x - name: Common library chart definition url: https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/Chart.yaml diff --git a/charts/other/app-template/README.md b/charts/other/app-template/README.md index e5e1ac65..17e54e17 100644 --- a/charts/other/app-template/README.md +++ b/charts/other/app-template/README.md @@ -1,6 +1,6 @@ # app-template -![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) +![Version: 3.0.0-beta1](https://img.shields.io/badge/Version-3.0.0--beta1-informational?style=flat-square) A common powered chart template. This can be useful for small projects that don't have their own chart. @@ -12,7 +12,7 @@ Kubernetes: `>=1.22.0-0` | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts | common | 2.2.0 | +| https://bjw-s.github.io/helm-charts | common | 3.0.0-beta1 | ## Installing the Chart @@ -40,4 +40,4 @@ Upgrade instructions can be found in the [documentation](https://bjw-s.github.io - Join the k8s-at-home [Discord](https://discord.gg/k8s-at-home) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/charts/other/app-template/values.schema.json b/charts/other/app-template/values.schema.json new file mode 100644 index 00000000..05941207 --- /dev/null +++ b/charts/other/app-template/values.schema.json @@ -0,0 +1,3 @@ +{ + "$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.0.0-beta1/charts/library/common/values.schema.json" +} diff --git a/docs/app-template/index.md b/docs/app-template/index.md index 487cc1e1..b75c5d28 100644 --- a/docs/app-template/index.md +++ b/docs/app-template/index.md @@ -31,6 +31,12 @@ examples/helm/vaultwarden/values.yaml ## Upgrade instructions +### From 2.x.x to 3.0.x + +!!! warning + + These docs are still being written + ### From 1.x.x to 2.0.x !!! warning