From 2d0f6e77aaa74956046fdb85b3094af33f225be7 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Tue, 20 Feb 2024 21:24:40 +0100 Subject: [PATCH] Bump chart --- 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 b0b0cf2..39bd15e 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.0 -appVersion: 0.2.2 +version: 0.2.5 +appVersion: 0.2.5 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 bdc9abf..87671f8 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.2 + tag: 0.2.5 imagePullSecrets: [] nameOverride: ""