deploy table chg

This commit is contained in:
flynn
2021-12-12 11:29:28 -05:00
parent da4d4aa8da
commit fb98bcaa01
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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