Skip to content

Commit

Permalink
fix: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
SharaevN committed Oct 12, 2022
1 parent 1e7bbff commit 14e9159
Show file tree
Hide file tree
Showing 207 changed files with 1,703 additions and 1,512 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
![keptn](https://github.com/keptn/keptn/raw/master/assets/keptn.png)

Keptn Provisioning
==================
# Keptn Provisioning

![License](https://img.shields.io/github/license/Moon1706/keptn-provisioning-gha)

This repository contains the GitHub Actions, which create a Github repository and create/update [Keptn](https://keptn.sh/) projects/stages/services. All functions based on [this NPM package](https://github.com/Moon1706/keptn-provisioning-npm).

Inputs
------
## Inputs

| parameter | description | required | default |
|------------|------------------------------------------------------------------|----------|-----------------------------------------------------------------------------------------------------------|
| ---------- | ---------------------------------------------------------------- | -------- | --------------------------------------------------------------------------------------------------------- |
| config | Config of desired projects/stages/services. | `true` | `""` |
| keptn-auth | Auth settings for Keptn connection. Ignore when use 'keptn-kube' | `true` | `'{"keptnURL": "", "token": ""}'` |
| keptn-kube | Kubernetes settings for connection to Keptn service. | `true` | `'{"enabled": false, "namespace": "keptn", "secret": "keptn-api-token", "service": "api-gateway-nginx"}'` |

Usage
-----
## Usage

1. Make `shipyard.yaml`. [Official docs](https://keptn.sh/docs/0.8.x/manage/shipyard/) for helping.
2. Make folder with service files (optional).
3. Create workflow.

Workflows
---------
## Workflows

Standard flow:

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
config:
description: "Config of desired projects/stages/services."
required: true
default: ''
default: ""
keptn-auth:
description: "Auth settings for Keptn connection. Ignore when use 'keptn-kube'"
required: true
Expand Down
97 changes: 49 additions & 48 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@types/node/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions node_modules/@types/node/http.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@types/node/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 17 additions & 2 deletions node_modules/@types/node/ts4.8/buffer.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 14e9159

Please sign in to comment.