Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
architect: giantswarm/architect@5.1.1
architect: giantswarm/architect@5.11.6

workflows:
package-and-push-chart-on-tag:
Expand All @@ -9,8 +9,8 @@ workflows:
context: architect
executor: app-build-suite
name: package-and-push-chart
app_catalog: giantswarm-playground-catalog
app_catalog_test: giantswarm-playground-test-catalog
app_catalog: giantswarm-catalog
app_catalog_test: giantswarm-test-catalog
chart: '{APP-NAME}'
# Trigger job on git tag.
filters:
Expand Down
39 changes: 0 additions & 39 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,3 @@
<!--
Not all PRs will require all tests to be carried out. Delete where appropriate.
-->

<!--
MODIFY THIS AFTER your new app repo is in https://github.com/giantswarm/github
@team-halo-engineers will be automatically requested for review once
this PR has been submitted. (But not for drafts)
-->

This PR:

- adds/changes/removes etc

### Testing

Description on how {APP-NAME} can be tested.

- [ ] fresh install works
- [ ] AWS
- [ ] Azure
- [ ] KVM
- [ ] upgrade from previous version works
- [ ] AWS
- [ ] Azure
- [ ] KVM

#### Other testing

Description of features to additionally test for {APP-NAME} installations.

- [ ] check reconciliation of existing resources after upgrading
- [ ] X still works after upgrade
- [ ] Y is installed correctly

<!--
Changelog must always be updated.
-->

### Checklist

- [ ] Update changelog in CHANGELOG.md.
Expand Down
53 changes: 0 additions & 53 deletions .github/workflows/zz_generated.add-team-labels.yaml

This file was deleted.

89 changes: 0 additions & 89 deletions .github/workflows/zz_generated.add-to-project-board.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor
.vendir*
Loading