Skip to content

Commit 8405b61

Browse files
authored
Merge pull request #55 from kitianFresh/feature/fadvisor-0.3.0
add fadvisor 0.3.0. add cross origin for nginx
2 parents a868442 + 034258f commit 8405b61

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

charts/crane/templates/craned-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ data:
194194
add_header Cache-Control "must-revalidate";
195195
add_header Cache-Control "max-age=300";
196196
add_header ETag "1.90.0-rc.0";
197+
add_header Access-Control-Allow-Origin *;
197198
listen 9090;
198199
listen [::]:9090;
199200
location / {

charts/fadvisor/Chart.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ keywords:
1010
- resources
1111
- cost-visualization
1212
- cost-breakdown
13+
- cost-comparator
14+
- serveless
15+
- serverful
16+
- multi-cloud
1317
sources:
1418
- https://github.com/gocrane/fadvisor
1519

1620
type: application
1721

18-
version: 0.2.0
22+
version: 0.3.0
1923

20-
appVersion: v0.2.0
24+
appVersion: v0.3.0

charts/fadvisor/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
image:
88
repository: "docker.io/gocrane/fadvisor"
99
pullPolicy: Always
10-
tag: v0.2.0
10+
tag: v0.3.0
1111

1212
imagePullSecrets: []
1313
nameOverride: "fadvisor"

0 commit comments

Comments
 (0)