Skip to content

Commit

Permalink
Prep for 0.1.0 (#6)
Browse files Browse the repository at this point in the history
* 🚀 initial release prep

* 🚀 bump chart version

* 🚀 helm app version to match alpha release
  • Loading branch information
mshade authored Sep 6, 2023
1 parent 0f6de93 commit f05e889
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
4 changes: 2 additions & 2 deletions chart/kronic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion chart/kronic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f05e889

Please sign in to comment.