X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-kubernetes.git;a=blobdiff_plain;f=caas-kubernetes.spec;fp=caas-kubernetes.spec;h=762f775c045ea3f91a1a89c1bd2bc0997eafd29b;hp=d665a83ce2d98a26e098441b226bf0b96fc9815d;hb=600b8a137035034e7716a1fec564ca8338fbf755;hpb=55ac8440e014cf56620965ff7c0e7ae3da29e901 diff --git a/caas-kubernetes.spec b/caas-kubernetes.spec index d665a83..762f775 100644 --- a/caas-kubernetes.spec +++ b/caas-kubernetes.spec @@ -15,7 +15,7 @@ %define COMPONENT kubernetes %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.16.0 -%define RPM_MINOR_VERSION 5 +%define RPM_MINOR_VERSION 6 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} %define KUBERNETESPAUSE_VERSION 3.1 @@ -160,6 +160,7 @@ ln -s %{_playbooks_path}/master_kube_proxy.yaml %{_postconfig_path}/ ln -s %{_playbooks_path}/master_kubelet.yaml %{_postconfig_path}/ ln -s %{_playbooks_path}/service_account_creation.yaml %{_postconfig_path}/ ln -s %{_playbooks_path}/service_account_distribution.yaml %{_postconfig_path}/ +ln -s %{_playbooks_path}/set_nodes_label.yaml %{_postconfig_path}/ %postun if [ $1 -eq 0 ]; then @@ -175,6 +176,7 @@ if [ $1 -eq 0 ]; then rm -f %{_postconfig_path}/master_kubelet.yaml rm -f %{_postconfig_path}/service_account_creation.yaml rm -f %{_postconfig_path}/service_account_distribution.yaml + rm -f %{_postconfig_path}/set_nodes_label.yaml fi %clean