Skip to content

Commit

Permalink
Merge pull request #316 from openinfradev/develop
Browse files Browse the repository at this point in the history
20240517 develop to release ( v4.0.0 )
  • Loading branch information
ktkfree authored May 17, 2024
2 parents 4312dc1 + 9983c16 commit 0c4e04a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 13 deletions.
44 changes: 31 additions & 13 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ spec:
type: helmrepo
repository: https://harbor.taco-cat.xyz/chartrepo/tks
name: fluent-operator
version: 1.7.0
version: 2.7.0
skipDepUpdate: true
origin: https://openinfradev.github.io/helm-repo
releaseName: fluent-operator-crds
Expand All @@ -641,18 +641,18 @@ spec:
origin: https://openinfradev.github.io/helm-repo
repository: https://harbor.taco-cat.xyz/chartrepo/tks
name: fluent-operator
version: 1.7.0
version: 2.7.0
skipDepUpdate: true
releaseName: fluent-operator
targetNamespace: lma
values:
operator:
initcontainer:
repository: harbor.taco-cat.xyz/tks/docker
tag: 19.03
tag: "20.10"
container:
repository: harbor.taco-cat.xyz/tks/fluent-operator
tag: v1.5.0
tag: "v2.7.0"
# FluentBit operator resources. Usually user needn't to adjust these.
resources:
limits:
Expand All @@ -662,9 +662,10 @@ spec:
cpu: 100m
memory: 20Mi
fluentbit:
enable: false
image:
repository: harbor.taco-cat.xyz/tks/fluent-bit
tag: v1.9.7-debug
tag: v2.2.0
wait: true
---
apiVersion: helm.fluxcd.io/v1
Expand Down Expand Up @@ -692,7 +693,7 @@ spec:
tag: v0.1.1
fluentbit:
repository: harbor.taco-cat.xyz/tks/fluent-bit
tag: v2.1.4
tag: v2.2.0
elasticsearchTemplates:
repository: harbor.taco-cat.xyz/tks/curl
tag: latest
Expand Down Expand Up @@ -721,13 +722,7 @@ spec:
outputs: { }
targetLogs: [ ]
alerts:
enabled: true
namespace: taco-system
message: |-
{{ $labels.container }} in {{ $labels.pod }} ({{ $labels.taco_cluster }}/{{ $labels.namespace }} ) generate a error due to log = {{ $labels.log }}
summary: |-
{{ $labels.container }} in {{ $labels.pod }} ({{ $labels.taco_cluster }}/{{ $labels.namespace }} ) generate a error
rules: [ ]
enabled: false
clusterName: TO_BE_FIXED
exclude:
- key: $kubernetes['container_name']
Expand Down Expand Up @@ -1250,3 +1245,26 @@ spec:
s3:
enabled: true
buckets: [ ]
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
labels:
name: opa-exporter
name: opa-exporter
spec:
helmVersion: v3
chart:
type: helmrepo
repository: https://harbor.taco-cat.xyz/chartrepo/tks
name: opa-scorecard
version: 0.1.0
releaseName: opa-exporter
targetNamespace: lma
values:
gatekeeper:
namespace: gatekeeper-system
metrics:
podmonitor: true
servicemonitor:
enabled: true
1 change: 1 addition & 0 deletions policy/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
releaseName: opa-gatekeeper
targetNamespace: gatekeeper-system
values:
logDenies: true
enableDeleteOperations: true
---
apiVersion: helm.fluxcd.io/v1
Expand Down

0 comments on commit 0c4e04a

Please sign in to comment.