@@ -12,8 +12,10 @@ operator:
1212 # The init container is to get the actual storage path of the docker log files so that it can be mounted to collect the logs.
1313 # see https://github.com/fluent/fluent-operator/blob/master/manifests/setup/fluent-operator-deployment.yaml#L26
1414 initcontainer :
15- repository : " docker"
16- tag : " 20.10"
15+ image :
16+ registry : docker.io
17+ repository : docker
18+ tag : " 20.10"
1719
1820 resources :
1921 limits :
@@ -22,9 +24,10 @@ operator:
2224 requests :
2325 cpu : 50m
2426 memory : 64Mi
25- container :
26- repository : " kubesphere/fluent-operator"
27- tag : " latest"
27+ image :
28+ registry : ghcr.io
29+ repository : fluent/fluent-operator/fluent-operator
30+ tag : " "
2831 # If set to false, this will disable the creation of ClusterRole, ClusterRoleBinding,
2932 # Deployment, and ServiceAccount resources to avoid conflicts when deploying multiple instances.
3033 enable : true
@@ -96,9 +99,11 @@ fluentbit:
9699 failureThreshold : 8
97100
98101 image :
99- repository : " ghcr.io/fluent/fluent-operator/fluent-bit "
100- tag : 4.0.0
102+ registry : ghcr.io
103+ repository : fluent/fluent-operator/fluent-bit
101104 # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit
105+ tag : " 4.0.0"
106+
102107 # fluentbit resources. If you do want to specify resources, adjust them as necessary
103108 # You can adjust it based on the log volume.
104109 resources :
@@ -424,8 +429,11 @@ fluentd:
424429 mode : " collector"
425430 port : 24224
426431 image :
427- repository : " ghcr.io/fluent/fluent-operator/fluentd"
428- tag : " v1.17.1"
432+ registry : ghcr.io
433+ repository : fluent/fluent-operator/fluentd
434+ # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluentd
435+ tag : v1.17.1
436+
429437 # Numbers of the Fluentd instance
430438 # Applicable when the mode is "collector", and will be ignored when the mode is "agent"
431439 replicas : 1
0 commit comments