Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #5

Merged
merged 9 commits into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report (2).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
Before you open the bug report please review the following troubleshooting guide:

- [Troubleshoot Bitnami Helm Chart Issues](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues)
-->

**Which chart**:
The name (and version) of the affected chart

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Version of Helm and Kubernetes**:

- Output of `helm version`:

```
(paste your output here)
```

- Output of `kubectl version`:

```
(paste your output here)
```

**Additional context**
Add any other context about the problem here.
1 change: 1 addition & 0 deletions .github/ct-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ chart-dirs:
- riftbit
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami/
- riftbit=https://charts.riftbit.com/
helm-extra-args: --timeout 600s

excluded-charts:
Expand Down
1 change: 1 addition & 0 deletions .github/ct-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ chart-dirs:
- riftbit
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami/
- riftbit=https://charts.riftbit.com/
helm-extra-args: --timeout 600s

check-version-increment: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Checklist
uses: wyozi/contextual-qa-checklist-action@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'

test:
# needs:
# - lint
needs:
- lint
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion artifacthub-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# when the hash of the last commit in the branch you set up changes. This does
# NOT apply to ownership claim operations, which are processed immediately.
#
repositoryID: The ID of the Artifact Hub repository where the packages will be published to (optional, but it enables verified publisher)
repositoryID: 914c547c-9691-41b2-8424-507a102cfaab
owners: # (optional, used to claim repository ownership)
- name: "[riftbit] ErgoZ"
email: ergozru@gmail.com
Expand Down
6 changes: 0 additions & 6 deletions bitnami/apache/Chart.lock

This file was deleted.

29 changes: 0 additions & 29 deletions bitnami/apache/Chart.yaml

This file was deleted.

250 changes: 0 additions & 250 deletions bitnami/apache/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions bitnami/apache/ci/ct-values.yaml

This file was deleted.

1 change: 0 additions & 1 deletion bitnami/apache/files/README.md

This file was deleted.

1 change: 0 additions & 1 deletion bitnami/apache/files/vhosts/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions bitnami/apache/templates/NOTES.txt

This file was deleted.

130 changes: 0 additions & 130 deletions bitnami/apache/templates/_helpers.tpl

This file was deleted.

15 changes: 0 additions & 15 deletions bitnami/apache/templates/configmap-vhosts.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions bitnami/apache/templates/configmap.yaml

This file was deleted.

Loading