update komodo image path

This commit is contained in:
2025-05-09 21:43:00 -05:00
parent cd801e99ec
commit 9794282384
3 changed files with 8 additions and 6 deletions

View File

@@ -10,8 +10,10 @@ keywords:
home: https://wiki.alexlebens.dev/s/bb7eb683-b5c7-4f50-9f2c-e8e57dc67c81
sources:
- https://github.com/mbecker20/komodo
- https://github.com/mbecker20/komodo/pkgs/container/komodo
- https://github.com/cloudnative-pg/cloudnative-pg
- https://github.com/moghtech/komodo/pkgs/container/komodo-core
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
- https://github.com/alexlebens/helm-charts/charts/postgres-cluster
maintainers:
- name: alexlebens
dependencies:

View File

@@ -8,12 +8,10 @@ komodo:
containers:
main:
image:
repository: ghcr.io/mbecker20/komodo
tag: 1.16.12
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
pullPolicy: IfNotPresent
env:
- name: COMPOSE_KOMODO_IMAGE_TAG
value: 1.16.12
- name: COMPOSE_LOGGING_DRIVER
value: local
- name: KOMODO_HOST
@@ -52,6 +50,8 @@ komodo:
value: true
- name: KOMODO_TRANSPARENT_MODE
value: false
- name: PERIPHERY_SSL_ENABLED
value: false
- name: DB_USERNAME
valueFrom:
secretKeyRef:

View File

@@ -39,7 +39,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
komodo-periphery:
image: ghcr.io/mbecker20/periphery:latest
image: ghcr.io/moghtech/komodo-periphery:latest
container_name: komodo-periphery
env_file:
- .env