Skip to content

Commit

Permalink
Merge pull request #75 from robusta-dev/changing_repo
Browse files Browse the repository at this point in the history
Updating kubewatch repo
  • Loading branch information
Avi-Robusta authored Jun 11, 2024
2 parents 40ffd0d + f527ccd commit 957dc4a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Latest image

```
us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:v2.5
robustadev/kubewatch:v2.6
```

# Usage
Expand Down Expand Up @@ -210,13 +210,13 @@ INFO[0000] Kubewatch controller synced and ready pkg=kubewatch-pod
To Run Kubewatch Container interactively, place the config file in `$HOME/.kubewatch.yaml` location and use the following command.

```
docker run --rm -it --network host -v $HOME/.kubewatch.yaml:/root/.kubewatch.yaml -v $HOME/.kube/config:/opt/bitnami/kubewatch/.kube/config --name <container-name> us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch
docker run --rm -it --network host -v $HOME/.kubewatch.yaml:/root/.kubewatch.yaml -v $HOME/.kube/config:/opt/bitnami/kubewatch/.kube/config --name <container-name> robustadev/kubewatch
```

Example:

```
$ docker run --rm -it --network host -v $HOME/.kubewatch.yaml:/root/.kubewatch.yaml -v $HOME/.kube/config:/opt/bitnami/kubewatch/.kube/config --name kubewatch-app us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch
$ docker run --rm -it --network host -v $HOME/.kubewatch.yaml:/root/.kubewatch.yaml -v $HOME/.kube/config:/opt/bitnami/kubewatch/.kube/config --name kubewatch-app robustadev/kubewatch
==> Writing config file...
INFO[0000] Starting kubewatch controller pkg=kubewatch-service
Expand All @@ -233,7 +233,7 @@ INFO[0000] Processing add to namespace: default pkg=kubewatch-namespace
To Demonise Kubewatch container use

```
$ docker run --rm -d --network host -v $HOME/.kubewatch.yaml:/root/.kubewatch.yaml -v $HOME/.kube/config:/opt/bitnami/kubewatch/.kube/config --name kubewatch-app us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch
$ docker run --rm -d --network host -v $HOME/.kubewatch.yaml:/root/.kubewatch.yaml -v $HOME/.kube/config:/opt/bitnami/kubewatch/.kube/config --name kubewatch-app robustadev/kubewatch
```

# Configure
Expand Down
7 changes: 7 additions & 0 deletions build_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
docker buildx build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--platform linux/arm64,linux/amd64 \
--tag robustadev/kubewatch:${TAG} \
--tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:${TAG} \
--push \
.
12 changes: 6 additions & 6 deletions helm/kubewatch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ extraDeploy: []

## @section Kubewatch parameters

## Bitnami Kubewatch image version
## ref: https://hub.docker.com/r/bitnami/kubewatch/tags/
## @param image.registry Kubewatch image registry
## Robusta Kubewatch image versions
## ref: https://hub.docker.com/r/robustadev/kubewatch/tags
## Bitnami Kubewatch image versions (depricated)
## ref: https://hub.docker.com/r/bitnami/kubewatch-archived/tags
## @param image.repository Kubewatch image repository
## @param image.tag Kubewatch image tag (immutable tags are recommended)
## @param image.pullPolicy Kubewatch image pull policy
## @param image.pullSecrets Specify docker-registry secret names as an array
##
image:
registry: us-central1-docker.pkg.dev
repository: genuine-flight-317411/devel/kubewatch
tag: v2.4
repository: robustadev/kubewatch
tag: v2.6
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit 957dc4a

Please sign in to comment.