Count the number of kubernetes pods over a selected time range

I want to get the total number of pods spawned say for eg 1 day.
I tried the query
count(increase(kube_pod_labels{namespace=“jenkins-ns”}[$__range]) )
It return me a graph that fluctuates up and down.

What i basically need a graph which is always rising.
Any help would be apprecited.