diff --git a/Documentation/commands/create/index.md b/Documentation/commands/create/index.md index 7fd7e2c..2d6abcb 100644 --- a/Documentation/commands/create/index.md +++ b/Documentation/commands/create/index.md @@ -23,7 +23,7 @@ Global Flags: --kubeconfig string path to the kubeconfig file, defaults to $KUBECONFIG --log-format string Log format (default "text") --log-level string Log level (default "DEBUG") - --version string Prometheus Operator version (default "0.76.0") + --version string Prometheus Operator version (default "0.78.2") ``` # Create ServiceMonitor @@ -46,5 +46,5 @@ Global Flags: --kubeconfig string path to the kubeconfig file, defaults to $KUBECONFIG --log-format string Log format (default "text") --log-level string Log level (default "DEBUG") - --version string Prometheus Operator version (default "0.76.0") + --version string Prometheus Operator version (default "0.78.2") ``` diff --git a/cmd/create.go b/cmd/create.go index 4093cc9..ff7cbdd 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -26,7 +26,7 @@ var createCmd = &cobra.Command{ // Run: func(cmd *cobra.Command, args []string) { }, } -const LatestVersion = "0.76.0" +const LatestVersion = "0.78.2" func init() { rootCmd.AddCommand(createCmd) diff --git a/internal/builder/kubeStateMetrics.go b/internal/builder/kubeStateMetrics.go index 19097cc..490d5d4 100644 --- a/internal/builder/kubeStateMetrics.go +++ b/internal/builder/kubeStateMetrics.go @@ -27,7 +27,7 @@ import ( "k8s.io/utils/ptr" ) -const LatestKubeStateMetricsVersion = "2.12.0" +const LatestKubeStateMetricsVersion = "2.14.0" type KubeStateMetricsBuilder struct { labels map[string]string diff --git a/internal/builder/nodeExporter.go b/internal/builder/nodeExporter.go index 7b113fb..ada86c9 100644 --- a/internal/builder/nodeExporter.go +++ b/internal/builder/nodeExporter.go @@ -28,7 +28,7 @@ import ( "k8s.io/utils/ptr" ) -const LatestNodeExporterVersion = "1.8.1" +const LatestNodeExporterVersion = "1.8.2" type NodeExporterBuilder struct { labels map[string]string