Skip to main content
Question

nkp 2.15 has error in git repository.

  • May 21, 2025
  • 1 reply
  • 63 views

Version 2.15 reports events “unable to clone 'https://github.com/mesosphere/dkp-catalog-applications': couldn't find remote ref "refs/tags/2.15.0"

Inspecting the github source shows that this version number is not available as a tag but as a release. 

After changing the config to 

apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: nkp-catalog-applications
namespace: kommander
spec:
interval: 1m
url: https://github.com/mesosphere/dkp-catalog-applications
ref:
branch: release-2.15 # Use the branch name instead of a tag

a lot of things start deploying

This topic has been closed for replies.

1 reply

JoseNutanix
Nutanix Employee
Forum|alt.badge.img+5
  • Nutanix Employee
  • 102 replies
  • May 28, 2025

Thank you for bringing this up, we’ll get it fixed.