Skip to content

Commit c7e1718

Browse files
authored
Build community addons for strict from main (#3076)
1 parent e80b5d7 commit c7e1718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/set-env-variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export KUBE_SNAP_ROOT="$(readlink -f .)"
5151

5252
export ADDONS_REPOS="
5353
core,${CORE_ADDONS_REPO:-https://github.com/canonical/microk8s-core-addons},${CORE_ADDONS_REPO_BRANCH:-main}
54-
community,${COMMUNITY_ADDONS_REPO:-https://github.com/canonical/microk8s-community-addons},${COMMUNITY_ADDONS_REPO_BRANCH:-strict}
54+
community,${COMMUNITY_ADDONS_REPO:-https://github.com/canonical/microk8s-community-addons},${COMMUNITY_ADDONS_REPO_BRANCH:-main}
5555
"
5656
export ADDONS_REPOS_ENABLED="core"
5757

0 commit comments

Comments
 (0)