Skip to content

Commit

Permalink
upgrade dbdump
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Nov 12, 2024
1 parent af91747 commit 528ffcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module "gcloud_postgres" {

module "athene2-dbdump" {
source = "../../modules/dbdump"
image = "ghcr.io/serlo/infra/dbdump:3.4.4"
image = "ghcr.io/serlo/infra/dbdump:3.4.5"
namespace = kubernetes_namespace.api_namespace.metadata.0.name
node_pool = module.cluster.node_pools.non-preemptible
schedule = "0 0 * * *"
Expand Down
2 changes: 1 addition & 1 deletion images/dbdump/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image_name=athene2-dbdump-cronjob

major_version=3
minor_version=4
patch_version=4
patch_version=5
version=$(major_version).$(minor_version).$(patch_version)

include ../docker.mk

0 comments on commit 528ffcc

Please sign in to comment.