From 38e373750f457a99893e33cd4af1dd73621ab918 Mon Sep 17 00:00:00 2001 From: Anton Biriukov Date: Fri, 15 Sep 2023 16:43:45 -0400 Subject: [PATCH] chore: updated wallet-demo-app to latest Signed-off-by: Anton Biriukov --- wallet-demo-app/Makefile | 2 +- .../kustomize/wallet-demo-app/base/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wallet-demo-app/Makefile b/wallet-demo-app/Makefile index 507186a2..4e739399 100644 --- a/wallet-demo-app/Makefile +++ b/wallet-demo-app/Makefile @@ -19,7 +19,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]') ARCH = $(shell uname -m | sed 's/x86_64/amd64/') #IMAGES -WALLET_DEMO_APP_IMG ?= ghcr.io/trustbloc-cicd/wallet-demo-app:1.2.4-snapshot-dc9d264 +WALLET_DEMO_APP_IMG ?= ghcr.io/trustbloc-cicd/wallet-demo-app:1.2.6-snapshot-3e07c60 # do not modify diff --git a/wallet-demo-app/kustomize/wallet-demo-app/base/kustomization.yaml b/wallet-demo-app/kustomize/wallet-demo-app/base/kustomization.yaml index b0108bfd..3c3a1e45 100644 --- a/wallet-demo-app/kustomize/wallet-demo-app/base/kustomization.yaml +++ b/wallet-demo-app/kustomize/wallet-demo-app/base/kustomization.yaml @@ -15,4 +15,4 @@ kind: Kustomization images: - name: wallet-demo-app newName: ghcr.io/trustbloc-cicd/wallet-demo-app - newTag: 1.2.4-snapshot-dc9d264 + newTag: 1.2.6-snapshot-3e07c60