Skip to content
Closed
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
4 changes: 2 additions & 2 deletions infra/charts/openrag-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.2
version: 0.5.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.0.1"
appVersion: "2.0.2"

dependencies:
- name: kuberay-operator
Expand Down
6 changes: 3 additions & 3 deletions infra/charts/openrag-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ray:
image:
repository: ghcr.io/linagora/openrag-ray
# Pin to a release tag (ideally a digest) for reproducible deploys.
tag: "v2.0.1"
tag: "v2.0.2"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These image tags are not available yet. Because this PR targets develop, merging it will immediately publish chart 0.5.3-dev with defaults that cannot be pulled, leaving deployments in ImagePullBackOff. Please keep the release-only pins on the release branch until v2.0.2 is published, then back-merge them as we did for v2.0.1.


# === PostgreSQL (bitnami) ===
postgresql:
Expand Down Expand Up @@ -262,7 +262,7 @@ adminUi:
repository: linagoraai/openrag-admin-ui
# Pin to a release tag (ideally a digest) for reproducible deploys. Must be a
# build from infra/docker/ui.Dockerfile (nginx-unprivileged, listens :8080).
tag: "v2.0.1"
tag: "v2.0.2"
imagePullPolicy: IfNotPresent
replicaCount: 1
service:
Expand All @@ -276,7 +276,7 @@ openrag:
image:
repository: linagoraai/openrag
# Pin to a release tag (ideally a digest) for reproducible deploys.
tag: "v2.0.1"
tag: "v2.0.2"
service:
type: ClusterIP
port: 8080
Expand Down
4 changes: 2 additions & 2 deletions infra/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ x-openrag-env: &openrag_env
FONT_PATH: ${FONT_PATH:-/app/data/fonts/GoNotoCurrent-Regular.ttf}

x-openrag: &openrag_template
image: linagoraai/openrag:v2.0.1
image: linagoraai/openrag:v2.0.2
# Start as root so entrypoint.sh can grant GID-0 write on the bind-mounted
# writable dirs (data/, logs/, the HF cache) — which a non-root container
# can't write when Docker auto-creates them root-owned — then it immediately
Expand Down Expand Up @@ -113,7 +113,7 @@ x-vllm: &vllm_template
services:
# ── Admin UI (React SPA + nginx, same-origin reverse proxy to the API) ──
admin-ui:
image: linagoraai/openrag-admin-ui:v2.0.1
image: linagoraai/openrag-admin-ui:v2.0.2
build:
context: ../..
dockerfile: infra/docker/ui.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openrag"
version = "2.0.1"
version = "2.0.2"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading