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
-[#45](https://github.com/kobsio/kobs/pull/45): Add value mappings for `sparkline` charts in the Prometheus plugin.
14
22
-[#49](https://github.com/kobsio/kobs/pull/49): Add new chart type `table` for Prometheus plugin, which allows a user to render the results of multiple Prometheus queries in ab table.
15
23
-[#51](https://github.com/kobsio/kobs/pull/51): Add new command-line flag to forbid access for resources.
Copy file name to clipboardExpand all lines: docs/installation/helm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ helm upgrade kobs kobs/kobs
62
62
|`pod.annotations`| Specify additional annotations for the created Pods. |`{}`|
63
63
|`pod.labels`| Specify additional labels for the created Pods. |`{}`|
64
64
|`kobs.image.repository`| The repository for the Docker image. |`kobsio/kobs`|
65
-
|`kobs.image.tag`| The tag of the Docker image which should be used. |`v0.2.0`|
65
+
|`kobs.image.tag`| The tag of the Docker image which should be used. |`v0.3.0`|
66
66
|`kobs.image.pullPolicy`| The image pull policy for the Docker image. |`IfNotPresent`|
67
67
|`kobs.securityContext`| Specify security settings for the kobs Container. They override settings made at the Pod level via the `podSecurityContext` when there is overlap. |`{}`|
68
68
|`kobs.resources`| Set cpu and memory requests and limits for the kobs container. |`{}`|
0 commit comments