We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c6670 commit cefea82Copy full SHA for cefea82
config/helm-chart/flyway-operator/Chart.yaml
@@ -3,8 +3,8 @@ name: flyway-operator
3
description: Flyway Operator - an operator to do declarative database schema migration.
4
type: application
5
icon: https://pbs.twimg.com/profile_images/1339525060999192576/9ltj0fpE_400x400.png
6
-version: 0.2.8
7
-appVersion: 0.2.8
+version: 0.2.9
+appVersion: 0.2.9
8
maintainers:
9
- name: davidkarlsen
10
email: [email protected]
config/helm-chart/flyway-operator/values.yaml
@@ -8,7 +8,7 @@ image:
registry: ghcr.io
repository: davidkarlsen/flyway-operator
pullPolicy: IfNotPresent
11
- tag: 0.2.8
+ tag: 0.2.9
12
13
imagePullSecrets: []
14
nameOverride: ""
0 commit comments