Skip to content

Commit

Permalink
Pin Frontegg mock to stable version (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Sep 10, 2024
1 parent 988a638 commit 00eac10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ services:
sh -c "tail -F /dev/null"
test-certs:
image: materialize/test-certs:devel-67251c0eb77e76eb6ef81bb78e2fb128dea2b1fb
image: materialize/test-certs:v0.116.0
volumes:
- certs:/secrets

frontegg:
image: materialize/frontegg-mock:devel-67251c0eb77e76eb6ef81bb78e2fb128dea2b1fb
image: materialize/frontegg-mock:v0.116.0
depends_on:
- test-certs
ports:
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func Provider(version string) *schema.Provider {
DefaultFunc: schema.EnvDefaultFunc("MZ_SSLMODE", "require"),
Description: "For testing purposes, the SSL mode to use.",
},
// TODO: Switch to Admin Endpoint for consistency
// TODO: Switch name to Admin Endpoint for consistency
"endpoint": {
Type: schema.TypeString,
Optional: true,
Expand Down

0 comments on commit 00eac10

Please sign in to comment.