Updated dependent charts (#340)

* Updated dependent charts

* Fix releaser version

* Bump chart version
This commit is contained in:
Ween Jiann
2021-05-11 09:40:19 +08:00
committed by GitHub
parent 7da83b40f4
commit 8e9e7c47da
3 changed files with 7 additions and 7 deletions

View File

@@ -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 }}"

View File

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

View File

@@ -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.