Skip to content

Commit 2355cce

Browse files
nightkrsbernauer
andauthored
Remove secret migration job entirely (#548)
* Remove secret migration job entirely Fixes #477 This was a temporary migration tool for upgrading from 24.3. Anyone upgrading from 24.3 will need to first upgrade to 24.7 or 24.11 before 25.3 (or do the step manually). Bear in mind that we don't officially support skipping releases when upgrading. * Changelog * Update deploy/helm/secret-operator/values.yaml Co-authored-by: Sebastian Bernauer <[email protected]> --------- Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent c3baa46 commit 2355cce

File tree

4 files changed

+6
-129
lines changed

4 files changed

+6
-129
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Removed
8+
9+
- Removed CA secret migration job ([#548]).
10+
- BREAKING: This means that direct upgrades from 24.3 are no longer supported. Users of 24.3 must first upgrade to 24.7 or 24.11 before continuing. Bear in mind that we officially only support direct upgrades (24.3 -> 24.7 -> 24.11 -> ...).
11+
712
### Added
813

914
- Made RSA key length configurable for certificates issued by cert-manager ([#528]).
@@ -22,6 +27,7 @@ All notable changes to this project will be documented in this file.
2227
[#528]: https://github.com/stackabletech/secret-operator/pull/528
2328
[#536]: https://github.com/stackabletech/secret-operator/pull/536
2429
[#543]: https://github.com/stackabletech/secret-operator/pull/543
30+
[#548]: https://github.com/stackabletech/secret-operator/pull/548
2531

2632
## [24.11.0] - 2024-11-18
2733

deploy/helm/secret-operator/templates/secret_migration_job.yaml

-57
This file was deleted.

deploy/helm/secret-operator/templates/secret_migration_rbac.yaml

-58
This file was deleted.

deploy/helm/secret-operator/values.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@ image:
55
pullPolicy: IfNotPresent
66
pullSecrets: []
77

8-
secretMigrationJob:
9-
enabled: true
10-
image:
11-
repository: docker.stackable.tech/stackable/tools
12-
tag: 1.0.0-stackable24.11.0
13-
pullPolicy: IfNotPresent
14-
resources:
15-
requests:
16-
cpu: 100m
17-
memory: 128Mi
18-
limits:
19-
cpu: 100m
20-
memory: 128Mi
21-
228
csiProvisioner:
239
image:
2410
repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner

0 commit comments

Comments
 (0)