Skip to content

Commit

Permalink
Disable Automated Backup Cherry-Pick (#9639)
Browse files Browse the repository at this point in the history
* disable backup for now

(cherry picked from commit ea2ab8c)

* bump spring version

---------

Signed-off-by: Jesse Nelson <[email protected]>
  • Loading branch information
jnels124 authored Oct 25, 2024
1 parent 4ea409c commit 06ddf34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ extra.apply {
set("nodeJsVersion", "18.18.0")
set("protobufVersion", "3.25.5")
set("reactorGrpcVersion", "1.2.4")
set("spring-framework.version", "6.1.14") // Temporary until next Spring Boot version
set("vertxVersion", "4.5.10")
set("tuweniVersion", "2.3.1")
}
Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror-common/values-v2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
minio:
enabled: true
enabled: false
stackgres:
enabled: true
zfs:
Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ rosetta:

stackgres:
backup:
enabled: true
enabled: false
instances:
- retention: 7
cronSchedule: "45 22 * * *"
Expand Down

0 comments on commit 06ddf34

Please sign in to comment.