Mauricio Carmelo 7d5fa3c70b Upgrade Trident to 22.07.0 version.
Update version of Trident to 22.07.0 to keep compatibility with
version 1.24 of k8s. Supports k8s from 1.19 to 1.24.

Test Plan:
PASS: Tested Trident 22.07.0 installation and communication with
Netapp simulator.
PASS: Tested the Trident update from version 21.04.1 to 22.07.0,
upgrading tridentctl client version and rerunning the
ansible-playbook to update the server version.

Story: 2010301
Task: 46487

Signed-off-by: Mauricio Carmelo
<Mauricio.BiasiDoMonteCarmelo@windriver.com>
Change-Id: I9f162bf8d31a5dc8012b61d95617f77d3ce92601
2022-10-19 08:22:41 -04:00

34 lines
672 B
RPMSpec

Summary: trident-installer
Name: trident-installer
Version: 22.07.0
Release: 0%{?_tis_dist}.%{tis_patch_ver}
License: Apache-2.0
Group: base
Packager: Wind River <info@windriver.com>
URL: https://github.com/NetApp/trident/releases/download/v22.07.0/trident-installer-22.07.0.tar.gz
Source0: %{name}-%{version}.tar.gz
Requires: nfs-utils
%description
Netapp Trident-installer
https://docs.netapp.com/us-en/trident/trident-rn.html
%define debug_package %{nil}
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}/%{_bindir}
install -m 755 tridentctl %{buildroot}/%{_bindir}/tridentctl
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/tridentctl