Skip to content

Commit

Permalink
Update Chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan authored Apr 21, 2024
1 parent 2466120 commit 323af59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/directus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ 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.0
version: 0.3.1

# 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.
# It is recommended to use it with quotes.
appVersion: "9.5.1"
appVersion: "10"

dependencies:
- name: mariadb
version: "9.3.13"
version: "18.0.2"
repository: "https://charts.bitnami.com/bitnami"
condition: mariadb.enabled
- name: redis
version: "14.3.2"
version: "19.1.2"
repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled

0 comments on commit 323af59

Please sign in to comment.