Skip to content

Commit

Permalink
Merge pull request #17 from e0ne/configuration-operator-daemon-image
Browse files Browse the repository at this point in the history
fix: Update configuration operator daemon image name
  • Loading branch information
adrianchiris authored Sep 24, 2024
2 parents a1b84f8 + 9ae75c0 commit c6379f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/daemon/daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
hostPID: true
priorityClassName: system-node-critical
containers:
- image: nic-configuration-daemon:latest
- image: nic-configuration-operator-daemon:latest
name: nic-configuration-daemon
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion deployment/nic-configuration-operator-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ operator:
configDaemon:
image:
repository: ghcr.io/mellanox
name: nic-configuration-daemon
name: nic-configuration-operator-daemon
tag: latest
nodeSelector: {}
resources:
Expand Down

0 comments on commit c6379f4

Please sign in to comment.