Skip to content

Commit

Permalink
feat: bump helmfile plugin (#118)
Browse files Browse the repository at this point in the history
* 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 <Xaving@users.noreply.github.com>
  • Loading branch information
2 people authored and lentidas committed Jan 8, 2025
1 parent 3b2dd5d commit bdaf2ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ The following providers are used by this module:

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

- [[provider_argocd]] <<provider_argocd,argocd>> (>= 6)

- [[provider_utils]] <<provider_utils,utils>> (>= 1.6)

- [[provider_argocd]] <<provider_argocd,argocd>> (>= 6)

- [[provider_null]] <<provider_null,null>> (>= 3)

=== Resources
Expand Down Expand Up @@ -630,7 +630,7 @@ Description: Version of the helmfile-cmp plugin.

Type: `string`

Default: `"0.1.1"`
Default: `"0.1.2"`

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

Expand Down Expand Up @@ -695,8 +695,8 @@ Description: Map of extra accounts that were created and their tokens.
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
|[[provider_time]] <<provider_time,time>> |>= 0.9
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
|[[provider_null]] <<provider_null,null>> |>= 3
|===
Expand Down Expand Up @@ -1066,7 +1066,7 @@ IMPORTANT: If you set this variable, the default known hosts will be overridden
|[[input_helmfile_cmp_version]] <<input_helmfile_cmp_version,helmfile_cmp_version>>
|Version of the helmfile-cmp plugin.
|`string`
|`"0.1.1"`
|`"0.1.2"`
|no
|[[input_helmfile_cmp_env_variables]] <<input_helmfile_cmp_env_variables,helmfile_cmp_env_variables>>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ Description: The Argo CD accounts pipeline tokens.
[cols="a,a",options="header,autowidth"]
|===
|Name |Version
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
|[[provider_time]] <<provider_time,time>> |>= 0.9
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_helm]] <<provider_helm,helm>> |>= 2
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ variable "repo_server_aadpodidbinding" {
variable "helmfile_cmp_version" {
description = "Version of the helmfile-cmp plugin."
type = string
default = "0.1.1"
default = "0.1.2"
}

variable "helmfile_cmp_env_variables" {
Expand Down

0 comments on commit bdaf2ae

Please sign in to comment.