Skip to content

Commit

Permalink
Bump orchestrator version to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
w33dw0r7d authored and cndoit18 committed Feb 27, 2023
1 parent 6fec0d5 commit bac3bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* Set `MysqlCluter.Spec.BackupSchedule` to empty string to disable recurrent backups
### Changed
* Set default MySQL server version to `5.7.35`
* Bump Orchestrator to `3.2.6`
### Removed
### Fixed
* `orchestrator.secretName` is ignored in helm charts
Expand Down
2 changes: 1 addition & 1 deletion images/mysql-operator-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -ex \
tar -C /usr/local/bin -xzv

RUN set -ex \
&& export ORCHESTRATOR_VERSION=3.2.3 \
&& export ORCHESTRATOR_VERSION=3.2.6 \
&& wget https://github.com/openark/orchestrator/releases/download/v${ORCHESTRATOR_VERSION}/orchestrator-${ORCHESTRATOR_VERSION}-linux-amd64.tar.gz -O- | \
tar -C / -xzv

Expand Down

0 comments on commit bac3bfa

Please sign in to comment.