Skip to content

Commit 9b3baa4

Browse files
fix(deps): update dependencies
1 parent 4be408e commit 9b3baa4

File tree

6 files changed

+80
-79
lines changed

6 files changed

+80
-79
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,22 +516,22 @@ You need the following permissions to run this module.
516516
| Name | Description | Type | Default | Required |
517517
|------|-------------|------|---------|:--------:|
518518
| <a name="input_eso_chart_location"></a> [eso\_chart\_location](#input\_eso\_chart\_location) | The location of the External Secrets Operator Helm chart. | `string` | `"https://charts.external-secrets.io"` | no |
519-
| <a name="input_eso_chart_version"></a> [eso\_chart\_version](#input\_eso\_chart\_version) | The version of the External Secrets Operator Helm chart. Ensure that the chart version is compatible with the image version specified in eso\_image\_version. | `string` | `"0.19.2"` | no |
519+
| <a name="input_eso_chart_version"></a> [eso\_chart\_version](#input\_eso\_chart\_version) | The version of the External Secrets Operator Helm chart. Ensure that the chart version is compatible with the image version specified in eso\_image\_version. | `string` | `"0.20.1"` | no |
520520
| <a name="input_eso_cluster_nodes_configuration"></a> [eso\_cluster\_nodes\_configuration](#input\_eso\_cluster\_nodes\_configuration) | Configuration to use to customise ESO deployment on specific cluster nodes. Setting appropriate values will result in customising ESO helm release. Default value is null to keep ESO standard deployment. | <pre>object({<br/> nodeSelector = object({<br/> label = string<br/> value = string<br/> })<br/> tolerations = object({<br/> key = string<br/> operator = string<br/> value = string<br/> effect = string<br/> })<br/> })</pre> | `null` | no |
521521
| <a name="input_eso_enroll_in_servicemesh"></a> [eso\_enroll\_in\_servicemesh](#input\_eso\_enroll\_in\_servicemesh) | Flag to enroll ESO into istio servicemesh | `bool` | `false` | no |
522522
| <a name="input_eso_image"></a> [eso\_image](#input\_eso\_image) | The External Secrets Operator image in the format of `[registry-url]/[namespace]/[image]`. | `string` | `"ghcr.io/external-secrets/external-secrets"` | no |
523-
| <a name="input_eso_image_version"></a> [eso\_image\_version](#input\_eso\_image\_version) | The version or digest for the external secrets image to deploy. If changing the value, ensure it is compatible with the chart version set in eso\_chart\_version. | `string` | `"v0.19.2-ubi@sha256:b85e577e14c0a943e5eda57d631012d8fe7cea0e747069bfd9fdf3736cdad3ad"` | no |
523+
| <a name="input_eso_image_version"></a> [eso\_image\_version](#input\_eso\_image\_version) | The version or digest for the external secrets image to deploy. If changing the value, ensure it is compatible with the chart version set in eso\_chart\_version. | `string` | `"v0.20.1-ubi@sha256:33dc5f563339e6332e1549c9e3c2b362d1e1b03acada1386a6f2c6f2d5af4a6e"` | no |
524524
| <a name="input_eso_namespace"></a> [eso\_namespace](#input\_eso\_namespace) | Namespace to create and be used to install ESO components including helm releases. | `string` | `null` | no |
525525
| <a name="input_eso_pod_configuration"></a> [eso\_pod\_configuration](#input\_eso\_pod\_configuration) | Configuration to use to customise ESO deployment on specific pods. Setting appropriate values will result in customising ESO helm release. Default value is {} to keep ESO standard deployment. Ignore the key if not required. | <pre>object({<br/> annotations = optional(object({<br/> # The annotations for external secret controller pods.<br/> external_secrets = optional(map(string), {})<br/> # The annotations for external secret cert controller pods.<br/> external_secrets_cert_controller = optional(map(string), {})<br/> # The annotations for external secret controller pods.<br/> external_secrets_webhook = optional(map(string), {})<br/> }), {})<br/><br/> labels = optional(object({<br/> # The labels for external secret controller pods.<br/> external_secrets = optional(map(string), {})<br/> # The labels for external secret cert controller pods.<br/> external_secrets_cert_controller = optional(map(string), {})<br/> # The labels for external secret controller pods.<br/> external_secrets_webhook = optional(map(string), {})<br/> }), {})<br/> })</pre> | `{}` | no |
526526
| <a name="input_existing_eso_namespace"></a> [existing\_eso\_namespace](#input\_existing\_eso\_namespace) | Existing Namespace to be used to install ESO components including helm releases. | `string` | `null` | no |
527527
| <a name="input_reloader_chart_location"></a> [reloader\_chart\_location](#input\_reloader\_chart\_location) | The location of the Reloader Helm chart. | `string` | `"https://stakater.github.io/stakater-charts"` | no |
528-
| <a name="input_reloader_chart_version"></a> [reloader\_chart\_version](#input\_reloader\_chart\_version) | The version of the Reloader Helm chart. Ensure that the chart version is compatible with the image version specified in reloader\_image\_version. | `string` | `"2.2.0"` | no |
528+
| <a name="input_reloader_chart_version"></a> [reloader\_chart\_version](#input\_reloader\_chart\_version) | The version of the Reloader Helm chart. Ensure that the chart version is compatible with the image version specified in reloader\_image\_version. | `string` | `"2.2.3"` | no |
529529
| <a name="input_reloader_custom_values"></a> [reloader\_custom\_values](#input\_reloader\_custom\_values) | String containing custom values to be used for reloader helm chart. See https://github.com/stakater/Reloader/blob/master/deployments/kubernetes/chart/reloader/values.yaml | `string` | `null` | no |
530530
| <a name="input_reloader_deployed"></a> [reloader\_deployed](#input\_reloader\_deployed) | Whether to deploy reloader or not https://github.com/stakater/Reloader | `bool` | `true` | no |
531531
| <a name="input_reloader_ignore_configmaps"></a> [reloader\_ignore\_configmaps](#input\_reloader\_ignore\_configmaps) | Whether to ignore configmap changes or not | `bool` | `false` | no |
532532
| <a name="input_reloader_ignore_secrets"></a> [reloader\_ignore\_secrets](#input\_reloader\_ignore\_secrets) | Whether to ignore secret changes or not | `bool` | `false` | no |
533533
| <a name="input_reloader_image"></a> [reloader\_image](#input\_reloader\_image) | The reloader image repository in the format of `[registry-url]/[namespace]/[image]`. | `string` | `"ghcr.io/stakater/reloader"` | no |
534-
| <a name="input_reloader_image_version"></a> [reloader\_image\_version](#input\_reloader\_image\_version) | The version or digest for the reloader image to deploy. If changing the value, ensure it is compatible with the chart version set in reloader\_chart\_version. | `string` | `"v1.4.6-ubi@sha256:98403ed026af2eac04796f8e3d99530ed7f251a5d40b50ac172a008933338d48"` | no |
534+
| <a name="input_reloader_image_version"></a> [reloader\_image\_version](#input\_reloader\_image\_version) | The version or digest for the reloader image to deploy. If changing the value, ensure it is compatible with the chart version set in reloader\_chart\_version. | `string` | `"v1.4.8-ubi@sha256:d87801fae5424f347d34b776ba25ea0c1ba80a8b50ba91ece0777206a47d91d3"` | no |
535535
| <a name="input_reloader_is_argo_rollouts"></a> [reloader\_is\_argo\_rollouts](#input\_reloader\_is\_argo\_rollouts) | Enable Argo Rollouts | `bool` | `false` | no |
536536
| <a name="input_reloader_is_openshift"></a> [reloader\_is\_openshift](#input\_reloader\_is\_openshift) | Enable OpenShift DeploymentConfigs | `bool` | `true` | no |
537537
| <a name="input_reloader_log_format"></a> [reloader\_log\_format](#input\_reloader\_log\_format) | The log format to use for reloader. Possible values are `json` or `text`. Default value is `json` | `string` | `"text"` | no |

solutions/fully-configurable/variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ variable "eso_image" {
146146
variable "eso_image_version" {
147147
type = string
148148
description = "The version or digest for the external secrets image to deploy. If changing the value, ensure it is compatible with the chart version set in eso_chart_version."
149-
default = "v0.19.2-ubi@sha256:b85e577e14c0a943e5eda57d631012d8fe7cea0e747069bfd9fdf3736cdad3ad" # datasource: ghcr.io/external-secrets/external-secrets
149+
default = "v0.20.1-ubi@sha256:33dc5f563339e6332e1549c9e3c2b362d1e1b03acada1386a6f2c6f2d5af4a6e" # datasource: ghcr.io/external-secrets/external-secrets
150150
nullable = false
151151
validation {
152152
condition = can(regex("(^v\\d+\\.\\d+.\\d+(\\-\\w+)?(\\@sha256\\:\\w+){0,1})$", var.eso_image_version))
@@ -164,7 +164,7 @@ variable "eso_chart_location" {
164164
variable "eso_chart_version" {
165165
type = string
166166
description = "The version of the External Secrets Operator Helm chart. Ensure that the chart version is compatible with the image version specified in eso_image_version."
167-
default = "0.19.2" # registryUrl: charts.external-secrets.io
167+
default = "0.20.1" # registryUrl: charts.external-secrets.io
168168
nullable = false
169169
}
170170

@@ -288,7 +288,7 @@ variable "reloader_image" {
288288
variable "reloader_image_version" {
289289
type = string
290290
description = "The version or digest for the reloader image to deploy. If changing the value, ensure it is compatible with the chart version set in reloader_chart_version."
291-
default = "v1.4.6-ubi@sha256:98403ed026af2eac04796f8e3d99530ed7f251a5d40b50ac172a008933338d48" # datasource: ghcr.io/stakater/reloader
291+
default = "v1.4.8-ubi@sha256:d87801fae5424f347d34b776ba25ea0c1ba80a8b50ba91ece0777206a47d91d3" # datasource: ghcr.io/stakater/reloader
292292
nullable = false
293293
validation {
294294
condition = can(regex("(^v\\d+\\.\\d+.\\d+(\\-\\w+)?(\\@sha256\\:\\w+){0,1})$", var.reloader_image_version))
@@ -306,7 +306,7 @@ variable "reloader_chart_location" {
306306
variable "reloader_chart_version" {
307307
type = string
308308
description = "The version of the Reloader Helm chart. Ensure that the chart version is compatible with the image version specified in reloader_image_version."
309-
default = "2.2.0" # registryUrl: stakater.github.io/stakater-charts
309+
default = "2.2.3" # registryUrl: stakater.github.io/stakater-charts
310310
nullable = false
311311
}
312312

tests/go.mod

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ module github.com/terraform-ibm-modules/terraform-ibm-external-secrets-operator
22

33
go 1.24.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
66

77
require (
8-
github.com/gruntwork-io/terratest v0.50.0
9-
github.com/stretchr/testify v1.10.0
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.0
8+
github.com/gruntwork-io/terratest v0.51.0
9+
github.com/stretchr/testify v1.11.1
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.6
1111
gopkg.in/yaml.v3 v3.0.1
12-
k8s.io/apimachinery v0.33.4
12+
k8s.io/apimachinery v0.34.1
1313
)
1414

1515
require (
@@ -19,7 +19,7 @@ require (
1919
github.com/IBM-Cloud/power-go-client v1.12.0 // indirect
2020
github.com/IBM/cloud-databases-go-sdk v0.8.0 // indirect
2121
github.com/IBM/go-sdk-core/v5 v5.21.0 // indirect
22-
github.com/IBM/platform-services-go-sdk v0.85.1 // indirect
22+
github.com/IBM/platform-services-go-sdk v0.86.1 // indirect
2323
github.com/IBM/project-go-sdk v0.3.6 // indirect
2424
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2525
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
@@ -70,9 +70,9 @@ require (
7070
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
7171
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
7272
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
73-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
73+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
7474
github.com/emirpasic/gods v1.18.1 // indirect
75-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
75+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
7676
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
7777
github.com/ghodss/yaml v1.0.0 // indirect
7878
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
@@ -97,11 +97,10 @@ require (
9797
github.com/go-sql-driver/mysql v1.8.1 // indirect
9898
github.com/gogo/protobuf v1.3.2 // indirect
9999
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
100-
github.com/golang/protobuf v1.5.4 // indirect
101-
github.com/google/gnostic-models v0.6.9 // indirect
100+
github.com/google/gnostic-models v0.7.0 // indirect
102101
github.com/google/go-cmp v0.7.0 // indirect
103102
github.com/google/uuid v1.6.0 // indirect
104-
github.com/gorilla/websocket v1.5.0 // indirect
103+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
105104
github.com/gruntwork-io/go-commons v0.8.0 // indirect
106105
github.com/hashicorp/errwrap v1.1.0 // indirect
107106
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -132,7 +131,7 @@ require (
132131
github.com/mitchellh/mapstructure v1.5.0 // indirect
133132
github.com/moby/spdystream v0.5.0 // indirect
134133
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
135-
github.com/modern-go/reflect2 v1.0.2 // indirect
134+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
136135
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
137136
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
138137
github.com/oklog/ulid v1.3.1 // indirect
@@ -144,7 +143,7 @@ require (
144143
github.com/russross/blackfriday/v2 v2.1.0 // indirect
145144
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
146145
github.com/skeema/knownhosts v1.3.1 // indirect
147-
github.com/spf13/pflag v1.0.5 // indirect
146+
github.com/spf13/pflag v1.0.6 // indirect
148147
github.com/stretchr/objx v0.5.2 // indirect
149148
github.com/tmccombs/hcl2json v0.6.4 // indirect
150149
github.com/ulikunitz/xz v0.5.11 // indirect
@@ -157,11 +156,13 @@ require (
157156
go.opentelemetry.io/otel v1.35.0 // indirect
158157
go.opentelemetry.io/otel/metric v1.35.0 // indirect
159158
go.opentelemetry.io/otel/trace v1.35.0 // indirect
159+
go.yaml.in/yaml/v2 v2.4.2 // indirect
160+
go.yaml.in/yaml/v3 v3.0.4 // indirect
160161
golang.org/x/crypto v0.41.0 // indirect
161162
golang.org/x/mod v0.26.0 // indirect
162163
golang.org/x/net v0.42.0 // indirect
163-
golang.org/x/oauth2 v0.24.0 // indirect
164-
golang.org/x/sync v0.16.0 // indirect
164+
golang.org/x/oauth2 v0.27.0 // indirect
165+
golang.org/x/sync v0.17.0 // indirect
165166
golang.org/x/sys v0.35.0 // indirect
166167
golang.org/x/term v0.34.0 // indirect
167168
golang.org/x/text v0.28.0 // indirect
@@ -172,13 +173,13 @@ require (
172173
gopkg.in/inf.v0 v0.9.1 // indirect
173174
gopkg.in/warnings.v0 v0.1.2 // indirect
174175
gopkg.in/yaml.v2 v2.4.0 // indirect
175-
k8s.io/api v0.32.2 // indirect
176-
k8s.io/client-go v0.32.2 // indirect
176+
k8s.io/api v0.34.0 // indirect
177+
k8s.io/client-go v0.34.0 // indirect
177178
k8s.io/klog/v2 v2.130.1 // indirect
178-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
179-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
180-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
179+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
180+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
181+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
181182
sigs.k8s.io/randfill v1.0.0 // indirect
182-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
183-
sigs.k8s.io/yaml v1.4.0 // indirect
183+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
184+
sigs.k8s.io/yaml v1.6.0 // indirect
184185
)

0 commit comments

Comments
 (0)