Skip to content

Commit

Permalink
Merge pull request #34 from datainfrahq/v0.0.8
Browse files Browse the repository at this point in the history
release v0.0.8
  • Loading branch information
AdheipSingh authored May 1, 2023
2 parents edcd774 + b1078d9 commit b68cc27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/pinot-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pinot-control-plane
description: A Helm chart for Kubernetes
type: application
version: 0.0.7
appVersion: "v0.0.7"
version: 0.0.8
appVersion: "v0.0.8"
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spec:
currentSchemas.json:
type: string
lastUpdateTime:
format: date-time
type: string
message:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ spec:
type: string
pinotTableType:
type: string
segmentReload:
type: boolean
tables.json:
type: string
required:
Expand All @@ -65,6 +67,7 @@ spec:
currentTable.json:
type: string
lastUpdateTime:
format: date-time
type: string
message:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
currentTenants.json:
type: string
lastUpdateTime:
format: date-time
type: string
message:
type: string
Expand Down

0 comments on commit b68cc27

Please sign in to comment.