Compare commits

...

3 Commits

Author SHA1 Message Date
victoria-reese_wwg
3b1afa4d0e chore: chart bump 2026-02-01 20:52:46 -04:00
victoria reese
7914d4b76c Merge branch 'main' into fix/resolve-podlabel-dup 2026-02-01 20:40:02 -04:00
victoria-reese_wwg
63d5bf9f5b fix: resolve pod label duplication 2026-01-31 13:32:18 -04:00
3 changed files with 4 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ home: https://www.onyx.app/
sources:
- "https://github.com/onyx-dot-app/onyx"
type: application
version: 0.4.23
version: 0.4.24
appVersion: latest
annotations:
category: Productivity

View File

@@ -5,7 +5,7 @@ metadata:
labels:
{{- include "onyx.labels" . | nindent 4 }}
data:
INTERNAL_URL: "http://{{ include "onyx.fullname" . }}-api-service:{{ .Values.api.service.port | default 8080 }}"
INTERNAL_URL: "http://{{ include "onyx.fullname" . }}-api-service:{{ .Values.api.service.servicePort | default 8080 }}"
{{- if .Values.postgresql.enabled }}
POSTGRES_HOST: {{ .Release.Name }}-{{ default "postgresql" .Values.postgresql.nameOverride }}-rw
{{- end }}

View File

@@ -178,7 +178,7 @@ indexCapability:
deploymentLabels:
app: indexing-model-server
podLabels:
app: indexing-model-server
scope: onyx-backend
indexingOnly: "True"
podAnnotations: {}
containerPorts:
@@ -291,7 +291,7 @@ webserver:
app: web-server
podAnnotations: {}
podLabels:
app: web-server
scope: onyx-frontend
podSecurityContext:
{}
# fsGroup: 2000
@@ -370,7 +370,6 @@ api:
podAnnotations: {}
podLabels:
scope: onyx-backend
app: api-server
containerPorts:
server: 8080
@@ -481,7 +480,6 @@ celery_beat:
podAnnotations: {}
podLabels:
scope: onyx-backend-celery
app: celery-beat
deploymentLabels:
app: celery-beat
resources:
@@ -516,7 +514,6 @@ celery_worker_heavy:
podAnnotations: {}
podLabels:
scope: onyx-backend-celery
app: celery-worker-heavy
deploymentLabels:
app: celery-worker-heavy
resources:
@@ -551,7 +548,6 @@ celery_worker_docprocessing:
podAnnotations: {}
podLabels:
scope: onyx-backend-celery
app: celery-worker-docprocessing
deploymentLabels:
app: celery-worker-docprocessing
resources:
@@ -586,7 +582,6 @@ celery_worker_light:
podAnnotations: {}
podLabels:
scope: onyx-backend-celery
app: celery-worker-light
deploymentLabels:
app: celery-worker-light
resources:
@@ -621,7 +616,6 @@ celery_worker_monitoring:
podAnnotations: {}
podLabels:
scope: onyx-backend-celery
app: celery-worker-monitoring
deploymentLabels:
app: celery-worker-monitoring
resources:
@@ -656,7 +650,6 @@ celery_worker_primary:
podAnnotations: {}
podLabels:
scope: onyx-backend-celery
app: celery-worker-primary
deploymentLabels:
app: celery-worker-primary
resources:
@@ -691,7 +684,6 @@ celery_worker_user_file_processing:
podAnnotations: {}
podLabels:
scope: onyx-backend-celery
app: celery-worker-user-file-processing
deploymentLabels:
app: celery-worker-user-file-processing
resources:
@@ -725,7 +717,6 @@ discordbot:
podAnnotations: {}
podLabels:
scope: onyx-backend
app: discord-bot
deploymentLabels:
app: discord-bot
podSecurityContext:
@@ -754,7 +745,6 @@ slackbot:
podAnnotations: {}
podLabels:
scope: onyx-backend
app: slack-bot
deploymentLabels:
app: slack-bot
podSecurityContext:
@@ -786,7 +776,6 @@ mcpServer:
podAnnotations: {}
podLabels:
scope: onyx-backend
app: mcp-server
deploymentLabels:
app: mcp-server
containerPorts:
@@ -840,7 +829,6 @@ celery_worker_docfetching:
podAnnotations: {}
podLabels:
scope: onyx-backend-celery
app: celery-worker-docfetching
deploymentLabels:
app: celery-worker-docfetching
resources: