Skip to content

Commit

Permalink
Bump chart (#198)
Browse files Browse the repository at this point in the history
* Bump chart

* Bump python version
  • Loading branch information
davidkarlsen authored Dec 14, 2024
1 parent 344d665 commit 45ed746
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.13

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
kubectl get pods -n kube-system
- name: Run chart-testing (install)
run: ct install --config ct-config.yaml
run: ct install --config ct-config.yaml
6 changes: 3 additions & 3 deletions config/helm-chart/flyway-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.24.0
digest: sha256:46b36e150d694a13f14e342c1f73c1609d8e7d2adae517b0ace596d0b27c1c77
generated: "2024-10-10T10:34:33.361757+02:00"
version: 2.28.0
digest: sha256:5b30f0fa07bb89b01c55fd6258c8ce22a611b13623d4ad83e8fdd1d4490adc74
generated: "2024-12-13T16:38:35.371292+01:00"
4 changes: 2 additions & 2 deletions config/helm-chart/flyway-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
appVersion: 0.2.7
version: 0.2.8
appVersion: 0.2.8
maintainers:
- name: davidkarlsen
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion config/helm-chart/flyway-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
registry: ghcr.io
repository: davidkarlsen/flyway-operator
pullPolicy: IfNotPresent
tag: 0.2.7
tag: 0.2.8

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 45ed746

Please sign in to comment.