Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
bump chart and app version (#11)
Browse files Browse the repository at this point in the history
* bump chart and app version

* lint charts on push to master
  • Loading branch information
Tyrion85 authored Mar 31, 2022
1 parent 3e25ba0 commit 282c792
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Lint and Test Charts

on: pull_request
on:
pull_request:
push:
branches:
- master

jobs:
lint-test:
Expand Down
4 changes: 2 additions & 2 deletions chart/k8skafka-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.0.1
appVersion: v0.1.0
description: Manage Kafka Topics and related settings
home: https://github.com/DoodleScheduling/k8skafka-controller
maintainers:
Expand All @@ -12,4 +12,4 @@ keywords:
name: k8skafka-controller
sources:
- https://github.com/DoodleScheduling/k8skafka-controller
version: 0.1.1
version: 0.2.0

0 comments on commit 282c792

Please sign in to comment.