Skip to content

Commit

Permalink
fix(kromgo): update targetRevision to v0.4.1 and modify configMap set…
Browse files Browse the repository at this point in the history
…tings
  • Loading branch information
qjoly committed Jan 2, 2025
1 parent b20434f commit 1ea6231
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cortado/system/monitoring/kromgo/kromgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
repoURL: https://rubxkube.github.io/common-charts/
chart: common
targetRevision: v0.4.0
targetRevision: v0.4.1
plugin:
name: argocd-vault-plugin-helm
env:
Expand All @@ -21,9 +21,14 @@ spec:
image:
repository: ghcr.io/kashalls/kromgo
tag: "latest"
configMap:
enabled: false
existingConfigMap:
- name: "kromgo-configmap"
mountPath: "/kromgo/config.yaml"
subPath: "config.yaml"
ingress:
enabled: true
# Not hidden because it's a public service
hostName: "kromgo.cortado.thoughtless.eu"
ingressClassName: nginx
tls:
Expand Down

0 comments on commit 1ea6231

Please sign in to comment.