Skip to content

Commit

Permalink
Merge pull request #35 from directus-labs/update-versions
Browse files Browse the repository at this point in the history
Update chart and directus versions
  • Loading branch information
mikesindieiev authored Oct 17, 2024
2 parents 3b62d43 + c80bb18 commit 31b17f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/directus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ maintainers:
email: [email protected]
url: https://github.com/directus-labs/helm-chart

version: 1.0.1
appVersion: "10.13.1"
version: 1.0.2
appVersion: "11.1.1"

dependencies:
- name: mariadb
Expand Down
4 changes: 2 additions & 2 deletions charts/directus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: directus/directus
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "10.13.1"
tag: "11.1.1"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -94,7 +94,7 @@ mariadb:
# The switch to switch off the installation of the mariadb, the rest of the settings are being used during the installation
enableInstallation: true
auth:
# If you want to use your own mariadb secret, set `createSecrets` to false and
# If you want to use your own mariadb secret, set `createSecrets` to false and update `mariadb.auth.existingSecret` field with the correct secret name
createSecrets: true
# The secret has to contain the keys `mariadb-root-password`, `mariadb-replication-password`, `mariadb-password`, `ADMIN_PASSWORD`, `KEY`, `SECRET`
existingSecret: "directus-secret"
Expand Down

0 comments on commit 31b17f3

Please sign in to comment.