Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update latest version in deployer config map template #193

Merged
merged 4 commits into from
May 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading