Skip to content

Commit

Permalink
Merge pull request #1357 from reegnz/update_fluentd_image_references
Browse files Browse the repository at this point in the history
Update fluentd image references
  • Loading branch information
benjaminhuo authored Sep 25, 2024
2 parents c1a9581 + b1e655e commit aedfcf9
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ fluentd:
port: 24224
image:
repository: "ghcr.io/fluent/fluent-operator/fluentd"
tag: "v1.17.0"
tag: "v1.17.0-4"
# Numbers of the Fluentd instance
# Applicable when the mode is "collector", and will be ignored when the mode is "agent"
replicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 3
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
4 changes: 2 additions & 2 deletions manifests/fluentd/fluentd-cluster-cfg-output-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down Expand Up @@ -44,4 +44,4 @@ spec:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
port: 9200
logstashFormat: true
logstashPrefix: ks-logstash-log
logstashPrefix: ks-logstash-log
4 changes: 2 additions & 2 deletions manifests/fluentd/fluentd-cluster-cfg-output-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down Expand Up @@ -61,4 +61,4 @@ spec:
- kafka:
brokers: my-cluster-kafka-bootstrap.default.svc:9091,my-cluster-kafka-bootstrap.default.svc:9092,my-cluster-kafka-bootstrap.default.svc:9093
useEventTime: true
topicKey: kubernetes_ns
topicKey: kubernetes_ns
4 changes: 2 additions & 2 deletions manifests/fluentd/fluentd-mixed-cfgs-multi-tenant-output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down Expand Up @@ -97,4 +97,4 @@ spec:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
port: 9200
logstashFormat: true
logstashPrefix: ks-logstash-log
logstashPrefix: ks-logstash-log
2 changes: 1 addition & 1 deletion manifests/fluentd/fluentd-mixed-cfgs-output-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
4 changes: 2 additions & 2 deletions manifests/fluentd/fluentd-namespaced-cfg-output-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down Expand Up @@ -43,4 +43,4 @@ spec:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
port: 9200
logstashFormat: true
logstashPrefix: ks-logstash-log
logstashPrefix: ks-logstash-log
4 changes: 2 additions & 2 deletions manifests/quick-start/fluentd-forward.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: kubesphere/fluentd:v1.14.4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down Expand Up @@ -54,4 +54,4 @@ metadata:
output.fluentd.fluent.io/enabled: "true"
spec:
outputs:
- stdout: {}
- stdout: {}
4 changes: 2 additions & 2 deletions manifests/quick-start/fluentd-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 9880
replicas: 1
image: kubesphere/fluentd:v1.14.4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down Expand Up @@ -54,4 +54,4 @@ metadata:
output.fluentd.fluent.io/enabled: "true"
spec:
outputs:
- stdout: {}
- stdout: {}

0 comments on commit aedfcf9

Please sign in to comment.