Skip to content

Commit

Permalink
fix(loki-stack): set static Grafana agent tag (#54)
Browse files Browse the repository at this point in the history
* fix(loki-stack): set static Grafana agent tag

* docs(terraform-docs): generate docs and write to README.adoc

---------

Co-authored-by: Tanguy Rossel <trossel@wrk149.wrk.lsn.camptocamp.com>
Co-authored-by: tyrossel <tyrossel@users.noreply.github.com>
  • Loading branch information
3 people authored May 1, 2023
1 parent fc8a310 commit 2a571f0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.0.1"`
Default: `"v2.0.2"`

==== [[input_namespace]] <<input_namespace,namespace>>

Expand Down Expand Up @@ -185,11 +185,11 @@ Description: n/a
[cols="a,a",options="header,autowidth"]
|===
|Name |Version
|[[provider_null]] <<provider_null,null>> |>= 3
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_htpasswd]] <<provider_htpasswd,htpasswd>> |>= 1
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 4
|[[provider_null]] <<provider_null,null>> |>= 3
|===

= Resources
Expand Down Expand Up @@ -232,7 +232,7 @@ Description: n/a
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.0.1"`
|`"v2.0.2"`
|no

|[[input_namespace]] <<input_namespace,namespace>>
Expand Down
4 changes: 2 additions & 2 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.0.1"`
Default: `"v2.0.2"`

==== [[input_namespace]] <<input_namespace,namespace>>

Expand Down Expand Up @@ -272,7 +272,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.0.1"`
|`"v2.0.2"`
|no

|[[input_namespace]] <<input_namespace,namespace>>
Expand Down
2 changes: 1 addition & 1 deletion charts/loki-stack/templates/event_handler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: agent
image: grafana/agent:main
image: grafana/agent:{{ .grafanaAgentTag }}
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/agent/agent.yaml
Expand Down
4 changes: 2 additions & 2 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.0.1"`
Default: `"v2.0.2"`

==== [[input_namespace]] <<input_namespace,namespace>>

Expand Down Expand Up @@ -232,7 +232,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.0.1"`
|`"v2.0.2"`
|no

|[[input_namespace]] <<input_namespace,namespace>>
Expand Down
4 changes: 2 additions & 2 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.0.1"`
Default: `"v2.0.2"`

==== [[input_namespace]] <<input_namespace,namespace>>

Expand Down Expand Up @@ -234,7 +234,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.0.1"`
|`"v2.0.2"`
|no

|[[input_namespace]] <<input_namespace,namespace>>
Expand Down

0 comments on commit 2a571f0

Please sign in to comment.