Skip to content

Commit

Permalink
fix: Use postgres v14.3 to resolve enterprise-app database issue (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Nayak <[email protected]>
  • Loading branch information
Akash-Nayak authored Oct 31, 2022
1 parent 0bb0c28 commit 77b8b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/enterprise-app/database/database-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: database
spec:
containers:
- image: postgres
- image: postgres:14.5
imagePullPolicy: Always
name: database
ports:
Expand Down

0 comments on commit 77b8b96

Please sign in to comment.