Skip to content

Commit dae1b2e

Browse files
authored
Merge pull request #93 from xrstf/bump-kcp
bump default kcp version to 0.28.1
2 parents 4cfef98 + f413b12 commit dae1b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resources/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
const (
2828
ImageRepository = "ghcr.io/kcp-dev/kcp"
29-
ImageTag = "v0.28.0"
29+
ImageTag = "v0.28.1"
3030

3131
appNameLabel = "app.kubernetes.io/name"
3232
appInstanceLabel = "app.kubernetes.io/instance"

0 commit comments

Comments
 (0)