Skip to content

Commit

Permalink
pull dbdump image from GHCR instead of Google
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHuber committed Aug 6, 2024
1 parent d37e41a commit 7d0a943
Showing 1 changed file with 1 addition and 1 deletion.
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 = "eu.gcr.io/serlo-shared/athene2-dbdump-cronjob:3.4.3"
image = "ghcr.io/serlo/infra/dbdump:3.4.3"
namespace = kubernetes_namespace.api_namespace.metadata.0.name
node_pool = module.cluster.node_pools.non-preemptible
schedule = "0 0 * * *"
Expand Down

0 comments on commit 7d0a943

Please sign in to comment.