Skip to content

Commit

Permalink
Merge pull request #309 from openinfradev/fluent-opeartor
Browse files Browse the repository at this point in the history
fluent-operator: bump up operator to support more input methods
  • Loading branch information
ktkfree authored Apr 16, 2024
2 parents ca0a970 + d0c6926 commit 73453b8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 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

0 comments on commit 73453b8

Please sign in to comment.