Skip to content
Open
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
2 changes: 1 addition & 1 deletion charts/kueue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The following table lists the configurable parameters of the kueue chart and the
| enableVisibilityAPF | bool | `false` | Enable API Priority and Fairness configuration for the visibility API |
| fullnameOverride | string | `""` | Override the resource name |
| kubernetesClusterDomain | string | `"cluster.local"` | Kubernetes cluster's domain |
| kueueViz.backend.env | list | `[{"name":"KUEUEVIZ_ALLOWED_ORIGINS","value":"frontend.kueueviz.local"}]` | Environment variables for KueueViz backend deployment |
| kueueViz.backend.env | list | `[{"name":"KUEUEVIZ_ALLOWED_ORIGINS","value":"https://frontend.kueueviz.local"}]` | Environment variables for KueueViz backend deployment |
| kueueViz.backend.image.pullPolicy | string | `"Always"` | KueueViz dashboard backend image pullPolicy. This should be set to 'IfNotPresent' for released version |
| kueueViz.backend.image.repository | string | `"us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueueviz-backend"` | KueueViz dashboard backend image repository |
| kueueViz.backend.image.tag | string | `"main"` | KueueViz dashboard backend image tag |
Expand Down
4 changes: 2 additions & 2 deletions charts/kueue/tests/kueue_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ tests:
backend:
env:
- name: KUEUEVIZ_ALLOWED_ORIGINS
value: "frontend.kueueviz.local"
value: "https://frontend.kueueviz.local"
- name: KUEUEVIZ_PORT
value: "8080"
asserts:
Expand All @@ -209,7 +209,7 @@ tests:
value: KUEUEVIZ_ALLOWED_ORIGINS
- equal:
path: spec.template.spec.containers[0].env[0].value
value: "frontend.kueueviz.local"
value: "https://frontend.kueueviz.local"
- equal:
path: spec.template.spec.containers[0].env[1].name
value: KUEUEVIZ_PORT
Expand Down
2 changes: 1 addition & 1 deletion charts/kueue/values.yaml
Copy link
Contributor

Choose a reason for hiding this comment

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

Please also update here.

Copy link
Contributor

@mbobrovskyi mbobrovskyi Dec 2, 2025

Choose a reason for hiding this comment

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

I also noticed that we’re missing charts/kueue/README.md. Please generate it by running make generate-helm-docs.

Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ kueueViz:
# -- Environment variables for KueueViz backend deployment
env:
- name: KUEUEVIZ_ALLOWED_ORIGINS
value: "frontend.kueueviz.local"
value: "https://frontend.kueueviz.local"
ingress:
# -- KueueViz dashboard backend ingress annotations
annotations:
Expand Down