Skip to content

Commit

Permalink
fix: xxclude ai-nav info agent from the bundle (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
msdolbey authored Nov 9, 2023
1 parent 79e9f54 commit e85ce47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ release: ARCHIVE_NAME = kommander-applications-$(GIT_TAG).tar.gz
release: PUBLISHED_URL = https://downloads.d2iq.com/dkp/$(GIT_TAG)/$(ARCHIVE_NAME)
release: install-tool.awscli
# We don't want to have ai-navigator in airgapped bundle
# and we don't want to have ai-navigator-cluster-info-agent in airgapped bundle
# the connected customers download the k-apps from GitHub where it is still present
git archive --format "tar.gz" -o $(ARCHIVE_NAME) \
$(GIT_TAG) -- \
common services charts ":(exclude)services/ai-navigator-app"
common services charts ":(exclude)services/ai-navigator-app" \
common services charts ":(exclude)services/ai-navigator-cluster-info-agent"
aws s3 cp --acl $(S3_ACL) $(ARCHIVE_NAME) s3://$(S3_BUCKET)/$(S3_PATH)/
echo "Published to $(PUBLISHED_URL)"
ifeq (,$(findstring dev,$(GIT_TAG)))
Expand Down

0 comments on commit e85ce47

Please sign in to comment.