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

Commit 282c792

Browse files
authored
bump chart and app version (#11)
* bump chart and app version * lint charts on push to master
1 parent 3e25ba0 commit 282c792

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/chart.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Lint and Test Charts
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
48

59
jobs:
610
lint-test:

chart/k8skafka-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: v0.0.1
2+
appVersion: v0.1.0
33
description: Manage Kafka Topics and related settings
44
home: https://github.com/DoodleScheduling/k8skafka-controller
55
maintainers:
@@ -12,4 +12,4 @@ keywords:
1212
name: k8skafka-controller
1313
sources:
1414
- https://github.com/DoodleScheduling/k8skafka-controller
15-
version: 0.1.1
15+
version: 0.2.0

0 commit comments

Comments
 (0)