X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=caas-kubernetes.spec;h=5d1594da713d29fcb1f29afe357c7914c02a5790;hb=8e96bec5552b3d1c6d8b761de5c9da246518609f;hp=c648cb6199aca8f9bb9de49f0dd1d3c7273f6345;hpb=ea1ade6d4bd67bacd7215e36c96976c69108078e;p=ta%2Fcaas-kubernetes.git diff --git a/caas-kubernetes.spec b/caas-kubernetes.spec index c648cb6..5d1594d 100644 --- a/caas-kubernetes.spec +++ b/caas-kubernetes.spec @@ -14,7 +14,7 @@ %define COMPONENT kubernetes %define RPM_NAME caas-%{COMPONENT} -%define RPM_MAJOR_VERSION 1.15.3 +%define RPM_MAJOR_VERSION 1.16.0 %define RPM_MINOR_VERSION 7 %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