Update Plausible version in PoC and notes

This commit is contained in:
Caleb Woodbine 2021-05-15 10:13:14 +12:00
parent e3192f9d66
commit 6cbce9e793
2 changed files with 2 additions and 6 deletions

View File

@ -2,11 +2,7 @@
* Prelimiary requirements
- Minikube
- Postgres-Operator
** Notes
- Minikube can be switched out for Kind
- Postgres manifests are also included, in case you don't want to deploy a highly available Postgres database locally (~DATABASE_URL~ will need to be updated also)
* Setup

View File

@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: plausible
image: plausible/analytics:dev
image: plausible/analytics:v1.3.0
imagePullPolicy: Always
securityContext:
runAsUser: 1000
@ -69,7 +69,7 @@ spec:
resources: {}
initContainers:
- name: plausible-init
image: plausible/analytics:dev
image: plausible/analytics:v1.3.0
imagePullPolicy: Always
securityContext:
runAsUser: 1000