This commit is contained in:
flynn
2020-08-16 13:15:27 -04:00
parent 2db8a717cb
commit 0c043bc2be
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ spec:
spec: spec:
containers: containers:
- name: pypistats-flower - name: pypistats-flower
image: us.gcr.io/pypistats-org/pypistats:6 image: us.gcr.io/pypistats-org/pypistats:7
imagePullPolicy: Always imagePullPolicy: Always
args: ["flower"] args: ["flower"]
envFrom: envFrom:

View File

@@ -20,14 +20,14 @@ spec:
spec: spec:
containers: containers:
- name: beat - name: beat
image: us.gcr.io/pypistats-org/pypistats:6 image: us.gcr.io/pypistats-org/pypistats:7
imagePullPolicy: Always imagePullPolicy: Always
args: ["beat"] args: ["beat"]
envFrom: envFrom:
- secretRef: - secretRef:
name: pypistats-secrets name: pypistats-secrets
- name: celery - name: celery
image: us.gcr.io/pypistats-org/pypistats:6 image: us.gcr.io/pypistats-org/pypistats:7
imagePullPolicy: Always imagePullPolicy: Always
args: ["celery"] args: ["celery"]
envFrom: envFrom:

View File

@@ -20,7 +20,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: migrate - name: migrate
image: us.gcr.io/pypistats-org/pypistats:6 image: us.gcr.io/pypistats-org/pypistats:7
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:
@@ -28,7 +28,7 @@ spec:
args: ["migrate"] args: ["migrate"]
containers: containers:
- name: web - name: web
image: us.gcr.io/pypistats-org/pypistats:6 image: us.gcr.io/pypistats-org/pypistats:7
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pypistatsorg" name = "pypistatsorg"
version = "6" version = "7"
description = "Download counts dashboard for python packages" description = "Download counts dashboard for python packages"
authors = ["Flynn <crf204@gmail.com>"] authors = ["Flynn <crf204@gmail.com>"]