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: ""