Skip to content

Commit

Permalink
Use hyperledger-labs/fabric-ansible
Browse files Browse the repository at this point in the history
Signed-off-by: Tatsuya Sato <[email protected]>
  • Loading branch information
satota2 committed Sep 28, 2023
1 parent 229331f commit 764cbab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ patchesStrategicMerge:
- ingress-nginx-controller.yaml

# Remove the port `appProtocol` attribute as this is not accepted by all cloud providers
patchesJson6902:
- target:
kind: Service
name: ingress-nginx-controller
version: v1
patch: |-
patches:
- patch: |-
- op: remove
path: "/spec/ports/0/appProtocol"
- op: remove
path: "/spec/ports/1/appProtocol"
target:
kind: Service
name: ingress-nginx-controller
version: v1
- patch: ingress-nginx-controller.yaml
2 changes: 1 addition & 1 deletion full-stack-asset-transfer-guide/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ cloud-frontend:
# ANSIBLE PLAYBOOK TARGETS #
###############################################################################

ansible_image := env_var_or_default("ANSIBLE_IMAGE", "ghcr.io/ibm-blockchain/ofs-ansibe:sha-ac6fd82")
ansible_image := env_var_or_default("ANSIBLE_IMAGE", "ghcr.io/hyperledger-labs/fabric-ansible:latest")
namespace := env_var_or_default("WORKSHOP_NAMESPACE", "fabricinfra")

# just set up everything with Ansible
Expand Down

0 comments on commit 764cbab

Please sign in to comment.