Skip to content

Commit

Permalink
Upgrade reaper-operator dependency from 0.1.0 to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Jan 7, 2023
1 parent c3effec commit b847cd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/k8ssandra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
repository: https://helm.k8ssandra.io
condition: cass-operator.enabled
- name: reaper-operator
version: 0.32.3
version: 0.32.4
repository: file://../reaper-operator
condition: reaper-operator.enabled
- name: medusa-operator
Expand Down
9 changes: 3 additions & 6 deletions charts/reaper-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
apiVersion: v2
name: reaper-operator
description: |
DEPRECATED - please see https://github.com/k8ssandra/k8ssandra-operator
Configures and installs the Reaper Operator for Apache Cassandra. This tool
manages an external repair process for Apache Cassandra clusters.
description: "DEPRECATED - please see https://github.com/k8ssandra/k8ssandra-operator \nConfigures and installs the Reaper Operator for Apache Cassandra. This tool \nmanages an external repair process for Apache Cassandra clusters.\n"
type: application
version: 0.32.3
appVersion: 0.1.0
version: 0.32.4
appVersion: 0.3.6
dependencies:
- name: k8ssandra-common
version: 0.29.0
Expand Down
12 changes: 1 addition & 11 deletions charts/reaper-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# -- Replaces the chart name which is used in the metadata.name of objects
# created by this chart.
nameOverride: ""

# -- Replaces the value used for metadata.name in objects created by this chart.
# The default value has the form releaseName-chartName.
fullnameOverride: ""

# -- Labels to be added to all deployed resources
commonLabels: {}

# -- Sets the number of reaper-operator pods.
replicaCount: 1

image:
# -- Container registry containing the repository where the image resides
registry: docker.io
Expand All @@ -20,29 +16,23 @@ image:
# -- Pull policy for the operator container
pullPolicy: IfNotPresent
# -- Tag of the reaper-operator image to pull from image.repository
tag: v0.3.5

tag: v0.3.6
# -- References to secrets to use when pulling images. ref:
# https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []

serviceAccount:
# -- Annotations for the reaper-operator service account.
annotations: {}

# -- Annotations for the reaper-operator pod.
podAnnotations: {}

# -- PodSecurityContext for the reaper-operator pod.
podSecurityContext: {}

# -- SecurityContext for the reaper-operator container.
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
readOnlyRootFilesystem: true

# -- Resources requests and limits for the cass-operator pod. We usually
# recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments
Expand Down

0 comments on commit b847cd4

Please sign in to comment.