We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb627d8 commit 630167eCopy full SHA for 630167e
Makefile
@@ -118,5 +118,5 @@ run-aiab:
118
cd $(HOME) && \
119
git clone https://github.com/gab-arrobo/aether-in-a-box && \
120
cd aether-in-a-box && \
121
- yq -i '.5g-control-plane.images |= {"amf": "$(DOCKER_REGISTRY)$(DOCKER_REPOSITORY)/5gc-amf:amf-testing"}' sd-core-5g-values.yaml && \
+ yq -i '.5g-control-plane.images |= {"amf": "localhost:32000/5gc-amf:amf-testing"}' sd-core-5g-values.yaml && \
122
CHARTS=latest make 5g-test
0 commit comments