Skip to content

Commit

Permalink
Update grafana dashboard crd
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Aug 16, 2024
1 parent 45e21cb commit 9a3824a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ spec:
type: object
spec:
properties:
folderID:
description: FolderID defines the Grafana folderID
format: int64
type: integer
grafanaRef:
description: GrafanaRef defines the grafana app binding name for the
GrafanaDashboard
Expand Down Expand Up @@ -149,6 +145,8 @@ spec:
type: integer
slug:
type: string
state:
type: string
uid:
type: string
url:
Expand Down
2 changes: 1 addition & 1 deletion hack/scripts/import-crds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ KMODULES_RESOURCE_METADATA_TAG=${KMODULES_RESOURCE_METADATA_TAG:-v0.18.9}
KUBEOPS_SUPERVISOR_TAG=${KUBEOPS_SUPERVISOR_TAG:-v0.0.5}
KUBERNETES_SIGS_GATEWAY_API_TAG=${KUBERNETES_SIGS_GATEWAY_API_TAG:-v1.0.0}
KUBESTASH_APIMACHINERY_TAG=${KUBESTASH_APIMACHINERY_TAG:-v0.10.0}
OPEN_VIZ_APIMACHINERY_TAG=${OPEN_VIZ_APIMACHINERY_TAG:-v0.0.7}
OPEN_VIZ_APIMACHINERY_TAG=${OPEN_VIZ_APIMACHINERY_TAG:-v0.0.8}

crd-importer \
--input=https://github.com/kubestash/apimachinery/raw/${KUBESTASH_APIMACHINERY_TAG}/crds/addons.kubestash.com_addons.yaml \
Expand Down

0 comments on commit 9a3824a

Please sign in to comment.