diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 30020a8..95e8789 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,6 +27,6 @@ jobs: helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser - uses: helm/chart-releaser-action@main + uses: helm/chart-releaser-action@v1.2.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/charts/invoiceninja/Chart.lock b/charts/invoiceninja/Chart.lock index 703edf9..8acd306 100644 --- a/charts/invoiceninja/Chart.lock +++ b/charts/invoiceninja/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.4.2 + version: 1.4.3 - name: nginx repository: https://charts.bitnami.com/bitnami - version: 8.8.1 + version: 8.8.5 - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 9.3.6 + version: 9.3.11 - name: redis repository: https://charts.bitnami.com/bitnami version: 12.9.2 -digest: sha256:fd3577637e412f553b3300f0c174ea7282073e0971da621d2f5c0e43b8f2fdfc -generated: "2021-04-07T20:59:19.568334+08:00" +digest: sha256:4255a558312b033e820635f491b0960bd4ec8e716164025212af06adafbd4cb9 +generated: "2021-05-11T09:31:45.433+08:00" diff --git a/charts/invoiceninja/Chart.yaml b/charts/invoiceninja/Chart.yaml index 0def67c..ad5e6f9 100644 --- a/charts/invoiceninja/Chart.yaml +++ b/charts/invoiceninja/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.4 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using.