Skip to content

Commit 1b7c4ec

Browse files
authored
Disable certmanager check option (#1210)
1 parent c03280e commit 1b7c4ec

File tree

8 files changed

+40320
-2
lines changed

8 files changed

+40320
-2
lines changed

CHANGELOG/CHANGELOG-1.13.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ When cutting a new release, update the `unreleased` heading to the tag being gen
1515

1616
## unreleased
1717

18-
* [ENHANCEMENT] [#1203](https://github.com/k8ssandra/k8ssandra-operator/issues/1203) Add new setting ConcurrencyPolicy to MedusaBackupSchedules
18+
* [ENHANCEMENT] [#1203](https://github.com/k8ssandra/k8ssandra-operator/issues/1203) Add new setting ConcurrencyPolicy to MedusaBackupSchedules
19+
* [ENHANCEMENT] [#1209](https://github.com/k8ssandra/k8ssandra-operator/issues/1209) Expose the option to disable the cert-manager presence check in the Helm charts

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ help: ## Display this help.
127127
.PHONY: manifests
128128
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
129129
$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=k8ssandra-operator webhook paths="./..." output:crd:artifacts:config=config/crd/bases
130+
./scripts/prepare-helm-release.sh
130131

131132
.PHONY: generate
132133
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.

charts/k8ssandra-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
version: 0.29.0
1010
repository: https://helm.k8ssandra.io
1111
- name: cass-operator
12-
version: 0.46.1
12+
version: 0.46.2
1313
repository: https://helm.k8ssandra.io
1414
home: https://github.com/k8ssandra/k8ssandra-operator
1515
sources:

charts/k8ssandra-operator/crds/k8ssandra-operator-crds.yaml

+39,384
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)