File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
210210To 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
216216Example:
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...
222222INFO[0000] Starting kubewatch controller pkg=kubewatch-service
@@ -233,7 +233,7 @@ INFO[0000] Processing add to namespace: default pkg=kubewatch-namespace
233233To 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
Original file line number Diff line number Diff line change 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+ .
Original file line number Diff line number Diff 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# #
6263image :
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
You can’t perform that action at this time.
0 commit comments