Skip to content

Commit 22fcc4a

Browse files
Merge pull request #52 from heliapb/feat/update_versions
[chore] - upgrading versions
2 parents 07e44b9 + c5679a4 commit 22fcc4a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation/commands/create/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

cmd/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3131
func init() {
3232
rootCmd.AddCommand(createCmd)

internal/builder/kubeStateMetrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3232
type KubeStateMetricsBuilder struct {
3333
labels map[string]string

internal/builder/nodeExporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3333
type NodeExporterBuilder struct {
3434
labels map[string]string

0 commit comments

Comments
 (0)