Skip to content

Commit

Permalink
Make the postgres charm channel match what's deployed until we can te…
Browse files Browse the repository at this point in the history
…st further (#223)
  • Loading branch information
plars authored Oct 17, 2024
1 parent c98f613 commit 905e35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/test-observer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "juju_application" "pg" {

charm {
name = "postgresql-k8s"
channel = "14/stable"
channel = "14/candidate"
series = "jammy"
}
}
Expand Down

0 comments on commit 905e35b

Please sign in to comment.