update komodo image path
This commit is contained in:
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user