File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Documentation/commands/create Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Global Flags:
2323 --kubeconfig string path to the kubeconfig file, defaults to $KUBECONFIG
2424 --log-format string Log format (default " text" )
2525 --log-level string Log level (default " DEBUG" )
26- --version string Prometheus Operator version (default " 0.78.2 " )
26+ --version string Prometheus Operator version (default " 0.81.0 " )
2727```
2828
2929# Create ServiceMonitor
@@ -46,5 +46,5 @@ Global Flags:
4646 --kubeconfig string path to the kubeconfig file, defaults to $KUBECONFIG
4747 --log-format string Log format (default " text" )
4848 --log-level string Log level (default " DEBUG" )
49- --version string Prometheus Operator version (default " 0.78.2 " )
49+ --version string Prometheus Operator version (default " 0.81.0 " )
5050```
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var createCmd = &cobra.Command{
2626 // Run: func(cmd *cobra.Command, args []string) { },
2727}
2828
29- const LatestVersion = "0.78.2 "
29+ const LatestVersion = "0.81.0 "
3030
3131func init () {
3232 rootCmd .AddCommand (createCmd )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727 "k8s.io/utils/ptr"
2828)
2929
30- const LatestKubeStateMetricsVersion = "2.14 .0"
30+ const LatestKubeStateMetricsVersion = "2.15 .0"
3131
3232type KubeStateMetricsBuilder struct {
3333 labels map [string ]string
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828 "k8s.io/utils/ptr"
2929)
3030
31- const LatestNodeExporterVersion = "1.8.2 "
31+ const LatestNodeExporterVersion = "1.9.0 "
3232
3333type NodeExporterBuilder struct {
3434 labels map [string ]string
You can’t perform that action at this time.
0 commit comments