Skip to content

Commit

Permalink
Document the use of private repostories more explicitly (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed May 15, 2023
1 parent 7582f5b commit bf8782d
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Global Flags:
--wide Output chart name and namespace
```

## Referencing Private Registries

If you would like to use nova to find outdated releases from charts in private helm repositories, please use the `--url` flag to point to that registry. Any authentication should be already configured in your local `helm repo` settings. Additionally, you may want to set `--poll-artifacthub=false` if there are no releases from public repositories that you wish to find.

## Generate Config

If you would like to generate a config file with all of the defaults for Nova, you can do that:
Expand Down Expand Up @@ -146,17 +150,17 @@ Below is sample output for Nova when using the `--helm --containers` flag
$ nova --format=table find --helm --containers
Release Name Installed Latest Old Deprecated
============ ========= ====== === ==========
cert-manager v1.9.1 1.9.1 false false
insights-agent 2.0.7 2.6.8 true false
cert-manager v1.9.1 1.9.1 false false
insights-agent 2.0.7 2.6.8 true false
Container Name Current Version Old Latest Latest Minor Latest Patch
============== =============== === ====== ============= =============
k8s.gcr.io/coredns/coredns v1.8.4 true v1.9.3 v1.9.3 v1.8.6
k8s.gcr.io/etcd 3.5.0-0 true 3.5.4-0 3.5.0-0 3.5.0-0
k8s.gcr.io/kube-apiserver v1.22.9 true v1.25.0 v1.25.0 v1.22.13
k8s.gcr.io/kube-controller-manager v1.22.9 true v1.25.0 v1.25.0 v1.22.13
k8s.gcr.io/kube-proxy v1.22.9 true v1.25.0 v1.25.0 v1.22.13
k8s.gcr.io/kube-scheduler v1.22.9 true v1.25.0 v1.25.0 v1.22.13
k8s.gcr.io/coredns/coredns v1.8.4 true v1.9.3 v1.9.3 v1.8.6
k8s.gcr.io/etcd 3.5.0-0 true 3.5.4-0 3.5.0-0 3.5.0-0
k8s.gcr.io/kube-apiserver v1.22.9 true v1.25.0 v1.25.0 v1.22.13
k8s.gcr.io/kube-controller-manager v1.22.9 true v1.25.0 v1.25.0 v1.22.13
k8s.gcr.io/kube-proxy v1.22.9 true v1.25.0 v1.25.0 v1.22.13
k8s.gcr.io/kube-scheduler v1.22.9 true v1.25.0 v1.25.0 v1.22.13
```

You can print the output in `json` format
Expand Down Expand Up @@ -204,4 +208,4 @@ $ nova --format=json find --helm --containers | jq
"latest_string_found": false
}
}
```
```

0 comments on commit bf8782d

Please sign in to comment.