-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Marcin Maciaszczyk <marcin9yk@icloud.com> Co-authored-by: Klink <85062+dogmar@users.noreply.github.com> Co-authored-by: Sebastian Florek <sebastian@plural.sh>
- Loading branch information
1 parent
aff3483
commit 0056c67
Showing
598 changed files
with
49,976 additions
and
7,563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Reference: https://github.com/helm/chart-releaser/blob/main/pkg/config/config.go#L40-L65 | ||
index-path: "./index.yaml" | ||
release-name-template: "console-chart-v{{ .Version }}" | ||
generate-release-notes: true | ||
skip-existing: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Reference: https://github.com/helm/chart-testing/blob/master/doc/ct_lint-and-install.md | ||
# Don't add the 'debug' attribute, otherwise the workflow won't work anymore | ||
# Only Used for the CT Install Stage | ||
remote: origin | ||
chart-dirs: | ||
- charts | ||
chart-repos: | ||
- console=https://pluralsh.github.io/console | ||
helm-extra-args: "--timeout 600s" | ||
validate-chart-schema: false | ||
validate-maintainers: true | ||
validate-yaml: true | ||
exclude-deprecated: true | ||
target-branch: main | ||
excluded-charts: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Reference: https://github.com/helm/chart-testing/blob/master/doc/ct_lint-and-install.md | ||
# Don't add the 'debug' attribute, otherwise the workflow won't work anymore | ||
# Only Used for the CT Lint Stage | ||
remote: origin | ||
chart-dirs: | ||
- charts | ||
chart-repos: | ||
- console=https://pluralsh.github.io/console | ||
helm-extra-args: "--timeout 600s" | ||
validate-chart-schema: false | ||
validate-maintainers: true | ||
validate-yaml: true | ||
exclude-deprecated: true | ||
target-branch: main | ||
excluded-charts: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
rules: | ||
braces: | ||
min-spaces-inside: 0 | ||
max-spaces-inside: 0 | ||
min-spaces-inside-empty: -1 | ||
max-spaces-inside-empty: -1 | ||
brackets: | ||
min-spaces-inside: 0 | ||
max-spaces-inside: 0 | ||
min-spaces-inside-empty: -1 | ||
max-spaces-inside-empty: -1 | ||
colons: | ||
max-spaces-before: 0 | ||
max-spaces-after: 1 | ||
commas: | ||
max-spaces-before: 0 | ||
min-spaces-after: 1 | ||
max-spaces-after: 1 | ||
comments: | ||
require-starting-space: true | ||
min-spaces-from-content: 1 | ||
document-end: disable | ||
document-start: disable # No --- to start a file | ||
empty-lines: | ||
max: 2 | ||
max-start: 0 | ||
max-end: 0 | ||
hyphens: | ||
max-spaces-after: 1 | ||
indentation: | ||
spaces: consistent | ||
indent-sequences: whatever # - list indentation will handle both indentation and without | ||
check-multi-line-strings: false | ||
key-duplicates: enable | ||
line-length: disable # Lines can be any length | ||
new-line-at-end-of-file: enable | ||
new-lines: | ||
type: unix | ||
trailing-spaces: enable | ||
truthy: | ||
level: warning |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Publish Chart | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- cd-scaffolding | ||
jobs: | ||
publish: | ||
name: Publish helm chart | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Configure Git | ||
run: | | ||
git config user.name "$GITHUB_ACTOR" | ||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" | ||
- name: Run chart-releaser | ||
id: release | ||
uses: helm/chart-releaser-action@v1.5.0 | ||
with: | ||
config: "./.github/configs/cr.yaml" | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
0AC559834E53BB7C1E4615C7F788020B | ||
0CC883C36985E1DA00B43D00FCCBFD67 | ||
191C6C6644B4C9E0C1B328F3CB2661B1 | ||
202D30A2850A55B2E9F055FB6D599F38 | ||
29335E55D2186ECEBC7879F200C2AA34 | ||
2D864C34A280AB48D27E575430F266D7 | ||
3B931F08BD9FFCE6ECFAA6906D3E7DAC | ||
450FCB571AFFF0C534CF1F2459A7A406 | ||
46804B2AE05109B9911462510EF98088 | ||
50BD070EB9424E4C1E27D44D280E7F83 | ||
51090F4BB99B03721969C127C838EDB5 | ||
556335D2AD1176DF61F08EDDA82ECBDA | ||
58D943EDEC9D14ADA6C8751CE296A299 | ||
63E18DEB6A5D77AC95739F3F1ADCD451 | ||
74C88F4FCDE7CC470382170D7DB9594A | ||
797BB8E0AA91FAF729F4EC7B96A07377 | ||
8144E442A2CB575C66EDCB3E0AEED139 | ||
9924E91373FA7104D8ED58C2E597D72C | ||
A7C823E018D7A1BF378A76BB13B1535A | ||
C15BCE8CAF49A8448E904E375BA0C396 | ||
CE793866A3BC8A9AD119343CB4247A73 | ||
D813FAA43819A0E29039681CE34C2B69 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
erlang 23.3.4.19 | ||
elixir 1.11.4 | ||
erlang 24.3.4.14 | ||
elixir 1.12.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
extends: | ||
- '@pluralsh/stylelint-config' | ||
- 'stylelint-config-prettier' | ||
ignoreFiles: | ||
- '**/logo-animation.css' | ||
- '**/message.css' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.