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
15 changes: 0 additions & 15 deletions infrastructure/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 0 additions & 30 deletions infrastructure/.github/workflows/semantic-release.yml

This file was deleted.

12 changes: 6 additions & 6 deletions infrastructure/rag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ backend:
image:
repository: ghcr.io/stackitcloud/rag-template/mcp-server
pullPolicy: Always
tag: "latest"
tag: "v2.2.2"

name: backend
replicaCount: 1

image:
repository: ghcr.io/stackitcloud/rag-template/rag-backend
pullPolicy: Always
tag: "latest"
tag: "v2.2.2"

command:
- "poetry"
Expand Down Expand Up @@ -221,7 +221,7 @@ frontend:
image:
repository: ghcr.io/stackitcloud/rag-template/frontend
pullPolicy: Always
tag: "latest"
tag: "v2.2.2"

service:
type: ClusterIP
Expand Down Expand Up @@ -256,7 +256,7 @@ adminBackend:
image:
repository: ghcr.io/stackitcloud/rag-template/admin-backend
pullPolicy: Always
tag: "latest"
tag: "v2.2.2"

command:
- "poetry"
Expand Down Expand Up @@ -336,7 +336,7 @@ extractor:
image:
repository: ghcr.io/stackitcloud/rag-template/document-extractor
pullPolicy: Always
tag: "latest"
tag: "v2.2.2"

command:
- "poetry"
Expand Down Expand Up @@ -384,7 +384,7 @@ adminFrontend:
image:
repository: ghcr.io/stackitcloud/rag-template/admin-frontend
pullPolicy: Always
tag: "latest"
tag: "v2.2.2"

service:
type: ClusterIP
Expand Down
21 changes: 0 additions & 21 deletions libs/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

75 changes: 0 additions & 75 deletions libs/.github/workflows/lint-and-test.yml

This file was deleted.

31 changes: 0 additions & 31 deletions libs/.github/workflows/semantic-release.yml

This file was deleted.

Loading
Loading