Skip to content

Commit

Permalink
ClusterControl 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar-s9s committed May 16, 2024
1 parent f61320d commit 3431fed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/clustercontrol/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ description: A ClusterControl Helm Chart for Kubernetes

type: application

version: 2024.04.4
appVersion: "1.9.8"
version: 2024.05.1
appVersion: "2.0.0"

dependencies:
- name: mysql-operator
version: 2.1.2
version: 2.0.14
repository: https://mysql.github.io/mysql-operator/
condition: installMysqlOperator
- name: mysql-innodbcluster
version: 2.1.2
version: 2.0.14
repository: https://mysql.github.io/mysql-operator/
condition: createDatabases
- name: victoria-metrics-single
Expand Down
2 changes: 2 additions & 0 deletions charts/clustercontrol/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
** Please be patient while the chart is being deployed **

Default ssh keys are available at:
{{- range $path, $_ := .Files.Glob "files/ssh-keys/*" }}
/root/.ssh-keys/{{- regexReplaceAll "(.*)/" $path "" }}
Expand Down
5 changes: 3 additions & 2 deletions charts/clustercontrol/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cmon:
name: cmon
user: cmon
password: cmon
image: severalnines/cmon:1.9.8-8364
image: severalnines/cmon:2.0.0-8821
extra_args: # extra arguments for ClusterControl binary
- -s
- --no-log-db
Expand All @@ -65,7 +65,7 @@ cmon:
# cpu: 100m
# memory: 1Gi
ccv2:
image: severalnines/cc-frontend:2.1.0
image: severalnines/cc-frontend:2.2.3
# resources:
# requests:
# cpu: 100m
Expand Down Expand Up @@ -131,6 +131,7 @@ monitoring:
scrape_interval: 1m
scrape_timeout: 10s
external_labels:
#REQUIRED monitor: clustercontrol is required DO NOT REMOVE
monitor: clustercontrol
#REQUIRED use_cmon_sd is required DO NOT REMOVE
use_cmon_sd: true
Expand Down

0 comments on commit 3431fed

Please sign in to comment.