Skip to content

Commit

Permalink
fixed runtime-ver label
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed Dec 8, 2023
1 parent a440923 commit b32a7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
LabelK8sPlatform string = "kubefox.xigxog.io/platform"
LabelK8sPlatformComponent string = "kubefox.xigxog.io/platform-component"
LabelK8sReleaseStatus string = "kubefox.xigxog.io/release-status"
LabelK8sRuntimeVersion string = "app.kubernetes.io/runtime-version"
LabelK8sRuntimeVersion string = "kubefox.xigxog.io/runtime-version"
LabelK8sSourceKind string = "kubefox.xigxog.io/source-kind"
LabelK8sSourceResourceVersion string = "kubefox.xigxog.io/source-resource-version"
LabelK8sVirtualEnv string = "kubefox.xigxog.io/virtual-env"
Expand Down

0 comments on commit b32a7a2

Please sign in to comment.