Skip to content

Commit 10b7a9a

Browse files
authored
fix(chart): bump appVersion (#24)
1 parent edd06f6 commit 10b7a9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart/k8sdb-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: A kubernetes controller to deploy databases
44
home: https://github.com/DoodleScheduling/k8sdb-controller
55
maintainers:
@@ -12,4 +12,4 @@ keywords:
1212
name: k8sdb-controller
1313
sources:
1414
- https://github.com/DoodleScheduling/k8sdb-controller
15-
version: 0.2.0
15+
version: 0.2.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/k8sdb-controller
7-
newTag: v0.0.1
7+
newTag: v0.1.0

0 commit comments

Comments
 (0)