diff --git a/apps/base/directus/deployment.yaml b/apps/base/directus/deployment.yaml index e9db0e9..b886d67 100644 --- a/apps/base/directus/deployment.yaml +++ b/apps/base/directus/deployment.yaml @@ -16,6 +16,6 @@ spec: spec: containers: - name: directus - image: directus/directus:11.17 + image: directus/directus:12.0 ports: - containerPort: 8055 diff --git a/apps/template-cluster/directus/deployment-patch.yaml b/apps/template-cluster/directus/deployment-patch.yaml index fdbcfab..8c839a0 100644 --- a/apps/template-cluster/directus/deployment-patch.yaml +++ b/apps/template-cluster/directus/deployment-patch.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: directus - image: directus/directus:11.17.4 + image: directus/directus:12.0.0 ports: - containerPort: 8055 envFrom: