diff --git a/clusters/k8s-avroid-office.prod.local/namespaces/automations-tools/helm-aggregator/values.yaml b/clusters/k8s-avroid-office.prod.local/namespaces/automations-tools/helm-aggregator/values.yaml index b1c1215..28382c5 100644 --- a/clusters/k8s-avroid-office.prod.local/namespaces/automations-tools/helm-aggregator/values.yaml +++ b/clusters/k8s-avroid-office.prod.local/namespaces/automations-tools/helm-aggregator/values.yaml @@ -5,7 +5,7 @@ replicaCount: 2 image: repository: ghcr.io/actual-devops/helm-aggregator - tag: "0.1.0" + tag: "0.2.0" ingress: enabled: enable @@ -30,11 +30,11 @@ readinessProbe: resources: requests: - cpu: 1 - memory: 1Gi + cpu: 100m + memory: 256Mi limits: - cpu: 2 - memory: 2Gi + cpu: 200m + memory: 512Mi nodeSelector: node-role.kubernetes.io/worker: "" @@ -42,17 +42,39 @@ nodeSelector: config: | port: "8080" repos: - - name: prometheus-community - url: https://prometheus-community.github.io/helm-charts - - name: wiremind - url: https://wiremind.github.io/wiremind-helm-charts - name: stevehipwell url: https://stevehipwell.github.io/helm-charts + charts: + - plantuml + - name: wiremind + url: https://wiremind.github.io/wiremind-helm-charts + charts: + - karma - name: aquasecurity url: https://aquasecurity.github.io/helm-charts - - name: justusbunsi/gitea-sonarqube-bot - url: https://codeberg.org/justusbunsi/gitea-sonarqube-bot/raw/branch/charts/ + charts: + - trivy + - trivy-operator + - name: prometheus-community + url: https://prometheus-community.github.io/helm-charts + charts: + - prometheus-redis-exporter + - kube-prometheus-stack + - name: actual-devops + url: https://actual-devops.github.io/helm-charts + charts: + - helm-aggregator + - webhook-receiver + - name: justusbunsi + url: https://codeberg.org/justusbunsi/gitea-sonarqube-bot/raw/branch/charts + charts: + - gitea-sonarqube-bot - name: bitnami - url: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami/ - - name: kafbat-ui + url: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami + charts: + - valkey + - kafka + - name: kafbat url: https://kafbat.github.io/helm-charts + charts: + - kafka-ui