Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a3e1b40
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.203
github-actions[bot] Aug 29, 2026
539ec04
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.204
github-actions[bot] Aug 30, 2026
25d3e86
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.205
github-actions[bot] Aug 30, 2026
fea92ba
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.206
github-actions[bot] Aug 30, 2026
d65f9f3
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.207
github-actions[bot] Aug 30, 2026
a25d741
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.209
github-actions[bot] Aug 30, 2026
70b8f13
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.210
github-actions[bot] Aug 31, 2026
a9a9935
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.212
github-actions[bot] Aug 31, 2026
caea232
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.213
github-actions[bot] Aug 31, 2026
414114f
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.214
github-actions[bot] Aug 31, 2026
17b0661
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.215
github-actions[bot] Aug 31, 2026
ab73450
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.216
github-actions[bot] Aug 31, 2026
10d1801
fix(charts): bump for src/control-plane-services/cloud-functions/v1.16.3
github-actions[bot] Aug 31, 2026
4586cff
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.217
github-actions[bot] Aug 31, 2026
80da5d4
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.218
github-actions[bot] Aug 31, 2026
ddaf75e
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.219
github-actions[bot] Aug 31, 2026
a7de4d8
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.220
github-actions[bot] Aug 31, 2026
dba1d12
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.221
github-actions[bot] Aug 31, 2026
3ff23ec
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.222
github-actions[bot] Aug 31, 2026
59fd1b6
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.223
github-actions[bot] Aug 31, 2026
c2051d8
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.224
github-actions[bot] Aug 31, 2026
caa47d4
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.225
github-actions[bot] Aug 31, 2026
34c4924
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.226
github-actions[bot] Aug 31, 2026
e0c7ca5
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.227
github-actions[bot] Aug 31, 2026
e61d4ad
fix(charts): bump for src/control-plane-services/event-ledger/v0.13.3
github-actions[bot] Aug 31, 2026
2dc75f4
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.229
github-actions[bot] Aug 31, 2026
08d69e8
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0-dev.230
github-actions[bot] Aug 31, 2026
147c548
fix(charts): bump for src/compute-plane-services/nvca/v3.3.0
github-actions[bot] Aug 31, 2026
cb9f6a0
fix(charts): bump for src/compute-plane-services/nvca/v3.3.1
github-actions[bot] Aug 31, 2026
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 deploy/helm/cloud-functions/nvcf-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ description: A Helm chart for NVCF API deployment

type: application
version: 0.0.0 # autoversioning enabled via release pipeline
appVersion: "1.12.6"
appVersion: "1.16.3"
2 changes: 1 addition & 1 deletion deploy/helm/cloud-functions/nvcf-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ api:
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.12.6"
tag: "1.16.3"

# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
# imagePullSecrets:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/event-ledger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ type: application

version: 0.0.0 # autoversioning enabled via release pipeline

appVersion: "0.1.1"
appVersion: "0.13.3"
2 changes: 1 addition & 1 deletion deploy/helm/event-ledger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ eventLedger:
# Image name is chart-owned and appended to registry/repository.
name: "nvcf-event-ledger"
pullPolicy: IfNotPresent
tag: "0.1.1"
tag: "0.13.3"
digest: ""

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/nvca-operator/nvca-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

apiVersion: v2
appVersion: "3.0.4"
appVersion: "3.3.1"
description: A Helm chart for the NVCF ClusterAgent Operator
name: helm-nvca-operator
version: 0.0.0