Skip to content

Commit

Permalink
Add templates, manager, sidecars
Browse files Browse the repository at this point in the history
Signed-off-by: Saswata Mukherjee <[email protected]>
  • Loading branch information
saswatamcode committed Feb 7, 2025
1 parent 0898583 commit e94a0d4
Show file tree
Hide file tree
Showing 13 changed files with 2,566 additions and 539 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/philipgough/mimic v0.0.0-20250112154247-23e51fe097ae
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.79.2
github.com/pyrra-dev/pyrra v0.7.2
github.com/thanos-community/thanos-operator v0.0.0-20250130113752-fc8c62d1d638
github.com/thanos-community/thanos-operator v0.0.0-20250205110519-e676d81ea0bb
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.32.1
k8s.io/apiextensions-apiserver v0.32.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1267,8 +1267,8 @@ github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I=
github.com/thanos-community/thanos-operator v0.0.0-20250130113752-fc8c62d1d638 h1:S2y4TIz2weXggozVYER0gnjV3H3o9upx4w7qNL7geUQ=
github.com/thanos-community/thanos-operator v0.0.0-20250130113752-fc8c62d1d638/go.mod h1:WUEGjrCwXyEBo2/ig9oVdOs7cT6ezE9rXhutVr/Rg6g=
github.com/thanos-community/thanos-operator v0.0.0-20250205110519-e676d81ea0bb h1:kb3c7+kyZ6C1dLI4PfLB8R5tOKA/C/Xb9mmAbTKcfzY=
github.com/thanos-community/thanos-operator v0.0.0-20250205110519-e676d81ea0bb/go.mod h1:WUEGjrCwXyEBo2/ig9oVdOs7cT6ezE9rXhutVr/Rg6g=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tinylib/msgp v1.0.2/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE=
github.com/tinylib/msgp v1.1.0/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE=
Expand Down
Loading

0 comments on commit e94a0d4

Please sign in to comment.