2 Commits

Author SHA1 Message Date
027d906922 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
2025-07-10 02:00:01 +00:00
c66982ae0f change cred
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m1s
2025-07-09 20:59:13 -05:00
3 changed files with 4 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ komodo:
main:
image:
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
tag: 1.18.4
pullPolicy: IfNotPresent
env:
- name: COMPOSE_LOGGING_DRIVER

View File

@@ -16,14 +16,14 @@ spec:
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /digital-ocean/home-infra/postgres-backups
key: /digital-ocean/home-infra/all-access
metadataPolicy: None
property: AWS_ACCESS_KEY_ID
- secretKey: AWS_SECRET_ACCESS_KEY
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /digital-ocean/home-infra/postgres-backups
key: /digital-ocean/home-infra/all-access
metadataPolicy: None
property: AWS_SECRET_ACCESS_KEY
- secretKey: AWS_REGION

View File

@@ -15,7 +15,7 @@ s3-exporter:
- name: S3_NAME
value: digital-ocean
- name: S3_ENDPOINT
value: https://postgres-backups-ce540ddf106d186bbddca68a.nyc3.digitaloceanspaces.com
value: https://nyc3.digitaloceanspaces.com
- name: S3_ACCESS_KEY
valueFrom:
secretKeyRef:
@@ -33,8 +33,6 @@ s3-exporter:
key: AWS_REGION
- name: LOG_LEVEL
value: debug
- name: S3_DISABLE_ENDPOINT_HOST_PREFIX
value: true
- name: S3_FORCE_PATH_STYLE
value: false
resources: