Skip to content

Commit

Permalink
Bump version to 0.4.0 (#34)
Browse files Browse the repository at this point in the history
* Bump version to 0.4.0

* update values.yaml
  • Loading branch information
maismail authored Jan 15, 2025
1 parent f9412c8 commit 28b9346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: rondb

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.3.0
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@ globalReplication:
enabled: false
expireBinlogsDays: 1.5
ignoreDatabases: []
includeDatabases: []
logReplicaUpdates: false
maxNumBinlogServers: 2
numBinlogServers: 2
includeDatabases: []
secondary:
enabled: false
replicateFrom:
binlogServerHosts: []
clusterNumber: 2
ignoreDatabases: []
ignoreTables: []
useTlsConnection: false
includeDatabases: []
includeTables: []
useTlsConnection: false
imagePullPolicy: IfNotPresent
imagePullSecrets: []
images:
Expand Down

0 comments on commit 28b9346

Please sign in to comment.