Skip to content
Merged
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/topograph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/topograph/charts/node-data-broker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/topograph/charts/node-data-broker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ initc:
image:
repository: ghcr.io/nvidia/topograph
pullPolicy: IfNotPresent
tag: main
tag: v0.3.0
extraArgs:
# - key=val

Expand Down
2 changes: 1 addition & 1 deletion charts/topograph/charts/node-observer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/topograph/charts/node-observer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/topograph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ replicaCount: 1

image:
repository: ghcr.io/nvidia/topograph
tag: main
tag: v0.3.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
Loading