Skip to content

Commit

Permalink
Merge pull request #244 from akash4sh/main
Browse files Browse the repository at this point in the history
config: updated apps values
  • Loading branch information
akash4sh authored Jun 17, 2024
2 parents 148f1e2 + c645ad3 commit 3e2812a
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 15 deletions.
11 changes: 11 additions & 0 deletions apps/conf/falco-exporter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Name: "falco-exporter"
ChartName: "tools/falco-exporter"
Category: "Security"
Description: ""
RepoName: "tools"
RepoURL: "https://kube-tarian.github.io/helmrepo-supporting-tools"
Namespace: "falco"
ReleaseName: "falco-exporter"
Version: "1.0.0"
CreateNamespace: true
PrivilegedNamespace: true
2 changes: 1 addition & 1 deletion apps/conf/kad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RepoName: "kad"
RepoURL: "https://kube-tarian.github.io/kad"
Namespace: "capten"
ReleaseName: "kad"
Version: "1.0.6"
Version: "1.0.7"
CreateNamespace: true
PrivilegedNamespace: true
APIEndpoint: https://captenagent.{{.DomainName}}
Expand Down
2 changes: 1 addition & 1 deletion apps/conf/kubescape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RepoURL: "https://kube-tarian.github.io/helmrepo-supporting-tools"
Namespace: "kubescape-prometheus"
ReleaseName: "kubescape-prometheus"
CreateNamespace: true
Version: "0.0.4"
Version: "0.0.5"
17 changes: 11 additions & 6 deletions apps/conf/values/falco_template.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
driver:
kind: ebpf
falco:
grpc_output:
enabled: true
grpc:
enabled: true
resources:
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 1000m
memory: 1Gi
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 1000m
memory: 1Gi
10 changes: 10 additions & 0 deletions apps/conf/values/kad_template.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
image:
agent:
repository: ghcr.io/kube-tarian/kad/agent
tag: latest
deployment_worker:
repository: ghcr.io/kube-tarian/kad/deployment-worker
tag: latest
config_worker:
repository: ghcr.io/kube-tarian/kad/config-worker
tag: latest
DomainName: {{.DomainName}}
cert:
secretName: "kad-agent-cert"
Expand Down
4 changes: 4 additions & 0 deletions apps/conf/values/proact-scheduler_template.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
image:
repository: ghcr.io/intelops/proact-scheduler
tag: "v1.0.0"

postgresql:
host: "postgresql.platform.svc.cluster.local"
port: "5432"
Expand Down
7 changes: 0 additions & 7 deletions apps/conf/values/prometheus-msteams_template.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions apps/conf/values/qualitytrace_template.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
image:
repository: ghcr.io/intelops/qualitytrace
tag: v1.0.0

ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod-cluster
Expand Down

0 comments on commit 3e2812a

Please sign in to comment.