From 2986cc6158a3a1c3f9c6c12efb87eed92f14ff0e Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Mon, 3 Aug 2026 10:11:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A(project)=20switch=20docspec=20imag?= =?UTF-8?q?e=20to=20ghcr.io/docspec/api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stephan Meijer --- CHANGELOG.md | 1 + compose.yml | 4 ++-- env.d/development/common | 2 +- src/helm/env.d/dev/values.impress.yaml.gotmpl | 4 ++-- src/helm/env.d/feature/values.impress.yaml.gotmpl | 4 ++-- src/helm/impress/README.md | 6 +++--- src/helm/impress/values.yaml | 6 +++--- 7 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a86bd81..41f9fbfbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/compose.yml b/compose.yml index fe5732f51..7d4e1422f 100644 --- a/compose.yml +++ b/compose.yml @@ -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: diff --git a/env.d/development/common b/env.d/development/common index b0aea4e69..5ad15452e 100644 --- a/env.d/development/common +++ b/env.d/development/common @@ -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 diff --git a/src/helm/env.d/dev/values.impress.yaml.gotmpl b/src/helm/env.d/dev/values.impress.yaml.gotmpl index 03715cdca..0ee3e2bda 100644 --- a/src/helm/env.d/dev/values.impress.yaml.gotmpl +++ b/src/helm/env.d/dev/values.impress.yaml.gotmpl @@ -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: diff --git a/src/helm/env.d/feature/values.impress.yaml.gotmpl b/src/helm/env.d/feature/values.impress.yaml.gotmpl index 51b2bb71d..910480e61 100644 --- a/src/helm/env.d/feature/values.impress.yaml.gotmpl +++ b/src/helm/env.d/feature/values.impress.yaml.gotmpl @@ -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: diff --git a/src/helm/impress/README.md b/src/helm/impress/README.md index 5e8a97f56..66fa3c3bf 100644 --- a/src/helm/impress/README.md +++ b/src/helm/impress/README.md @@ -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 | `{}` | diff --git a/src/helm/impress/values.yaml b/src/helm/impress/values.yaml index 25ec08736..fb45fbec9 100644 --- a/src/helm/impress/values.yaml +++ b/src/helm/impress/values.yaml @@ -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