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).
1111 * Set ` MysqlCluter.Spec.BackupSchedule ` to empty string to disable recurrent backups
1212### Changed
1313 * Set default MySQL server version to ` 5.7.35 `
14+ * Bump Orchestrator to ` 3.2.6 `
1415### Removed
1516### Fixed
1617 * ` orchestrator.secretName ` is ignored in helm charts
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN set -ex \
1313 tar -C /usr/local/bin -xzv
1414
1515RUN set -ex \
16- && export ORCHESTRATOR_VERSION=3.2.3 \
16+ && export ORCHESTRATOR_VERSION=3.2.6 \
1717 && wget https://github.com/openark/orchestrator/releases/download/v${ORCHESTRATOR_VERSION}/orchestrator-${ORCHESTRATOR_VERSION}-linux-amd64.tar.gz -O- | \
1818 tar -C / -xzv
1919
You can’t perform that action at this time.
0 commit comments