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

Commit 07b6e22

Browse files
authored
fix(chart): bump appVersion (#14)
1 parent bdbb2c9 commit 07b6e22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1.0
2+
appVersion: v0.2.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.3.0
15+
version: 0.3.1

config/base/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ resources:
44
- deployment.yaml
55
images:
66
- name: ghcr.io/doodlescheduling/k8skafka-controller
7-
newTag: v0.0.1
7+
newTag: v0.2.0

0 commit comments

Comments
 (0)