diff --git a/Makefile b/Makefile index 76f30cfc7d..4052694924 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,7 @@ test-e2e: # godownloader create downloading script for kyverno-cli godownloader: - godownloader .goreleaser.yml --repo nirmata/kyverno -o ./scripts/install-cli.sh --source="raw" + godownloader .goreleaser.yml --repo kyverno/kyverno -o ./scripts/install-cli.sh --source="raw" # kustomize-crd will create install.yaml kustomize-crd: diff --git a/README.md b/README.md index 2dde5bac71..985a2463ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kyverno - Kubernetes Native Policy Management -[![Build Status](https://travis-ci.org/nirmata/kyverno.svg?branch=master)](https://travis-ci.org/nirmata/kyverno) [![Go Report Card](https://goreportcard.com/badge/github.com/kyverno/kyverno)](https://goreportcard.com/report/github.com/kyverno/kyverno) ![License: Apache-2.0](https://img.shields.io/github/license/nirmata/kyverno?color=blue) +[![Build Status](https://travis-ci.org/kyverno/kyverno.svg?branch=master)](https://travis-ci.org/kyverno/kyverno) [![Go Report Card](https://goreportcard.com/badge/github.com/kyverno/kyverno)](https://goreportcard.com/report/github.com/kyverno/kyverno) ![License: Apache-2.0](https://img.shields.io/github/license/kyverno/kyverno?color=blue) ![logo](documentation/images/Kyverno_Horizontal.png) @@ -25,7 +25,7 @@ To check the version, enter `kubectl version`. Install Kyverno: ```console -kubectl create -f https://raw.githubusercontent.com/nirmata/kyverno/master/definitions/release/install.yaml +kubectl create -f https://raw.githubusercontent.com/kyverno/kyverno/master/definitions/release/install.yaml ``` You can also install Kyverno using a [Helm chart](https://github.com/kyverno/kyverno/blob/master/documentation/installation.md#install-kyverno-using-helm).