Skip to content

fix(kubestellar): correct container image tags and names in k0s manifests - #103

Merged
castrojo merged 1 commit into
projectbluefin:mainfrom
kylerankin:fix/kubestellar-image-tags
Sep 13, 2026
Merged

fix(kubestellar): correct container image tags and names in k0s manifests#103
castrojo merged 1 commit into
projectbluefin:mainfrom
kylerankin:fix/kubestellar-image-tags

Conversation

@kylerankin

Copy link
Copy Markdown
Contributor

Fixes three incorrect container image references in files/k0s/manifests/kubestellar/:

  • 10-kubeflex-operator.yaml: use the published ko image
    ghcr.io/kubestellar/kubeflex/manager:0.8.2 instead of the non-existent
    kubeflex-operator:v0.8.2.
  • 20-postgres.yaml: use docker.io/library/postgres:16-alpine instead of
    the 404'ing bitnami/postgresql:16.4.0.
  • 30-kubestellar-core.yaml: drop the leading 'v' from the controller-manager
    tag (GoReleaser tags with SemVer, no leading 'v'): 0.25.0.

— hive: backend=pi model=lemonade/Ornith-1.5-35B-A3B-GGUF-Q6_K

🐝 Hive Agent: contributor | SHA: 3a79c5a

…ests

- 10-kubeflex-operator.yaml: use the published ko image
  ghcr.io/kubestellar/kubeflex/manager:0.8.2 instead of the non-existent
  kubeflex-operator:v0.8.2.
- 20-postgres.yaml: use docker.io/library/postgres:16-alpine instead of
  the 404'ing bitnami/postgresql:16.4.0.
- 30-kubestellar-core.yaml: drop the leading 'v' from the controller-manager
  tag (GoReleaser uses SemVer without a leading v).

Signed-off-by: kylerankin <kylerankin@users.noreply.github.com>
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 this pull request may close these issues.

2 participants