File tree 4 files changed +8
-8
lines changed
config/helm-chart/flyway-operator
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- uses : actions/setup-python@v5
28
28
with :
29
- python-version : 3.7
29
+ python-version : 3.13
30
30
31
31
- name : Set up chart-testing
32
32
56
56
kubectl get pods -n kube-system
57
57
58
58
- name : Run chart-testing (install)
59
- run : ct install --config ct-config.yaml
59
+ run : ct install --config ct-config.yaml
Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: common
3
3
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"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: flyway-operator
3
3
description : Flyway Operator - an operator to do declarative database schema migration.
4
4
type : application
5
5
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
8
8
maintainers :
9
9
- name : davidkarlsen
10
10
Original file line number Diff line number Diff line change 8
8
registry : ghcr.io
9
9
repository : davidkarlsen/flyway-operator
10
10
pullPolicy : IfNotPresent
11
- tag : 0.2.7
11
+ tag : 0.2.8
12
12
13
13
imagePullSecrets : []
14
14
nameOverride : " "
You can’t perform that action at this time.
0 commit comments