diff --git a/deployment/network-operator/values.yaml b/deployment/network-operator/values.yaml index 6c9a79135..4103ddcf9 100644 --- a/deployment/network-operator/values.yaml +++ b/deployment/network-operator/values.yaml @@ -174,12 +174,12 @@ nic-configuration-operator-chart: image: repository: ghcr.io/mellanox name: nic-configuration-operator - tag: v0.1.4 + tag: v0.1.5 configDaemon: image: repository: ghcr.io/mellanox name: nic-configuration-operator-daemon - tag: v0.1.4 + tag: v0.1.5 # General Operator related values # The operator element allows to deploy network operator from an alternate location diff --git a/hack/release.yaml b/hack/release.yaml index 2964b42e8..bad1ab988 100644 --- a/hack/release.yaml +++ b/hack/release.yaml @@ -81,8 +81,8 @@ rdmaCni: nicConfigurationOperator: image: nic-configuration-operator repository: ghcr.io/mellanox - version: v0.1.4 + version: v0.1.5 nicConfigurationConfigDaemon: image: nic-configuration-operator-daemon repository: ghcr.io/mellanox - version: v0.1.4 + version: v0.1.5