Skip to content

Commit

Permalink
Update podmon version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdawe authored Oct 15, 2021
1 parent 4c1a27a commit 190901d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func PopulateInventory(db InventoryDatabaseInterface, storageArrayTypeStore stor
// add modules
addModule(db, &model.ModuleType{
Name: model.ModuleTypePodMon,
Version: "1.0.0",
Version: "1.0.1",
})
addModule(db, &model.ModuleType{
Name: model.ModuleTypeObservability,
Expand Down
2 changes: 1 addition & 1 deletion templates/configs/values-powerflex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ vgsnapshotter:
#! Enable this feature only after contact support for additional information
podmon:
enabled: false
image: dellemc/podmon:v1.0.0
image: dellemc/podmon:v1.0.1
controller:
args:
- "--csisock=unix:/var/run/csi/csi.sock"
Expand Down
2 changes: 1 addition & 1 deletion templates/configs/values-unity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ nodeNamePrefix: ""
#! Enable this feature only after contact support for additional information
podmon:
enabled: false
image: dellemc/podmon:v1.0.0
image: dellemc/podmon:v1.0.1
controller:
args:
- "--csisock=unix:/var/run/csi/csi.sock"
Expand Down

0 comments on commit 190901d

Please sign in to comment.