Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fadvisor 0.3.0. add cross origin for nginx #55

Merged
merged 1 commit into from
May 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions charts/crane/templates/craned-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ data:
add_header Cache-Control "must-revalidate";
add_header Cache-Control "max-age=300";
add_header ETag "1.90.0-rc.0";
add_header Access-Control-Allow-Origin *;
listen 9090;
listen [::]:9090;
location / {
Expand Down
8 changes: 6 additions & 2 deletions charts/fadvisor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ keywords:
- resources
- cost-visualization
- cost-breakdown
- cost-comparator
- serveless
- serverful
- multi-cloud
sources:
- https://github.com/gocrane/fadvisor

type: application

version: 0.2.0
version: 0.3.0

appVersion: v0.2.0
appVersion: v0.3.0
2 changes: 1 addition & 1 deletion charts/fadvisor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: "docker.io/gocrane/fadvisor"
pullPolicy: Always
tag: v0.2.0
tag: v0.3.0

imagePullSecrets: []
nameOverride: "fadvisor"
Expand Down