Skip to content

Commit

Permalink
chore: upgrade nicConfigOperator version to v0.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Maslennikov <[email protected]>
  • Loading branch information
almaslennikov committed Nov 8, 2024
1 parent 69a88e3 commit b9cd0e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ spec:
type: object
required:
- enabled
- qos
type: object
required:
- linkType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ spec:
type: object
required:
- enabled
- qos
type: object
required:
- linkType
Expand Down
4 changes: 2 additions & 2 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ nic-configuration-operator-chart:
image:
repository: ghcr.io/mellanox
name: nic-configuration-operator
tag: v0.1.5
tag: v0.1.9
configDaemon:
image:
repository: ghcr.io/mellanox
name: nic-configuration-operator-daemon
tag: v0.1.5
tag: v0.1.9

# General Operator related values
# The operator element allows to deploy network operator from an alternate location
Expand Down
4 changes: 2 additions & 2 deletions hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ rdmaCni:
nicConfigurationOperator:
image: nic-configuration-operator
repository: ghcr.io/mellanox
version: v0.1.5
version: v0.1.9
nicConfigurationConfigDaemon:
image: nic-configuration-operator-daemon
repository: ghcr.io/mellanox
version: v0.1.5
version: v0.1.9

0 comments on commit b9cd0e5

Please sign in to comment.