Skip to content

Commit

Permalink
update latest version in deployer config map template
Browse files Browse the repository at this point in the history
Signed-off-by: MuthuSundaravadivel <[email protected]>
  • Loading branch information
MuthuSundaravadivel committed May 16, 2024
1 parent a474498 commit f4c6d80
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions definitions/console/deployer-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,37 +45,37 @@ data:
imagePullSecret: ""
versions:
ca:
1.5.3-1:
1.5.10-1:
default: true
version: 1.5.3-1
version: 1.5.10-1
image:
caInitImage: registry.access.redhat.com/ubi8/ubi-minimal
caInitTag: latest
caImage: hyperledger/fabric-ca
caTag: 1.5.3
caTag: 1.5.10
peer:
2.4.3-1:
2.5.7-1:
default: true
version: 2.4.3-1
version: 2.5.7-1
image:
peerInitImage: registry.access.redhat.com/ubi8/ubi-minimal
peerInitTag: latest
peerImage: hyperledger/fabric-peer
peerTag: 2.4.3
peerTag: 2.5.7
couchdbImage: couchdb
couchdbTag: 3.2.2
couchdbTag: 3.3.3
grpcwebImage: ghcr.io/hyperledger-labs/grpc-web
grpcwebTag: latest
orderer:
2.4.3-1:
2.5.7-1:
default: true
version: 2.4.3-1
version: 2.5.7-1
image:
ordererInitImage: registry.access.redhat.com/ubi8/ubi-minimal
ordererInitTag: latest
ordererImage: hyperledger/fabric-orderer
ordererTag: 2.4.3
ordererTag: 2.5.7
grpcwebImage: ghcr.io/hyperledger-labs/grpc-web
grpcwebTag: latest
Expand Down

0 comments on commit f4c6d80

Please sign in to comment.