🚚(project) switch docspec image to ghcr.io/docspec/api

Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
This commit is contained in:
Stephan Meijer
2026-09-11 15:52:39 +02:00
committed by Anthony LC
parent e13e26e07a
commit 2986cc6158
7 changed files with 14 additions and 13 deletions
+1
View File
@@ -15,6 +15,7 @@ and this project adheres to
- ⬆️(backend) upgrade celery to version 5.6.3
- ⚡️(backend) stop using LEFT(value, LENGTH(path)) in sql queries
- 🚚(project) switch docspec image to ghcr.io/docspec/api #2553
### Fixed
+2 -2
View File
@@ -259,9 +259,9 @@ services:
restart: true
docspec:
image: ghcr.io/docspecio/api:3.0.1
image: ghcr.io/docspec/api:1.21.4
ports:
- "4000:4000"
- "4000:3000"
networks:
lasuite:
+1 -1
View File
@@ -84,7 +84,7 @@ DJANGO_SERVER_TO_SERVER_API_TOKENS=server-api-token
Y_PROVIDER_API_BASE_URL=http://y-provider-development-converter:4444/api/
Y_PROVIDER_API_KEY=yprovider-api-key
DOCSPEC_API_URL=http://docspec:4000/conversion
DOCSPEC_API_URL=http://docspec:3000/conversion
# Theme customization
THEME_CUSTOMIZATION_CACHE_TIMEOUT=15
@@ -202,9 +202,9 @@ docSpec:
replicas: 1
image:
repository: ghcr.io/docspecio/api
repository: ghcr.io/docspec/api
pullPolicy: IfNotPresent
tag: "3.0.1"
tag: "1.21.4"
probes:
liveness:
@@ -165,9 +165,9 @@ docSpec:
replicas: 1
image:
repository: ghcr.io/docspecio/api
repository: ghcr.io/docspec/api
pullPolicy: IfNotPresent
tag: "3.0.1"
tag: "1.21.4"
probes:
liveness:
+3 -3
View File
@@ -306,8 +306,8 @@
| Name | Description | Value |
| -------------------------------------------------- | --------------------------------------------------------------- | ----------------------- |
| `docSpec.enabled` | Enable docSpec deployment | `false` |
| `docSpec.image.repository` | Repository to use to pull docSpec container image | `ghcr.io/docspecio/api` |
| `docSpec.image.tag` | docSpec container tag | `2.6.3` |
| `docSpec.image.repository` | Repository to use to pull docSpec container image | `ghcr.io/docspec/api` |
| `docSpec.image.tag` | docSpec container tag | `1.21.4` |
| `docSpec.image.pullPolicy` | docSpec container image pull policy | `IfNotPresent` |
| `docSpec.command` | Override the docSpec container command | `[]` |
| `docSpec.args` | Override the docSpec container args | `[]` |
@@ -319,7 +319,7 @@
| `docSpec.envVars` | Configure docSpec container environment variables | `{}` |
| `docSpec.service.type` | docSpec Service type | `ClusterIP` |
| `docSpec.service.port` | docSpec Service listening port | `4000` |
| `docSpec.service.targetPort` | docSpec container listening port | `4000` |
| `docSpec.service.targetPort` | docSpec container listening port | `3000` |
| `docSpec.probes.liveness.path` | Configure path for docSpec HTTP liveness probe | `/health` |
| `docSpec.probes.readiness.path` | Configure path for docSpec HTTP readiness probe | `/health` |
| `docSpec.resources` | docSpec resources | `{}` |
+3 -3
View File
@@ -843,9 +843,9 @@ docSpec:
## @param docSpec.image.tag docSpec container tag
## @param docSpec.image.pullPolicy docSpec container image pull policy
image:
repository: ghcr.io/docspecio/api
repository: ghcr.io/docspec/api
pullPolicy: IfNotPresent
tag: "3.0.1"
tag: "1.21.4"
## @param docSpec.command Override the docSpec container command
command: []
@@ -886,7 +886,7 @@ docSpec:
service:
type: ClusterIP
port: 4000
targetPort: 4000
targetPort: 3000
## @param docSpec.probes.liveness.path Configure path for docSpec HTTP liveness probe
## @param docSpec.probes.readiness.path Configure path for docSpec HTTP readiness probe