From f05e889d03b38fa02fdba51b2a2875632065a8f7 Mon Sep 17 00:00:00 2001 From: Mike Shade Date: Wed, 6 Sep 2023 17:24:31 -0400 Subject: [PATCH] Prep for 0.1.0 (#6) * :rocket: initial release prep * :rocket: bump chart version * :rocket: helm app version to match alpha release --- CHANGELOG.md | 12 ++++++++++++ chart/kronic/Chart.yaml | 4 ++-- chart/kronic/values.yaml | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a038139 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.0] - 2023-09-06 + +### Added + +- Initial release! :tada: diff --git a/chart/kronic/Chart.yaml b/chart/kronic/Chart.yaml index 88bfa44..a42867c 100644 --- a/chart/kronic/Chart.yaml +++ b/chart/kronic/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: kronic description: Kronic - The simple Kubernetes CronJob Admin UI type: application -version: 0.1.0 -appVersion: "1.16.0" +version: 0.1.1 +appVersion: "v0.1.0-alpha" maintainers: - name: mshade email: mshade@mshade.org diff --git a/chart/kronic/values.yaml b/chart/kronic/values.yaml index 78cfe57..ae55f61 100644 --- a/chart/kronic/values.yaml +++ b/chart/kronic/values.yaml @@ -5,7 +5,7 @@ image: repository: ghcr.io/mshade/kronic pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "latest" + tag: "" # Specify whether to create ClusterRole and ClusterRoleBinding # for kronic. If disabled, you will need to handle permissions