[DO-1692] update helm-aggegator (!136)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/136
Reviewed-by: Denis Patrakeev <denis.patrakeev@avroid.team>
Reviewed-by: Stanislav Gabenov <stanislav.gabenov@avroid.team>
This commit is contained in:
Rustam Tagaev
2025-03-12 16:12:40 +03:00
parent 49435aeae9
commit 919bf81462

View File

@@ -5,7 +5,7 @@ replicaCount: 2
image: image:
repository: ghcr.io/actual-devops/helm-aggregator repository: ghcr.io/actual-devops/helm-aggregator
tag: "0.1.0" tag: "0.2.0"
ingress: ingress:
enabled: enable enabled: enable
@@ -30,11 +30,11 @@ readinessProbe:
resources: resources:
requests: requests:
cpu: 1 cpu: 100m
memory: 1Gi memory: 256Mi
limits: limits:
cpu: 2 cpu: 200m
memory: 2Gi memory: 512Mi
nodeSelector: nodeSelector:
node-role.kubernetes.io/worker: "" node-role.kubernetes.io/worker: ""
@@ -42,17 +42,39 @@ nodeSelector:
config: | config: |
port: "8080" port: "8080"
repos: repos:
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
- name: wiremind
url: https://wiremind.github.io/wiremind-helm-charts
- name: stevehipwell - name: stevehipwell
url: https://stevehipwell.github.io/helm-charts url: https://stevehipwell.github.io/helm-charts
charts:
- plantuml
- name: wiremind
url: https://wiremind.github.io/wiremind-helm-charts
charts:
- karma
- name: aquasecurity - name: aquasecurity
url: https://aquasecurity.github.io/helm-charts url: https://aquasecurity.github.io/helm-charts
- name: justusbunsi/gitea-sonarqube-bot charts:
url: https://codeberg.org/justusbunsi/gitea-sonarqube-bot/raw/branch/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 - name: bitnami
url: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami/ url: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami
- name: kafbat-ui charts:
- valkey
- kafka
- name: kafbat
url: https://kafbat.github.io/helm-charts url: https://kafbat.github.io/helm-charts
charts:
- kafka-ui