From 17626924773f6c9d58a9f0ea5fe41b93f131d171 Mon Sep 17 00:00:00 2001 From: Dmitry Shmulevich Date: Tue, 24 Mar 2026 10:17:25 -0700 Subject: [PATCH] draft v0.3.0 release Signed-off-by: Dmitry Shmulevich --- charts/topograph/Chart.yaml | 2 +- charts/topograph/charts/node-data-broker/Chart.yaml | 2 +- charts/topograph/charts/node-data-broker/values.yaml | 2 +- charts/topograph/charts/node-observer/Chart.yaml | 2 +- charts/topograph/charts/node-observer/values.yaml | 2 +- charts/topograph/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/topograph/Chart.yaml b/charts/topograph/Chart.yaml index 32f21085..fe58e75c 100644 --- a/charts/topograph/Chart.yaml +++ b/charts/topograph/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.0 # 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: "1.16.0" +appVersion: "v0.3.0" dependencies: - name: node-data-broker diff --git a/charts/topograph/charts/node-data-broker/Chart.yaml b/charts/topograph/charts/node-data-broker/Chart.yaml index dd50a2e7..e6ac9f8a 100644 --- a/charts/topograph/charts/node-data-broker/Chart.yaml +++ b/charts/topograph/charts/node-data-broker/Chart.yaml @@ -21,4 +21,4 @@ version: 0.3.0 # 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: "1.16.0" +appVersion: "v0.3.0" diff --git a/charts/topograph/charts/node-data-broker/values.yaml b/charts/topograph/charts/node-data-broker/values.yaml index 53a19064..d7e3debb 100644 --- a/charts/topograph/charts/node-data-broker/values.yaml +++ b/charts/topograph/charts/node-data-broker/values.yaml @@ -19,7 +19,7 @@ initc: image: repository: ghcr.io/nvidia/topograph pullPolicy: IfNotPresent - tag: main + tag: v0.3.0 extraArgs: # - key=val diff --git a/charts/topograph/charts/node-observer/Chart.yaml b/charts/topograph/charts/node-observer/Chart.yaml index fa951bf4..03b0b2f6 100644 --- a/charts/topograph/charts/node-observer/Chart.yaml +++ b/charts/topograph/charts/node-observer/Chart.yaml @@ -21,4 +21,4 @@ version: 0.3.0 # 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: "1.16.0" +appVersion: "v0.3.0" diff --git a/charts/topograph/charts/node-observer/values.yaml b/charts/topograph/charts/node-observer/values.yaml index 56c62cfa..a8af8370 100644 --- a/charts/topograph/charts/node-observer/values.yaml +++ b/charts/topograph/charts/node-observer/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/nvidia/topograph pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: main + tag: v0.3.0 imagePullSecrets: [] nameOverride: "" diff --git a/charts/topograph/values.yaml b/charts/topograph/values.yaml index 869accef..93e7ce35 100644 --- a/charts/topograph/values.yaml +++ b/charts/topograph/values.yaml @@ -18,7 +18,7 @@ replicaCount: 1 image: repository: ghcr.io/nvidia/topograph - tag: main + tag: v0.3.0 pullPolicy: IfNotPresent imagePullSecrets: []