Skip to content

Commit 6dfa069

Browse files
authored
chore: bump helmfile plugin (#118)
* chore: bump helmfile plugin until now the helmfile could failed in silence (exit code of 0 also there was some errors). The bump code uses a new version of helm sops which better catches errors. * docs(terraform-docs): generate docs and write to README.adoc --------- Co-authored-by: Xaving <[email protected]>
1 parent 3b2dd5d commit 6dfa069

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ The following providers are used by this module:
229229

230230
- [[provider_random]] <<provider_random,random>> (>= 3)
231231

232-
- [[provider_argocd]] <<provider_argocd,argocd>> (>= 6)
233-
234232
- [[provider_utils]] <<provider_utils,utils>> (>= 1.6)
235233

234+
- [[provider_argocd]] <<provider_argocd,argocd>> (>= 6)
235+
236236
- [[provider_null]] <<provider_null,null>> (>= 3)
237237

238238
=== Resources
@@ -630,7 +630,7 @@ Description: Version of the helmfile-cmp plugin.
630630

631631
Type: `string`
632632

633-
Default: `"0.1.1"`
633+
Default: `"0.1.2"`
634634

635635
==== [[input_helmfile_cmp_env_variables]] <<input_helmfile_cmp_env_variables,helmfile_cmp_env_variables>>
636636

@@ -695,8 +695,8 @@ Description: Map of extra accounts that were created and their tokens.
695695
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
696696
|[[provider_time]] <<provider_time,time>> |>= 0.9
697697
|[[provider_random]] <<provider_random,random>> |>= 3
698-
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
699698
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
699+
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
700700
|[[provider_null]] <<provider_null,null>> |>= 3
701701
|===
702702
@@ -1066,7 +1066,7 @@ IMPORTANT: If you set this variable, the default known hosts will be overridden
10661066
|[[input_helmfile_cmp_version]] <<input_helmfile_cmp_version,helmfile_cmp_version>>
10671067
|Version of the helmfile-cmp plugin.
10681068
|`string`
1069-
|`"0.1.1"`
1069+
|`"0.1.2"`
10701070
|no
10711071
10721072
|[[input_helmfile_cmp_env_variables]] <<input_helmfile_cmp_env_variables,helmfile_cmp_env_variables>>

bootstrap/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ Description: The Argo CD accounts pipeline tokens.
201201
[cols="a,a",options="header,autowidth"]
202202
|===
203203
|Name |Version
204-
|[[provider_random]] <<provider_random,random>> |>= 3
205204
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
206205
|[[provider_time]] <<provider_time,time>> |>= 0.9
206+
|[[provider_random]] <<provider_random,random>> |>= 3
207207
|[[provider_helm]] <<provider_helm,helm>> |>= 2
208208
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
209209
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ variable "repo_server_aadpodidbinding" {
320320
variable "helmfile_cmp_version" {
321321
description = "Version of the helmfile-cmp plugin."
322322
type = string
323-
default = "0.1.1"
323+
default = "0.1.2"
324324
}
325325

326326
variable "helmfile_cmp_env_variables" {

0 commit comments

Comments
 (0)