You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2026. It is now read-only.
|`replicas`| Number of replicas for the kobs Deployment. |`1`|
44
44
|`imagePullSecrets`| Specify a list of image pull secrets, to avoid the DockerHub rate limit or to pull the kobs/enovy image from a private registry. |`[]`|
45
45
|`image.repository`| The repository for the Docker image. |`kobsio/kobs`|
46
-
|`image.tag`| The tag of the Docker image which should be used. |`v0.8.0`|
46
+
|`image.tag`| The tag of the Docker image which should be used. |`v0.9.0`|
47
47
|`image.pullPolicy`| The image pull policy for the Docker image. |`IfNotPresent`|
48
48
|`podSecurityContext`| Specify security settings for the created Pods. To set the security settings for the kobs or envoy Container use the corresponding `securityContext` field. |`{}`|
49
49
|`securityContext`| Specify security settings for the kobs Container. They override settings made at the Pod level via the `podSecurityContext` when there is overlap. |`{}`|
|`replicas`| Number of replicas for the kobs Deployment. |`1`|
106
106
|`imagePullSecrets`| Specify a list of image pull secrets, to avoid the DockerHub rate limit or to pull the kobs/enovy image from a private registry. |`[]`|
107
107
|`image.repository`| The repository for the Docker image. |`kobsio/kobs`|
108
-
|`image.tag`| The tag of the Docker image which should be used. |`v0.8.0`|
108
+
|`image.tag`| The tag of the Docker image which should be used. |`v0.9.0`|
109
109
|`image.pullPolicy`| The image pull policy for the Docker image. |`IfNotPresent`|
110
110
|`podSecurityContext`| Specify security settings for the created Pods. To set the security settings for the kobs or envoy Container use the corresponding `securityContext` field. |`{}`|
111
111
|`securityContext`| Specify security settings for the kobs Container. They override settings made at the Pod level via the `podSecurityContext` when there is overlap. |`{}`|
0 commit comments