File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
images/mysql-operator-orchestrator Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
11
11
* Set ` MysqlCluter.Spec.BackupSchedule ` to empty string to disable recurrent backups
12
12
### Changed
13
13
* Set default MySQL server version to ` 5.7.35 `
14
+ * Bump Orchestrator to ` 3.2.6 `
14
15
### Removed
15
16
### Fixed
16
17
* ` orchestrator.secretName ` is ignored in helm charts
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN set -ex \
13
13
tar -C /usr/local/bin -xzv
14
14
15
15
RUN set -ex \
16
- && export ORCHESTRATOR_VERSION=3.2.3 \
16
+ && export ORCHESTRATOR_VERSION=3.2.6 \
17
17
&& wget https://github.com/openark/orchestrator/releases/download/v${ORCHESTRATOR_VERSION}/orchestrator-${ORCHESTRATOR_VERSION}-linux-amd64.tar.gz -O- | \
18
18
tar -C / -xzv
19
19
You can’t perform that action at this time.
0 commit comments