diff --git a/kubernetes/flower.yaml b/kubernetes/flower.yaml index 8bd139d..d4833b9 100644 --- a/kubernetes/flower.yaml +++ b/kubernetes/flower.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: pypistats-flower - image: us.gcr.io/pypistats-org/pypistats:6 + image: us.gcr.io/pypistats-org/pypistats:7 imagePullPolicy: Always args: ["flower"] envFrom: diff --git a/kubernetes/tasks.yaml b/kubernetes/tasks.yaml index 52253a4..c46c140 100644 --- a/kubernetes/tasks.yaml +++ b/kubernetes/tasks.yaml @@ -20,14 +20,14 @@ spec: spec: containers: - name: beat - image: us.gcr.io/pypistats-org/pypistats:6 + image: us.gcr.io/pypistats-org/pypistats:7 imagePullPolicy: Always args: ["beat"] envFrom: - secretRef: name: pypistats-secrets - name: celery - image: us.gcr.io/pypistats-org/pypistats:6 + image: us.gcr.io/pypistats-org/pypistats:7 imagePullPolicy: Always args: ["celery"] envFrom: diff --git a/kubernetes/web.yaml b/kubernetes/web.yaml index 0199d51..51e23e0 100644 --- a/kubernetes/web.yaml +++ b/kubernetes/web.yaml @@ -20,7 +20,7 @@ spec: spec: initContainers: - name: migrate - image: us.gcr.io/pypistats-org/pypistats:6 + image: us.gcr.io/pypistats-org/pypistats:7 imagePullPolicy: Always envFrom: - secretRef: @@ -28,7 +28,7 @@ spec: args: ["migrate"] containers: - name: web - image: us.gcr.io/pypistats-org/pypistats:6 + image: us.gcr.io/pypistats-org/pypistats:7 imagePullPolicy: Always envFrom: - secretRef: diff --git a/pyproject.toml b/pyproject.toml index b632a4e..5347588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypistatsorg" -version = "6" +version = "7" description = "Download counts dashboard for python packages" authors = ["Flynn "]