diff --git a/gitops/fluent/kustomization-config/crd-config.yaml b/gitops/fluent/kustomization-config/crd-config.yaml index 37df60b..fedd8e0 100644 --- a/gitops/fluent/kustomization-config/crd-config.yaml +++ b/gitops/fluent/kustomization-config/crd-config.yaml @@ -3,4 +3,4 @@ images: kind: FluentBit - path: spec/image - kind: Fluentd \ No newline at end of file + kind: Fluentd diff --git a/gitops/fluent/kustomization.yaml b/gitops/fluent/kustomization.yaml index 0457ff6..d5bdf67 100644 --- a/gitops/fluent/kustomization.yaml +++ b/gitops/fluent/kustomization.yaml @@ -16,6 +16,7 @@ patchesStrategicMerge: namespace: logging + images: - name: kubesphere/fluent-bit newTag: v2.0.6 @@ -26,8 +27,8 @@ images: # newName: kubesphere/fluentd - name: kubesphere/fluent-operator - newTag: 1.7.0-use-kubelet - newName: jjsiv/fluent-operator + newTag: v1.7.0 + newName: kubesphere/fluent-operator generatorOptions: disableNameSuffixHash: true diff --git a/gitops/fluent/patches/patch-fluent-bit.yaml b/gitops/fluent/patches/patch-fluent-bit.yaml index bf183fb..e5a8e58 100644 --- a/gitops/fluent/patches/patch-fluent-bit.yaml +++ b/gitops/fluent/patches/patch-fluent-bit.yaml @@ -9,4 +9,4 @@ spec: operator: Exists positionDB: hostPath: - path: /var/log/ \ No newline at end of file + path: /var/lib/fluent-bit/ \ No newline at end of file