From cefea822df60376d5e67734939658e2c2c867b7d Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Fri, 27 Dec 2024 01:27:08 +0100 Subject: [PATCH] Bump chart (#205) --- config/helm-chart/flyway-operator/Chart.yaml | 4 ++-- config/helm-chart/flyway-operator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/helm-chart/flyway-operator/Chart.yaml b/config/helm-chart/flyway-operator/Chart.yaml index 517dfda..09f7ed8 100644 --- a/config/helm-chart/flyway-operator/Chart.yaml +++ b/config/helm-chart/flyway-operator/Chart.yaml @@ -3,8 +3,8 @@ name: flyway-operator description: Flyway Operator - an operator to do declarative database schema migration. type: application icon: https://pbs.twimg.com/profile_images/1339525060999192576/9ltj0fpE_400x400.png -version: 0.2.8 -appVersion: 0.2.8 +version: 0.2.9 +appVersion: 0.2.9 maintainers: - name: davidkarlsen email: david@davidkarlsen.com diff --git a/config/helm-chart/flyway-operator/values.yaml b/config/helm-chart/flyway-operator/values.yaml index c4b0ff5..cdf9617 100644 --- a/config/helm-chart/flyway-operator/values.yaml +++ b/config/helm-chart/flyway-operator/values.yaml @@ -8,7 +8,7 @@ image: registry: ghcr.io repository: davidkarlsen/flyway-operator pullPolicy: IfNotPresent - tag: 0.2.8 + tag: 0.2.9 imagePullSecrets: [] nameOverride: ""