Skip to content

Commit

Permalink
JMX exporter: upgrade to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goat-ssh committed Jul 25, 2024
1 parent 8392960 commit c987d04
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog

Unreleased
----------
* Bumped version of the JMX Exporter to ``1.1.0``


2.40.1 (2024-07-24)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A minimal custom resource for a 3 node CrateDB cluster may look like this:
cluster:
imageRegistry: crate
name: crate-dev
version: 5.2.5
version: 5.7.3
nodes:
data:
- name: hot
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/crate-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
CRATEDB_OPERATOR_BOOTSTRAP_TIMEOUT: "1800"
CRATEDB_OPERATOR_DEBUG_VOLUME_SIZE: "128GiB"
CRATEDB_OPERATOR_DEBUG_VOLUME_STORAGE_CLASS: "default"
CRATEDB_OPERATOR_JMX_EXPORTER_VERSION: "1.0.0"
CRATEDB_OPERATOR_JMX_EXPORTER_VERSION: "1.1.0"
CRATEDB_OPERATOR_LOG_LEVEL: "INFO"
CRATEDB_OPERATOR_ROLLING_RESTART_TIMEOUT: "3600"
CRATEDB_OPERATOR_SCALING_TIMEOUT: "3600"
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: CRATEDB_OPERATOR_DEBUG_VOLUME_STORAGE_CLASS
value: "default"
- name: CRATEDB_OPERATOR_JMX_EXPORTER_VERSION
value: "1.0.0"
value: "1.1.0"
- name: CRATEDB_OPERATOR_LOG_LEVEL
value: "INFO"
- name: CRATEDB_OPERATOR_ROLLING_RESTART_TIMEOUT
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def load_config(worker_id):
"CRATEDB_OPERATOR_DEBUG_VOLUME_SIZE": "2GiB",
"CRATEDB_OPERATOR_DEBUG_VOLUME_STORAGE_CLASS": "default",
"CRATEDB_OPERATOR_IMAGE_PULL_SECRETS": "",
"CRATEDB_OPERATOR_JMX_EXPORTER_VERSION": "1.0.0",
"CRATEDB_OPERATOR_JMX_EXPORTER_VERSION": "1.1.0",
"CRATEDB_OPERATOR_LOG_LEVEL": "DEBUG",
"CRATEDB_OPERATOR_TESTING": "true",
"CRATEDB_OPERATOR_PARALLEL_TESTING": "false"
Expand Down

0 comments on commit c987d04

Please sign in to comment.