Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade medusa-operator dependency 0.1.0 -> 0.4.0 #1549

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion charts/k8ssandra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
repository: file://../reaper-operator
condition: reaper-operator.enabled
- name: medusa-operator
version: 0.32.0
version: 0.32.1
repository: file://../medusa-operator
condition: medusa.enabled
- name: k8ssandra-common
Expand Down
8 changes: 3 additions & 5 deletions charts/medusa-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
apiVersion: v2
name: medusa-operator
description: |
DEPRECATED - see https://github.com/k8ssandra/k8ssandra-operator
Installs and configures the Medusa Operator for managing Apache Cassandra backups
description: "DEPRECATED - see https://github.com/k8ssandra/k8ssandra-operator \nInstalls and configures the Medusa Operator for managing Apache Cassandra backups\n"
type: application
version: 0.32.0
appVersion: 0.1.0
version: 0.32.1
appVersion: 0.4.0
dependencies:
- name: k8ssandra-common
version: 0.29.0
Expand Down
12 changes: 0 additions & 12 deletions charts/medusa-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,50 +1,38 @@
# -- 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 medusa-operator pods.
replicaCount: 1

image:
# -- Container registry containing the repository where the image resides
registry: docker.io
# -- Container repository where the medusa-operator resides
repository: k8ssandra/medusa-operator

# -- Pull policy for the operator container
pullPolicy: IfNotPresent

# -- Tag of the medusa-operator image to pull from image.repository
tag: v0.4.0

# -- 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 medusa-operator service account.
annotations: {}

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

# -- SecurityContext for the medusa-operator pod.
podSecurityContext: {}

# -- SecurityContext for the medusa-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