Skip to content

Commit

Permalink
chore: Bump @razee/kubernetes-util from 0.2.3 to 0.2.4 (#289)
Browse files Browse the repository at this point in the history
* chore: Bump @razee/kubernetes-util from 0.2.3 to 0.2.4

Bumps [@razee/kubernetes-util](https://github.com/razee-io/kubernetes-util) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/razee-io/kubernetes-util/releases)
- [Commits](razee-io/Kubernetes-util@0.2.3...0.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

* chore: bump dev deps and fix security vulns

* Update README.md

* Trigger Build

* Trigger Build

* Trigger Build

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Lewitt <alewitt2@ibm.com>
  • Loading branch information
dependabot[bot] and alewitt2 authored May 17, 2021
1 parent cb700f4 commit cf9b874
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 1,160 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ dashboard link to your change management system.

- Working with github:
1. `kubectl annotate <resource-kind> <resource-name> "razee.io/git-repo=<github-repo>"`
- eg. `"razee.io/git-repo=https://github.com/razee-io/Watch-keeper"`
- ie. `"razee.io/git-repo=https://github.com/razee-io/Watch-keeper"`
1. `kubectl annotate <resource-kind> <resource-name> "razee.io/commit-sha=<github-sha>"`
- eg. `"razee.io/commit-sha=c6645609f8d3b8a48d53246fb7c1f6b60d054aef"`
- ie. `"razee.io/commit-sha=c6645609f8d3b8a48d53246fb7c1f6b60d054aef"`
1. **Note**: We find it best practice to collect this info and add them to your
resource yamls at build time instead of doing it manually on your cluster.
- Working with any change management system:
1. `kubectl annotate <resource-kind> <resource-name> "razee.io/source-url=<fully-qualified-path>"`
- eg. `"razee.io/source-url=https://github.com/razee-io/Watch-keeper/commit/c6645609f8d3b8a48d53246fb7c1f6b60d054aef"`
- ie. `"razee.io/source-url=https://github.com/razee-io/Watch-keeper/commit/c6645609f8d3b8a48d53246fb7c1f6b60d054aef"`
1. **Note**: We find it best practice to collect this info and add them to your
resource yamls at build time instead of doing it manually on your cluster.
Loading

0 comments on commit cf9b874

Please sign in to comment.