encapi: use released image v0.1.1
The first successful encapi release is v0.1.1 (v0.0.1 was a placeholder and v0.1.0's build failed on a gitignore bug). Point the deployment at the image that actually exists in the registry.
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
|||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
containers:
|
containers:
|
||||||
- name: encapi
|
- name: encapi
|
||||||
image: git.unkin.net/unkin/encapi:v0.0.1
|
image: git.unkin.net/unkin/encapi:v0.1.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user