Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Commit 2d671e3

Browse files
authored
Rename bundles to addons (#100)
1 parent 857bfef commit 2d671e3

File tree

227 files changed

+161
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+161
-126
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ branch:
2020
jobs:
2121
include:
2222
- stage: check
23-
script: ./scripts/prepare-release-assets.sh --helm-lint --directories ./bundles --helm-version v2.10.0
23+
script: ./scripts/prepare-release-assets.sh --helm-lint --directories ./addons --helm-version v2.10.0
2424

2525
# Creates a release from the tagged version from eny branch
2626
- stage: deploy

CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# This file provides an overview of code owners in the `kyma-bundles` repository.
1+
# This file provides an overview of code owners in the `kyma-addons` repository.
22

33
# Each line is a file pattern followed by one or more owners.
44
# The last matching pattern has the most precedence.
55
# For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/.
66

7-
# These are the default owners for the whole content of the `kyma-bundles` repository. The default owners are automatically added as reviewers when you open a pull request, unless different owners are specified in the file.
7+
# These are the default owners for the whole content of the `kyma-addons` repository. The default owners are automatically added as reviewers when you open a pull request, unless different owners are specified in the file.
88
* @polskikiel @aszecowka @mszostok @piotrmiskiewicz @PK85 @jasiu001 @adamwalach
99

1010
# All .md files

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export GITHUB_TOKEN=$(BOT_GITHUB_TOKEN)
44

55
.PHONY: check
66
check:
7-
./scripts/checker.sh --helm-lint --directories ./bundles --helm-version v2.10.0
7+
./scripts/checker.sh --helm-lint --directories ./addons --helm-version v2.10.0
88

99
.PHONY: prepare-assets
1010
prepare-assets:
@@ -37,3 +37,4 @@ ci-master: check prepare-assets latest-release
3737

3838
.PHONY: ci-release
3939
ci-release: check generate-changelog prepare-assets push-release release-branch
40+

README.md

Lines changed: 7 additions & 7 deletions

addons/acc-testing-0.0.1/README.md

Lines changed: 6 additions & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)