diff --git a/odim-controller/odimra/group_vars/all/requirements.yaml b/odim-controller/odimra/group_vars/all/requirements.yaml index 27b41e838..0de3081b7 100644 --- a/odim-controller/odimra/group_vars/all/requirements.yaml +++ b/odim-controller/odimra/group_vars/all/requirements.yaml @@ -11,14 +11,14 @@ keepalived_pkgs: # - check if the first entry in the list is present in the cache using # `sudo apt-cache madison ` # package_name ex: linux-headers-5.8.0-63-generic - - linux-headers-5.8.0-63-generic + - linux-headers-6.2.0-26-generic # - check for the latest version of keepalived in cache using # `sudo apt-cache madison keepalived` - - keepalived=1:2.0.19-2 + - keepalived=1:2.2.4-0.2build1 nginx_pkgs: # - check for the latest version of nginx in cache using # `sudo apt-cache madison nginx` - - nginx=1.18.0-0ubuntu1.4 + - nginx=1.18.0-6ubuntu14.4 # Below packages should not altered/updated by user