Skip to content

Commit

Permalink
Merge pull request #93 from flashcatcloud/ga.5
Browse files Browse the repository at this point in the history
release ga.5
  • Loading branch information
kongfei605 authored Apr 23, 2023
2 parents bb45b52 + 5e680e9 commit 84bd3d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sources:
maintainers:
- email: [email protected]
name: flashcatcloud
version: 0.2.3
version: 0.2.4
apiVersion: v1
appVersion: 6.0.0.ga.4
appVersion: 6.0.0.ga.5
icon: https://raw.githubusercontent.com/flashcatcloud/n9e-helm/master/n9e-icon.png
2 changes: 1 addition & 1 deletion scripts/a-n9e.sql
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ CREATE TABLE `chart` (
CREATE TABLE `chart_share` (
`id` bigint unsigned not null auto_increment,
`cluster` varchar(128) not null,
`dashboard_id` bigint unsigned not null,
`datasource_id` bigint unsigned not null default 0,
`configs` text,
`create_at` bigint not null default 0,
`create_by` varchar(64) not null default '',
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ n9e:
automountServiceAccountToken: false
image:
repository: flashcatcloud/nightingale
tag: 6.0.0-ga.4
tag: 6.0.0-ga.5
resources: {}
# requests:
# memory: 512Mi
Expand Down

0 comments on commit 84bd3d3

Please sign in to comment.