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
|
home: https://wiki.alexlebens.dev/s/bb7eb683-b5c7-4f50-9f2c-e8e57dc67c81
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/mbecker20/komodo
|
- 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/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
||||||
|
- https://github.com/alexlebens/helm-charts/charts/postgres-cluster
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@@ -8,12 +8,10 @@ komodo:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/mbecker20/komodo
|
repository: ghcr.io/moghtech/komodo-core
|
||||||
tag: 1.16.12
|
tag: 1.17.5
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: COMPOSE_KOMODO_IMAGE_TAG
|
|
||||||
value: 1.16.12
|
|
||||||
- name: COMPOSE_LOGGING_DRIVER
|
- name: COMPOSE_LOGGING_DRIVER
|
||||||
value: local
|
value: local
|
||||||
- name: KOMODO_HOST
|
- name: KOMODO_HOST
|
||||||
@@ -52,6 +50,8 @@ komodo:
|
|||||||
value: true
|
value: true
|
||||||
- name: KOMODO_TRANSPARENT_MODE
|
- name: KOMODO_TRANSPARENT_MODE
|
||||||
value: false
|
value: false
|
||||||
|
- name: PERIPHERY_SSL_ENABLED
|
||||||
|
value: false
|
||||||
- name: DB_USERNAME
|
- name: DB_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
@@ -39,7 +39,7 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
komodo-periphery:
|
komodo-periphery:
|
||||||
image: ghcr.io/mbecker20/periphery:latest
|
image: ghcr.io/moghtech/komodo-periphery:latest
|
||||||
container_name: komodo-periphery
|
container_name: komodo-periphery
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
Reference in New Issue
Block a user