Skip to content

Commit 35ea9c7

Browse files
committed
feat(k8s): add Keel annotations and update anubis image tag
Configure automatic updates with Keel by adding annotations for polling, update policy, and tag matching. Also update anubis container to use :main tag instead of :latest for consistent versioning.
1 parent c2f08c6 commit 35ea9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifest/xesite/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
initialDelaySeconds: 30
7373
periodSeconds: 30
7474
- name: anubis
75-
image: ghcr.io/techarohq/anubis:latest
75+
image: ghcr.io/techarohq/anubis:main
7676
imagePullPolicy: Always
7777
env:
7878
- name: "BIND"

0 commit comments

Comments
 (0)