Skip to content

Commit

Permalink
Merge branch 'main' into docs/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolastakashi authored Sep 13, 2024
2 parents eeb722a + d0ef554 commit 924774b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.74.0")
--version string Prometheus Operator version (default "0.76.0")
```

# 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.74.0")
--version string Prometheus Operator version (default "0.76.0")
```
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ This project is currently in active development and fully experimental, so expec
## Contributing

See [CONTRIBUTING](https://github.com/prometheus-operator/prometheus-operator/blob/main/CONTRIBUTING.md).

2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var createCmd = &cobra.Command{
// Run: func(cmd *cobra.Command, args []string) { },
}

const LatestVersion = "0.74.0"
const LatestVersion = "0.76.0"

func init() {
rootCmd.AddCommand(createCmd)
Expand Down

0 comments on commit 924774b

Please sign in to comment.