Skip to content

Commit cee40eb

Browse files
committed
Update resource metadata
Signed-off-by: Tamal Saha <[email protected]>
1 parent 107a841 commit cee40eb

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
kmodules.xyz/go-containerregistry v0.0.12
5151
kmodules.xyz/monitoring-agent-api v0.30.1-0.20240922035723-c44bae62658a
5252
kmodules.xyz/offshoot-api v0.30.1
53-
kmodules.xyz/resource-metadata v0.18.14-0.20240925020608-73a6d2bd1a4e
53+
kmodules.xyz/resource-metadata v0.18.14-0.20240925131055-7efb243b0bdf
5454
kmodules.xyz/resource-metrics v0.30.4
5555
kmodules.xyz/resource-metrics/utils v0.30.4
5656
kmodules.xyz/sets v0.29.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,8 @@ kmodules.xyz/monitoring-agent-api v0.30.1-0.20240922035723-c44bae62658a h1:R31pY
934934
kmodules.xyz/monitoring-agent-api v0.30.1-0.20240922035723-c44bae62658a/go.mod h1:wNJna790BXspkN1ior9J+RI3pr+3B8LFtiumOvh8qKg=
935935
kmodules.xyz/offshoot-api v0.30.1 h1:TrulAYO+oBsXe9sZZGTmNWIuI8qD2izMpgcTSPvgAmI=
936936
kmodules.xyz/offshoot-api v0.30.1/go.mod h1:T3mpjR6fui0QzOcmQvIuANytW48fe9ytmy/1cgx6D4g=
937-
kmodules.xyz/resource-metadata v0.18.14-0.20240925020608-73a6d2bd1a4e h1:PrZjuFQkFUhvAxQyJcJt5iTN7HDhsmC6WqQaYPOO3nU=
938-
kmodules.xyz/resource-metadata v0.18.14-0.20240925020608-73a6d2bd1a4e/go.mod h1:p9RH0c3G/+hpL7ny1fjWOVGMmMNbqQUTonuMoTT35pg=
937+
kmodules.xyz/resource-metadata v0.18.14-0.20240925131055-7efb243b0bdf h1:6vK5pc17fh8IPoT5OXzr5mO/qXsbM3+yhCBCh0/peNM=
938+
kmodules.xyz/resource-metadata v0.18.14-0.20240925131055-7efb243b0bdf/go.mod h1:p9RH0c3G/+hpL7ny1fjWOVGMmMNbqQUTonuMoTT35pg=
939939
kmodules.xyz/resource-metrics v0.30.4 h1:8HBPtYmo9ETY91gsc55JE8Z986+3ZuRq57M0wZ9npqI=
940940
kmodules.xyz/resource-metrics v0.30.4/go.mod h1:w9+rz7/s/kGP1GWzYSuRdCn+l7EwpesmESSEHkLBnIQ=
941941
kmodules.xyz/resource-metrics/utils v0.30.4 h1:bJS/x0Qr7N1FFdxugFbzZ/Es6HVs4ptsFlhkmgj3jac=

vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/stash.appscode.com/v1alpha1/kubedb/repositories.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
{{ end }}
5151
{{- printf "%s" $color -}}
5252
name: Integrity
53-
pathTemplate: '{{ .status.integrity | upper }}'
53+
pathTemplate: '{{ .status.integrity | toString | upper }}'
5454
priority: 3
5555
type: string
5656
- name: Age

vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/storage.kubestash.com/v1alpha1/repositories.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ spec:
4949
{{ $color := "gray" }}
5050
{{ if $integrity }}
5151
{{ $color = "success" }}
52+
{{ else }}
53+
{{ $color = "danger" }}
5254
{{ end }}
5355
{{- printf "%s" $color -}}
5456
name: Integrity
55-
pathTemplate: '{{ .status.integrity | upper }}'
57+
pathTemplate: '{{ .status.integrity | toString | upper }}'
5658
priority: 3
5759
type: string
5860
- name: Age

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@ kmodules.xyz/monitoring-agent-api/client
20352035
## explicit; go 1.22.0
20362036
kmodules.xyz/offshoot-api/api/v1
20372037
kmodules.xyz/offshoot-api/api/v2
2038-
# kmodules.xyz/resource-metadata v0.18.14-0.20240925020608-73a6d2bd1a4e
2038+
# kmodules.xyz/resource-metadata v0.18.14-0.20240925131055-7efb243b0bdf
20392039
## explicit; go 1.22.1
20402040
kmodules.xyz/resource-metadata/apis/core/install
20412041
kmodules.xyz/resource-metadata/apis/core/v1alpha1

0 commit comments

Comments
 (0)