Skip to content

Commit 45ed746

Browse files
authored
Bump chart (#198)
* Bump chart * Bump python version
1 parent 344d665 commit 45ed746

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/chart-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-python@v5
2828
with:
29-
python-version: 3.7
29+
python-version: 3.13
3030

3131
- name: Set up chart-testing
3232
uses: helm/[email protected]
@@ -56,4 +56,4 @@ jobs:
5656
kubectl get pods -n kube-system
5757
5858
- name: Run chart-testing (install)
59-
run: ct install --config ct-config.yaml
59+
run: ct install --config ct-config.yaml
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 2.24.0
5-
digest: sha256:46b36e150d694a13f14e342c1f73c1609d8e7d2adae517b0ace596d0b27c1c77
6-
generated: "2024-10-10T10:34:33.361757+02:00"
4+
version: 2.28.0
5+
digest: sha256:5b30f0fa07bb89b01c55fd6258c8ce22a611b13623d4ad83e8fdd1d4490adc74
6+
generated: "2024-12-13T16:38:35.371292+01:00"

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.7
7-
appVersion: 0.2.7
6+
version: 0.2.8
7+
appVersion: 0.2.8
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.7
11+
tag: 0.2.8
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)