Skip to content

Commit

Permalink
fix: Update MIW Docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantxpatel committed Jul 15, 2024
1 parent 5d6a6b1 commit 89108d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxd/miw.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "kubernetes_deployment" "miw" {
spec {
container {
name = "miw"
image = "tractusx/managed-identity-wallet:main"
image = "tractusx/managed-identity-wallet:0.4.0"
image_pull_policy = "Always"

port {
Expand Down

0 comments on commit 89108d9

Please sign in to comment.