1 Commits

Author SHA1 Message Date
be2ef32f43 chore(deps): update helm release cilium to v1.19.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 24s
2026-02-04 21:05:03 +00:00
4 changed files with 25 additions and 4 deletions

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://helm.cilium.io/
version: 1.19.0
digest: sha256:d2319facc93cab2a0a137588d8bd93315b52025b3ec86bc89edb0e236a74c814
generated: "2026-02-05T02:04:48.79470163Z"
generated: "2026-02-04T21:04:57.883421537Z"

View File

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

View File

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

View File

@@ -12,6 +12,8 @@ services:
- TS_HOSTNAME=komodo-periphery-ps10rp
env_file:
- .ts-env
labels:
- "com.centurylinklabs.watchtower.scope=komodo"
network_mode: service:komodo-periphery
restart: always
volumes:
@@ -19,6 +21,23 @@ 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
@@ -26,6 +45,8 @@ services:
- .env
environment:
- TZ=America/Chicago
labels:
- "com.centurylinklabs.watchtower.scope=komodo"
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock