fix(chart): upgrade deps and bump the verison

This commit is contained in:
Grraahaam
2023-03-16 01:30:55 +01:00
parent b2663fb3e0
commit e37f584d75
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 13.6.8
version: 13.9.1
- name: mailhog
repository: https://codecentric.github.io/helm-charts
version: 5.2.3
digest: sha256:e2cf9cf448786af6d9b98725f4714c2bdd056446cb50533e499b9ccfe7da1d31
generated: "2023-03-13T20:05:05.754788071+01:00"
digest: sha256:1ddb3ffef899859222b72547657f57ea303e768d67886a4a57edcb0f773ea83f
generated: "2023-03-14T12:58:34.387144895+01:00"

View File

@@ -7,7 +7,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.1.15
version: 0.1.16
# 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
@@ -17,7 +17,7 @@ appVersion: "1.17.0"
dependencies:
- name: mongodb
version: "~13.6.7"
version: "~13.9.1"
repository: "https://charts.bitnami.com/bitnami"
condition: mongodb.enabled
- name: mailhog