Skip to content

Commit

Permalink
Merge pull request #204 from sunya-ch/v1.2.4-rebase
Browse files Browse the repository at this point in the history
fix: default daemon image
  • Loading branch information
sunya-ch authored Dec 6, 2024
2 parents fb7466d + 0e00ebe commit 385f0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/vars/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
DefaultOperatorNamespace = "multi-nic-cni-operator"
DefaultCNIType = "multi-nic"
DefaultIPAMType = "multi-nic-ipam"
DefaultDaemonImage = "ghcr.io/foundation-model-stack/multi-nic-cni-daemon:v1.2.3"
DefaultDaemonImage = "ghcr.io/foundation-model-stack/multi-nic-cni-daemon:v1.2.4"
DefaultJoinPath = "/join"
DefaultInterfacePath = "/interface"
DefaultAddRoutePath = "/addl3"
Expand Down

0 comments on commit 385f0cf

Please sign in to comment.