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

unable to upgrade fabric versions for operator and console #37

Open
norhan-ali-araba opened this issue Feb 27, 2024 · 1 comment
Open
Assignees

Comments

@norhan-ali-araba
Copy link

fabric version for the operator and the console is v2.4.4 https://github.com/hyperledger-labs/fabric-ansible-collection/blob/main/roles/fabric_console/defaults/main.yml
is there a way to upgrade to fabric v2.5 instead?

@arner
Copy link
Contributor

arner commented Apr 4, 2024

These are just the defaults. You can override them with your own vars:

- name: Deploy Hyperledger Fabric Open Source Console
  hosts: localhost
  vars:
    fabric_version: 2.5.6

Etc. It's not just that variable though, you probably also have to change the console_versions and some image tags. I'm testing a config that I can share in a few days if you're still interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants