Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Update to latest release, drop the chown #56

Merged
merged 2 commits into from
Mar 4, 2020
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to

### Changed

- Bumped Cassandra Prometheus Exporter to 2.3.4.
([#56](https://github.com/mesosphere/kudo-cassandra-operator/pull/56))

### Added

- TLS encryption for node-to-node and client-to-node connections.
Expand Down
4 changes: 1 addition & 3 deletions images/Dockerfile.prometheus-exporter
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
FROM criteord/cassandra_exporter:2.2.1

RUN chown 999:999 /opt/cassandra_exporter/cassandra_exporter.jar
FROM criteord/cassandra_exporter:2.3.4
2 changes: 1 addition & 1 deletion metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export KUDO_VERSION="0.10.1"
export KUBERNETES_VERSION="1.15.0"

export CASSANDRA_EXPORTER_DOCKER_IMAGE="criteord/cassandra_exporter"
export CASSANDRA_EXPORTER_VERSION="2.2.1"
export CASSANDRA_EXPORTER_VERSION="2.3.4"

################################################################################
############################## Docker images ###################################
Expand Down
2 changes: 1 addition & 1 deletion operator/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ parameters:

- name: PROMETHEUS_EXPORTER_DOCKER_IMAGE
description: "Prometheus exporter Docker image."
default: "mesosphere/cassandra-prometheus-exporter:2.2.1-0.1.2-SNAPSHOT"
default: "mesosphere/cassandra-prometheus-exporter:2.3.4-0.1.2-SNAPSHOT"

- name: PROMETHEUS_EXPORTER_DOCKER_IMAGE_PULL_POLICY
description: "Prometheus exporter Docker image pull policy."
Expand Down
2 changes: 0 additions & 2 deletions templates/images/Dockerfile.prometheus-exporter.template
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
FROM ${PROMETHEUS_EXPORTER_DOCKER_IMAGE_FROM}

RUN chown 999:999 /opt/cassandra_exporter/cassandra_exporter.jar