diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 489142f..3e81f6e 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Renovate Bot GitHub Action - uses: renovatebot/github-action@v46.1.3 + uses: renovatebot/github-action@v46.1.4 env: LOG_LEVEL: 'debug' with: diff --git a/argocd/README.md b/argocd/README.md index 9f85ffc..b1a6b1d 100644 --- a/argocd/README.md +++ b/argocd/README.md @@ -38,6 +38,7 @@ No modules. | [argocd\_version](#input\_argocd\_version) | n/a | `string` | n/a | yes | | [domain](#input\_domain) | n/a | `string` | n/a | yes | | [environment](#input\_environment) | n/a | `string` | n/a | yes | +| [kubernetes\_namespace\_labels](#input\_kubernetes\_namespace\_labels) | Additional labels for the namespace | `map(string)` | `{}` | no | | [kubernetes\_namespace\_name](#input\_kubernetes\_namespace\_name) | n/a | `string` | n/a | yes | | [telegram\_bot\_token](#input\_telegram\_bot\_token) | n/a | `string` | n/a | yes | diff --git a/cert-manager_cloudflare/README.md b/cert-manager_cloudflare/README.md index b6dca9a..a3e8b9f 100644 --- a/cert-manager_cloudflare/README.md +++ b/cert-manager_cloudflare/README.md @@ -40,6 +40,8 @@ No modules. | [cert\_manager\_version](#input\_cert\_manager\_version) | Set the version of cert-manager | `string` | n/a | yes | | [cloudflare\_api\_token](#input\_cloudflare\_api\_token) | n/a | `string` | n/a | yes | | [namespace](#input\_namespace) | Name of the kubernetes namespace | `string` | n/a | yes | +| [namespace\_annotations](#input\_namespace\_annotations) | Additional annotations for the namespace | `map(string)` | `{}` | no | +| [namespace\_labels](#input\_namespace\_labels) | Additional labels for the namespace | `map(string)` | `{}` | no | ## Outputs