From ae2f67f0c3a87dc48eb504fc76416eb52127a39a Mon Sep 17 00:00:00 2001 From: slimm609 Date: Mon, 22 Aug 2022 07:58:25 -0400 Subject: [PATCH] revert chart versions, update template Signed-off-by: slimm609 --- .github/pull_request_template.md | 2 +- charts/policy-controller/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4b84b2b8..b831637f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,7 +23,7 @@ Please remember to: **Checklist** -- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). Where applicable, update and bump the versions in any associated umbrella chart +- [ ] Where applicable, Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). Also update and bump the versions in any associated umbrella chart - [ ] Variables are documented in the `values.yaml` and added to the README.md. THe [helm-docs](https://github.com/norwoodj/helm-docs) utility can be used to generate the necessary content. Use `helm-docs --dry-run` to preview the content - [ ] JSON Schema generated - [ ] List tests pass for Chart using the [Chart Testing](https://github.com/helm/chart-testing) tool and the `ct lint` command diff --git a/charts/policy-controller/Chart.yaml b/charts/policy-controller/Chart.yaml index e28cd59f..565964e4 100644 --- a/charts/policy-controller/Chart.yaml +++ b/charts/policy-controller/Chart.yaml @@ -8,8 +8,8 @@ sources: type: application name: policy-controller -version: 0.2.2 -appVersion: 0.2.2 +version: 0.2.1 +appVersion: 0.2.1 maintainers: - name: dlorenc