Skip to content

Commit

Permalink
Merge pull request #48 from prometheus-operator/chore/upgrading-versions
Browse files Browse the repository at this point in the history
[CHORE] upgrading versions
  • Loading branch information
nicolastakashi authored Dec 9, 2024
2 parents c51fef3 + f5678f8 commit 2c9c746
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Documentation/commands/create/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")
```
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion internal/builder/kubeStateMetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/builder/nodeExporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c9c746

Please sign in to comment.