-
Notifications
You must be signed in to change notification settings - Fork 58
fix(stack): bump self-managed stack chart pins #1313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
a5c79cf
64b82b7
0d044fe
e2d26a2
288c4da
6df73f6
a943e0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -168,7 +168,7 @@ releases: | |
| {{- $llmRequestRouterChartPath := dig "addons" "llm" "requestRouter" "chartPath" "" .Values }} | ||
| chart: {{ $llmRequestRouterChartPath | default "nvcf/helm-nvcf-llm-request-router" | quote }} | ||
| {{- if not $llmRequestRouterChartPath }} | ||
| version: 1.10.0 | ||
| version: 1.12.1 | ||
| {{- end }} | ||
| namespace: nvcf | ||
| condition: addons.llm.enabled | ||
|
|
@@ -181,7 +181,7 @@ releases: | |
|
|
||
| - name: llm-api-gateway | ||
| chart: nvcf/helm-nvcf-llm-api-gateway | ||
| version: 1.4.1 | ||
| version: 1.4.2 | ||
| namespace: nvcf | ||
| condition: addons.llm.enabled | ||
| values: | ||
|
|
@@ -217,7 +217,7 @@ releases: | |
| {{- $gatewayRoutesChartPath := dig "ingress" "gatewayApi" "chartPath" "" .Values }} | ||
| chart: {{ $gatewayRoutesChartPath | default "nvcf/nvcf-gateway-routes" | quote }} | ||
| {{- if not $gatewayRoutesChartPath }} | ||
| version: 1.16.0 | ||
| version: 1.17.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win Add Helmfile-level coverage for the The As per coding guidelines: 🤖 Prompt for AI AgentsSource: Coding guidelines |
||
| {{- end }} | ||
| needs: | ||
| - nvcf/notary-service | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | 🏗️ Heavy lift
🔎 Supported by static analysis
🏁 Script executed:
Repository: NVIDIA/nvcf
Length of output: 50368
🏁 Script executed:
Repository: NVIDIA/nvcf
Length of output: 50368
🏁 Script executed:
Repository: NVIDIA/nvcf
Length of output: 5236
Add a regression test for the pinned chart artifact.
The
openbao-serverrelease resolves tonvcf/helm-nvcf-openbao-serverat0.32.1, but the existing test renders a copy of the local chart with a stub dependency. It does not render the published chart selected by the pin. Add a test that renders0.32.1with the same values and checksDEFAULT_CASSANDRA_PASSWORD.🤖 Prompt for AI Agents
Source: Coding guidelines