Skip to content

Commit

Permalink
fix directus docker repo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 3, 2024
1 parent a82d0eb commit 584c1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion directus/helm/directus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: directus
description: helm chart for directus
type: application
version: 0.1.7
version: 0.1.8
appVersion: 9.26.0
dependencies:
- name: postgres
Expand Down
2 changes: 1 addition & 1 deletion directus/helm/directus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ postgres:
replicaCount: 1

image:
repository: dkr.plural.sh/directus/directus/directus
repository: directus/directus
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit 584c1f0

Please sign in to comment.