Skip to content

Commit

Permalink
fix(ruler): move value block (#23)
Browse files Browse the repository at this point in the history
* fix(ruler): move value block

---------

Co-authored-by: fsismondi <fsismondi@users.noreply.github.com>
Release-As: 1.0.0-alpha.7
  • Loading branch information
fsismondi and fsismondi authored Feb 1, 2023
1 parent 2f37ef3 commit 3ef695f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v1.0.0-alpha.5"`
Default: `"v1.0.0-alpha.6"`

=== Outputs

Expand Down Expand Up @@ -231,7 +231,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.5"`
|`"v1.0.0-alpha.6"`
|no

|===
Expand Down
4 changes: 2 additions & 2 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v1.0.0-alpha.5"`
Default: `"v1.0.0-alpha.6"`

=== Outputs

Expand Down Expand Up @@ -242,7 +242,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.5"`
|`"v1.0.0-alpha.6"`
|no

|===
Expand Down
4 changes: 2 additions & 2 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v1.0.0-alpha.5"`
Default: `"v1.0.0-alpha.6"`

=== Outputs

Expand Down Expand Up @@ -242,7 +242,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.5"`
|`"v1.0.0-alpha.6"`
|no

|===
Expand Down
4 changes: 2 additions & 2 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v1.0.0-alpha.5"`
Default: `"v1.0.0-alpha.6"`

=== Outputs

Expand Down Expand Up @@ -244,7 +244,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.5"`
|`"v1.0.0-alpha.6"`
|no

|===
Expand Down
5 changes: 3 additions & 2 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ locals {
}
loki = {
structuredConfig = {
ruler = {
alertmanager_url = "http://kube-prometheus-stack-alertmanager.kube-prometheus-stack:9093"
}
chunk_store_config = {
chunk_cache_config = {
enable_fifocache = false
Expand Down Expand Up @@ -124,8 +127,6 @@ locals {
ruler = {
directories = {}
enabled = false
# TODO fix: KPS url is variable
alertmanager_url = "http://kube-prometheus-stack-alertmanager.kube-prometheus-stack:9093"
}
}
promtail = {
Expand Down

0 comments on commit 3ef695f

Please sign in to comment.