Skip to content

Commit

Permalink
Update hardcoded control vip and pull image ifnotpresent
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 1, 2024
1 parent 6c20688 commit f6f2d07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/helm/fabric-dhcpd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replicaCount: 1

image:
repository: ghcr.io/githedgehog/fabric/fabric-dhcpd
pullPolicy: Always
pullPolicy: IfNotPresent
tag: "0.0.0"

imagePullSecrets: []
Expand Down
3 changes: 2 additions & 1 deletion pkg/dhcpd/coredhcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ import (
"github.com/sirupsen/logrus"
)

// TODO remove hardcoded config
const defaultConfig = `
server4:
listen:
- "172.30.1.1"
- "172.30.0.1"
plugins:
- hhdhcp: ""
`
Expand Down

0 comments on commit f6f2d07

Please sign in to comment.