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 helm-chart/zxporter-netmon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
repository: devzeroinc/zxporter-netmon
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.71"
tag: "v0.0.74"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/zxporter-nodemon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gpuMetricsExporter:
image:
repository: docker.io/devzeroinc/zxporter-nodemon
pullPolicy: IfNotPresent
tag: "v0.0.1"
tag: "v0.0.74"
config: { }
# config:
# # address of the DCGM exporter instance
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/zxporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
image:
repository: docker.io/devzeroinc/zxporter
pullPolicy: IfNotPresent
tag: "v0.0.73"
tag: "v0.0.74"

# ZXPorter configuration
zxporter:
Expand Down
Loading