Skip to content

Commit 957dc4a

Browse files
authored
Merge pull request #75 from robusta-dev/changing_repo
Updating kubewatch repo
2 parents 40ffd0d + f527ccd commit 957dc4a

3 files changed

Lines changed: 17 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Latest image
1919

2020
```
21-
us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:v2.5
21+
robustadev/kubewatch:v2.6
2222
```
2323

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

212212
```
213-
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
213+
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
214214
```
215215

216216
Example:
217217

218218
```
219-
$ 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
219+
$ 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
220220
221221
==> Writing config file...
222222
INFO[0000] Starting kubewatch controller pkg=kubewatch-service
@@ -233,7 +233,7 @@ INFO[0000] Processing add to namespace: default pkg=kubewatch-namespace
233233
To Demonise Kubewatch container use
234234

235235
```
236-
$ 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
236+
$ 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
237237
```
238238

239239
# Configure

build_release.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
docker buildx build \
2+
--build-arg BUILDKIT_INLINE_CACHE=1 \
3+
--platform linux/arm64,linux/amd64 \
4+
--tag robustadev/kubewatch:${TAG} \
5+
--tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:${TAG} \
6+
--push \
7+
.

helm/kubewatch/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ extraDeploy: []
5151

5252
## @section Kubewatch parameters
5353

54-
## Bitnami Kubewatch image version
55-
## ref: https://hub.docker.com/r/bitnami/kubewatch/tags/
56-
## @param image.registry Kubewatch image registry
54+
## Robusta Kubewatch image versions
55+
## ref: https://hub.docker.com/r/robustadev/kubewatch/tags
56+
## Bitnami Kubewatch image versions (depricated)
57+
## ref: https://hub.docker.com/r/bitnami/kubewatch-archived/tags
5758
## @param image.repository Kubewatch image repository
5859
## @param image.tag Kubewatch image tag (immutable tags are recommended)
5960
## @param image.pullPolicy Kubewatch image pull policy
6061
## @param image.pullSecrets Specify docker-registry secret names as an array
6162
##
6263
image:
63-
registry: us-central1-docker.pkg.dev
64-
repository: genuine-flight-317411/devel/kubewatch
65-
tag: v2.4
64+
repository: robustadev/kubewatch
65+
tag: v2.6
6666
## Specify a imagePullPolicy
6767
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
6868
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)