Update example k8s manifest to use beta image
parent
4ba841d6c2
commit
86b3630f42
|
@ -23,7 +23,7 @@ spec:
|
|||
app: influxdb
|
||||
spec:
|
||||
containers:
|
||||
- image: quay.io/influxdb/influxdb:2.0.0-alpha
|
||||
- image: quay.io/influxdb/influxdb:2.0.0-beta
|
||||
name: influxdb
|
||||
ports:
|
||||
- containerPort: 9999
|
||||
|
|
Loading…
Reference in New Issue