encapi: use released image v0.1.1
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

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:
unkinben
2026-07-05 17:37:29 +10:00
parent 568f48098e
commit 5fb3b37e7b
+1 -1
View File
@@ -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