Skip to content

Commit

Permalink
Merge branch 'main' into 0406-taskdefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
StackScribe authored Apr 26, 2023
2 parents 42837b6 + 2261a4a commit 03fd119
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ $(HELMIFY): $(LOCALBIN)

.PHONY: integration-test #these tests should run on a real cluster!
integration-test: # to run a single test by name use --test eg. --test=expose-keptn-metric
kubectl kuttl test --start-kind=false ./test/testcertificate/ --config=kuttl-test.yaml
kubectl kuttl test --start-kind=false ./test/integration/ --config=kuttl-test.yaml
kubectl kuttl test --start-kind=false ./test/testcertificate/ --config=kuttl-test.yaml



.PHONY: integration-test-local #these tests should run on a real cluster!
integration-test-local: install-prometheus
kubectl kuttl test --start-kind=false ./test/testcertificate/ --config=kuttl-test-local.yaml
kubectl kuttl test --start-kind=false ./test/integration/ --config=kuttl-test-local.yaml
kubectl kuttl test --start-kind=false ./test/testcertificate/ --config=kuttl-test-local.yaml

.PHONY: load-test
load-test:
Expand Down
23 changes: 18 additions & 5 deletions docs/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,31 @@ cascade:
{{% /blocks/lead %}}
{{< blocks/section color="dark" >}}
{{% blocks/feature icon="fa-lightbulb" title="Keptn Recordings" %}}
See Keptn [in Action](https://youtube.com/playlist?list=PL6i801Rjt9DbikPPILz38U1TLMrEjppzZ)
See Keptn in Action

<!-- markdownlint-disable-next-line no-inline-html -->
<a class="btn -bg-white rounded-lg" href="https://youtube.com/playlist?list=PL6i801Rjt9DbikPPILz38U1TLMrEjppzZ">
Watch now!
</a>
{{% /blocks/feature %}}

<!-- markdownlint-disable-next-line line-length no-bare-urls -->
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/keptn/lifecycle-toolkit" %}}
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" %}}
We do a [Pull Request](https://github.com/keptn/lifecycle-toolkit/pulls) contributions workflow on **GitHub**.
New users are always welcome!

<!-- markdownlint-disable-next-line no-inline-html -->
<a class="btn -bg-white rounded-lg" href="https://github.com/keptn/lifecycle-toolkit">
Contribute on GitHub
</a>
{{% /blocks/feature %}}

<!-- markdownlint-disable-next-line line-length no-bare-urls -->
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/keptnProject" %}}
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" %}}
For announcement of latest features etc.

<!-- markdownlint-disable-next-line no-inline-html -->
<a class="btn -bg-white rounded-lg" href="https://twitter.com/keptnProject">
Follow us!
</a>
{{% /blocks/feature %}}

{{< /blocks/section >}}

0 comments on commit 03fd119

Please sign in to comment.