Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: tags missing from images in docker hub #1178

Closed
DouglasWillis1 opened this issue May 23, 2024 · 1 comment · Fixed by #1183
Closed

bug: tags missing from images in docker hub #1178

DouglasWillis1 opened this issue May 23, 2024 · 1 comment · Fixed by #1183
Assignees

Comments

@DouglasWillis1
Copy link

Describe the issue

Latest chart uses fluent bit image tag v3.0.4 but that image tag is not on docker hub.

To Reproduce

try and pull image from docker hub.

Step 2/2 : FROM kubesphere/fluent-bit:${IMAGE_VERSION}
12:19:23  manifest for kubesphere/fluent-bit:v3.0.4 not found: manifest unknown: manifest unknown

Expected behavior

Image is available to support the chart

Your Environment

- Fluent Operator version: 2.8.0
- Container Runtime: containerd
- Operating system: Linux
- Kernel version:

How did you install fluent operator?

Helm

Additional context

No response

@DouglasWillis1
Copy link
Author

DouglasWillis1 commented May 23, 2024

Additionally noticed that the artefact name for the latest release in git has had a version added to the filename.

Name for the v2.8.0 release
fluent-operator-2.8.0.tgz

Name for all other release
fluent-operator.tgz

This makes the Documentation for installing incorrect.

EG:
From the README.md file.

helm install fluent-operator --create-namespace -n fluent https://github.com/fluent/fluent-operator/releases/download/< version >/fluent-operator.tgz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants