Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions: {}
jobs:
# -- 1a. Build and push knowledge-api image --------------------------------
publish-api-image:
uses: JorisJonkers-dev/github-workflows/.github/workflows/container-publish.yml@4b444f9a50edf76e4aea4148d73407c34a1e43a4 # v0.12.1
uses: JorisJonkers-dev/github-workflows/.github/workflows/container-publish.yml@bbcfef9e7127e5d8a6215a7142a0fa9cc2ad5055 # v0.16.0
with:
platforms: linux/amd64,linux/arm64
image-name: knowledge/knowledge-api
Expand All @@ -41,7 +41,7 @@ jobs:

# -- 1b. Build and push knowledge-ingest-worker image ----------------------
publish-worker-image:
uses: JorisJonkers-dev/github-workflows/.github/workflows/container-publish.yml@4b444f9a50edf76e4aea4148d73407c34a1e43a4 # v0.12.1
uses: JorisJonkers-dev/github-workflows/.github/workflows/container-publish.yml@bbcfef9e7127e5d8a6215a7142a0fa9cc2ad5055 # v0.16.0
with:
platforms: linux/amd64,linux/arm64
image-name: knowledge/knowledge-ingest-worker
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
# -- 3. Render and publish the deploy artifact ----------------------------
publish-deploy-artifact:
needs: [resolve-image-lock]
uses: JorisJonkers-dev/github-workflows/.github/workflows/deploy-artifact.yml@5b5e93dc81846cac4e13118e7280fd81a143685e # v0.15.1
uses: JorisJonkers-dev/github-workflows/.github/workflows/deploy-artifact.yml@bbcfef9e7127e5d8a6215a7142a0fa9cc2ad5055 # v0.16.0
with:
ref: ${{ github.event_name == 'workflow_dispatch' && format('refs/tags/{0}', inputs.tag) || github.ref }}
artifact-name: knowledge
Expand Down
6 changes: 6 additions & 0 deletions platform/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ spec:
scope: authenticated

- name: knowledge-ingest-worker
# A RabbitMQ consumer with no HTTP surface: its cluster manifest declares
# no ports and no probes, so there is nothing to probe. mandatory: false
# records that deliberately, rather than leaving health undeclared and
# indistinguishable from an oversight.
health:
mandatory: false
stateful: true
# Migration is complete (knowledge-vault-migrate-2026-05-18 has run and
# is decommissioned per owner decision 2026-07-12). strategy: none
Expand Down
Loading