Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
Signed-off-by: zhu733756 <zhu733756@kubesphere.io>
  • Loading branch information
zhu733756 committed Feb 8, 2022
1 parent c3f4d88 commit b632083
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentd/Dockerfile.complete
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go build -i -ldflags '-w -s' -o /fluentd/fluentd-watcher /code

# Fluentd main image
FROM alpine:3.13
LABEL Description="Fluentd docker image" Vendor="Kubesphere Organization" Version="1.14.4"
LABEL Description="Fluentd docker image" Vendor="KubeSphere Organization" Version="1.14.4"

# Do not split this into multiple RUN!
# Docker creates a layer for every RUN-Statement
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentd/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.template.erb

FROM alpine:3.13
LABEL Description="Fluentd docker image" Vendor="Kubesphere Organization" Version="1.14.4"
LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.14.4"

# Do not split this into multiple RUN!
# Docker creates a layer for every RUN-Statement
Expand Down
2 changes: 1 addition & 1 deletion manifests/forward/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: zhu733756/fluentd:config-reloader
image: kubesphere/fluentd:v1.14.4-amd64
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/forward/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: zhu733756/fluentd:config-reloader
image: kubesphere/fluentd:v1.14.4-amd64
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start/fluentd-forward.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: zhu733756/fluentd:config-reloader
image: kubesphere/fluentd:v1.14.4-amd64
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start/fluentd-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
bind: 0.0.0.0
port: 9880
replicas: 1
image: zhu733756/fluentd:latest
image: kubesphere/fluentd:v1.14.4-amd64
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/fluent-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
mountPath: /var/run/docker.sock
containers:
- name: fluent-operator
image: zhu733756/fluent-operator:latest-amd64
image: kubesphere/fluent-operator:v1.0.0
resources:
limits:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11093,7 +11093,7 @@ spec:
app.kubernetes.io/name: fluent-operator
spec:
containers:
- image: zhu733756/fluent-operator:latest-amd64
- image: kubesphere/fluent-operator:v1.0.0
name: fluent-operator
resources:
limits:
Expand Down

0 comments on commit b632083

Please sign in to comment.