[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user