Skip to content

Commit

Permalink
Update to latest k8s peer and correct versions (#622)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <[email protected]>

Signed-off-by: Matthew B White <[email protected]>
  • Loading branch information
mbwhite authored Sep 1, 2022
1 parent 65a953b commit 4373f74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions roles/fabric_console/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ console_versions:
image:
peerInitImage: registry.access.redhat.com/ubi8/ubi-minimal
peerInitTag: latest
peerImage: ghcr.io/hyperledgendary/k8s-fabric-peer
peerTag: v0.6.0
peerImage: ghcr.io/hyperledger-labs/k8s-fabric-peer
peerTag: v0.7.2
couchdbImage: couchdb
couchdbTag: 3.1.2
grpcwebImage: ghcr.io/hyperledger-labs/grpc-web
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ spec:
configtxlatorTag: "{{tools_image_label}}"
couchdbImage: "{{couchdb_image}}"
couchdbTag: "{{couchdb_image_label}}"
peerImage: ghcr.io/hyperledgendary/k8s-fabric-peer
peerTag: v0.6.0
{# {%+ if console_versions is defined %}
{%+ if console_versions is defined %}
versions:
{{ console_versions | to_nice_yaml(indent=2, width=1024) | indent(4, false) }}
{% endif %} #}
{% endif %}
networkinfo:
domain: "{{console_domain}}"
storage:
Expand Down

0 comments on commit 4373f74

Please sign in to comment.