Skip to content

Commit

Permalink
Update Cloudforet v1.12
Browse files Browse the repository at this point in the history
- New Helm chart 1.12.16
- Application version: 1.12.12

Signed-off-by: Choonho Son <[email protected]>
  • Loading branch information
Choonho Son committed Apr 21, 2024
1 parent e9adb7a commit 96643e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: spaceone
description: A Helm chart for SpaceONE
home: https://www.spaceone.org
description: A Helm chart for Cloudforet
home: https://cloudforet.io
type: application
version: 1.12.12
version: 1.12.16
appVersion: 1.12.12
dependencies:
- condition: console.enabled
Expand Down
16 changes: 8 additions & 8 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spacectl:
version: 2.0.2

marketplace-assets:
enabled: true
enabled: false
image:
name: cloudforet/marketplace-assets
version: 1.12.0
Expand Down Expand Up @@ -226,15 +226,15 @@ monitoring:
INSTALLED_DATA_SOURCE_PLUGINS:
- name: AWS CloudWatch
plugin_info:
plugin_id: plugin-41782f6158bb
plugin_id: plugin-aws-cloudwatch-mon-datasource
provider: aws
- name: Azure Monitor
plugin_info:
plugin_id: plugin-c6c14566298c
plugin_id: plugin-azure-monitor-mon-datasource
provider: azure
- name: Google Cloud Monitoring
plugin_info:
plugin_id: plugin-57773973639a
plugin_id: plugin-google-stackdriver-mon-datasource
provider: google_cloud
- name: AWS CloudTrail
plugin_info:
Expand Down Expand Up @@ -285,7 +285,7 @@ cost-analysis:
enabled: true
scheduler: true
worker: true
replicas_worker: 4
replicas_worker: 1
image:
name: cloudforet/cost-analysis
version: 1.12.4
Expand Down Expand Up @@ -427,9 +427,9 @@ supervisor:
end_port: 50052
headless: true
replica:
inventory.Collector: 4
monitoring.DataSource: 4
cost_analysis.DataSource: 4
inventory.Collector: 1
monitoring.DataSource: 1
cost_analysis.DataSource: 1


global:
Expand Down

0 comments on commit 96643e6

Please sign in to comment.