You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour:
The docs, release notes and the code should reference the same images
Steps to reproduce the bug:
Trying to pull the image as referenced in the release notes:
docker pull ghcr.io/kube-logging/fluentd:5.1.1
Additional context:
It would be nice, to have the used images list, as a JSON in the release, to make syncing the images to a custom mirror easier. This JSON could then also be used to generate the docs page, and maybe even the release notes. This would way, it would be less error prone.
/kind bug
The text was updated successfully, but these errors were encountered:
Describe the bug:
In the release description (https://github.com/kube-logging/logging-operator/releases/tag/5.1.1 ) as well as on the docs page (https://kube-logging.dev/docs/image-versions/ ) the fluentd image is references at ghcr.io/kube-logging/fluentd but that image doesn't exist.
Additionally the image listed in the release notes is 5.1.1, but that doesn't exist either, and instead 5.1.1-full exists.
In the code the image is referenced properly, but referencing the latest image: https://github.com/kube-logging/logging-operator/blob/5.1.1/pkg/sdk/logging/api/v1beta1/logging_types.go#L210
In the docs https://kube-logging.dev/docs/image-versions/ the repository is also wrong, and additionally a different image version/tag is referenced here as well.
Expected behaviour:
The docs, release notes and the code should reference the same images
Steps to reproduce the bug:
Trying to pull the image as referenced in the release notes:
Additional context:
It would be nice, to have the used images list, as a JSON in the release, to make syncing the images to a custom mirror easier. This JSON could then also be used to generate the docs page, and maybe even the release notes. This would way, it would be less error prone.
/kind bug
The text was updated successfully, but these errors were encountered: