Skip to content

Commit cefea82

Browse files
authored
Bump chart (#205)
1 parent a3c6670 commit cefea82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/helm-chart/flyway-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: flyway-operator
33
description: Flyway Operator - an operator to do declarative database schema migration.
44
type: application
55
icon: https://pbs.twimg.com/profile_images/1339525060999192576/9ltj0fpE_400x400.png
6-
version: 0.2.8
7-
appVersion: 0.2.8
6+
version: 0.2.9
7+
appVersion: 0.2.9
88
maintainers:
99
- name: davidkarlsen
1010

config/helm-chart/flyway-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
registry: ghcr.io
99
repository: davidkarlsen/flyway-operator
1010
pullPolicy: IfNotPresent
11-
tag: 0.2.8
11+
tag: 0.2.9
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)