Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# macOS metadata
**/.DS_Store

# Binaries for programs and plugins
*.exe
*.exe~
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RESULTS:
Deprecated APIs:
PodSecurityPolicy found in policy/v1beta1
├─ Deprecated at: 1.21
├─ PodSecurityPolicy governs the ability to make requests that affect the Security Contextthat will be applied to a pod and container.Deprecated in 1.21.
├─ PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated in 1.21.
-> OBJECT: restrictive namespace: default

Deleted APIs:
Expand Down
4 changes: 2 additions & 2 deletions docs/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ It can be downloaded from [here](https://kubepug.xyz/data/data.json).
## Generating my own database

In case you want to generate your own data.json file, follow the steps below.
We use a [container image](https://github.com/rikatz/kubepug/blob/main/generator/Dockerfile) so the whole step can be reproduced locally.
We use a [container image](https://github.com/nudgebee/kubepug/blob/main/generator/Dockerfile) so the whole step can be reproduced locally.

1. Clone/Download this repository, and build the container on `generator/` directory
```console
git clone https://github.com/rikatz/kubepug
git clone https://github.com/nudgebee/kubepug
docker build -t generator -f generator/Dockerfile generator
```
1. Generate the data.json
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Kubepug can be installed in some different ways:
!!! info "Additional installation methods"

If you want an installation method that is not supported yet, feel free to
open an issue on the [github project](https://github.com/rikatz/kubepug) asking for the new method.
open an issue on the [github project](https://github.com/nudgebee/kubepug) asking for the new method.
No promises! But we will do our best to support it!

## Krew plugin
Expand All @@ -36,7 +36,7 @@ sudo snap install kubepug --edge
## Getting the binary
Kubepug is compiled as a binary for various Operational Systems and architectures.

You can get the latest release from [the Release page](https://github.com/rikatz/kubepug/releases/latest)
You can get the latest release from [the Release page](https://github.com/nudgebee/kubepug/releases/latest)

## Github Action
Kubepug can be used as a Github Action with the following definition:
Expand Down
41 changes: 0 additions & 41 deletions snapcraft.yaml

This file was deleted.