4 Commits

Author SHA1 Message Date
3d26357014 chore(deps): update helm release cilium to v1.19.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
2026-02-05 02:04:53 +00:00
5a91c1d870 chore(deps): update nginx docker tag to v1.29.5 (#3724)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 19s
renovate / renovate (push) Successful in 1m23s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 22m36s
2026-02-05 02:02:54 +00:00
95faf21426 chore(deps): update hashicorp/vault docker tag to v1.21.3 (#3723)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-02-05 02:02:44 +00:00
9983ab5ff6 feat: remove watchtower
Some checks failed
lint-test-docker / lint-docker-compose (push) Failing after 26s
renovate / renovate (push) Has been cancelled
2026-02-05 02:01:17 +00:00
5 changed files with 7 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: cilium
repository: https://helm.cilium.io/
version: 1.18.6
digest: sha256:8ea328ac238524b5b423e6289f5e25d05ef64e6aa19cfd5de238f1d5dd533e9b
generated: "2026-01-14T11:02:31.272963463Z"
version: 1.19.0
digest: sha256:d2319facc93cab2a0a137588d8bd93315b52025b3ec86bc89edb0e236a74c814
generated: "2026-02-05T02:04:48.79470163Z"

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: cilium
version: 1.18.6
version: 1.19.0
repository: https://helm.cilium.io/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
# renovate: datasource=github-releases depName=cilium/cilium

View File

@@ -58,7 +58,7 @@ roundcube:
nginx:
image:
repository: nginx
tag: 1.29.4-alpine
tag: 1.29.5-alpine
pullPolicy: IfNotPresent
env:
- name: NGINX_HOST

View File

@@ -12,7 +12,7 @@ vault:
enabled: true
image:
repository: hashicorp/vault
tag: 1.21.2
tag: 1.21.3
updateStrategyType: "RollingUpdate"
logLevel: debug
logFormat: standard
@@ -170,7 +170,7 @@ snapshot:
snapshot:
image:
repository: hashicorp/vault
tag: 1.21.2
tag: 1.21.3
pullPolicy: IfNotPresent
command:
- /bin/ash

View File

@@ -12,8 +12,6 @@ services:
- TS_HOSTNAME=komodo-periphery-ps10rp
env_file:
- .ts-env
labels:
- "com.centurylinklabs.watchtower.scope=komodo"
network_mode: service:komodo-periphery
restart: always
volumes:
@@ -21,23 +19,6 @@ services:
devices:
- /dev/net/tun:/dev/net/tun
watchtower:
image: ghcr.io/containrrr/watchtower:latest
container_name: komodo-periphery-watchtower
command: --scope komodo
environment:
- TZ=America/Chicago
- WATCHTOWER_HTTP_API_METRICS=true
- WATCHTOWER_HTTP_API_TOKEN=token
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_POLL_INTERVAL=3600
labels:
- "com.centurylinklabs.watchtower.scope=komodo"
network_mode: service:komodo-periphery
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
komodo-periphery:
image: ghcr.io/moghtech/komodo-periphery:latest
container_name: komodo-periphery
@@ -45,8 +26,6 @@ services:
- .env
environment:
- TZ=America/Chicago
labels:
- "com.centurylinklabs.watchtower.scope=komodo"
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock