Skip to content

Commit 0376441

Browse files
authored
Merge branch 'main' into da_task_11723
2 parents 63cf787 + 78fe657 commit 0376441

File tree

5 files changed

+53
-53
lines changed

5 files changed

+53
-53
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ 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.17.0"` | 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.18.0"` | 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 |
@@ -525,13 +525,13 @@ You need the following permissions to run this module.
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.1.3"` | 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.1.4"` | 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.2-ubi@sha256:e80c47260ed11f44a3b81331486f218955c4e36e82aa121d3bfdbfcab28b2055"` | 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.4-ubi@sha256:241bf7d42758ca958cc5a8ddecd2b1ba60c4625cc318802144820307221ea3e5"` | 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 |

tests/go.mod

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

33
go 1.24.0
44

5-
toolchain go1.24.3
5+
toolchain go1.24.4
66

77
require (
8-
github.com/gruntwork-io/terratest v0.49.0
8+
github.com/gruntwork-io/terratest v0.50.0
99
github.com/stretchr/testify v1.10.0
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.51.1
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.0
1111
gopkg.in/yaml.v3 v3.0.1
12-
k8s.io/apimachinery v0.33.1
12+
k8s.io/apimachinery v0.33.2
1313
)
1414

1515
require (
1616
dario.cat/mergo v1.0.0 // indirect
1717
filippo.io/edwards25519 v1.1.0 // indirect
1818
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
1919
github.com/IBM-Cloud/power-go-client v1.11.0 // indirect
20-
github.com/IBM/cloud-databases-go-sdk v0.7.1 // indirect
21-
github.com/IBM/go-sdk-core/v5 v5.19.1 // indirect
22-
github.com/IBM/platform-services-go-sdk v0.82.0 // indirect
20+
github.com/IBM/cloud-databases-go-sdk v0.8.0 // indirect
21+
github.com/IBM/go-sdk-core/v5 v5.20.1 // indirect
22+
github.com/IBM/platform-services-go-sdk v0.83.2 // 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
@@ -73,12 +73,12 @@ require (
7373
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
7474
github.com/emirpasic/gods v1.18.1 // indirect
7575
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
76-
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
76+
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
7979
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
8080
github.com/go-git/go-billy/v5 v5.6.2 // indirect
81-
github.com/go-git/go-git/v5 v5.16.0 // indirect
81+
github.com/go-git/go-git/v5 v5.16.2 // indirect
8282
github.com/go-logr/logr v1.4.2 // indirect
8383
github.com/go-logr/stdr v1.2.2 // indirect
8484
github.com/go-openapi/analysis v0.21.5 // indirect
@@ -151,20 +151,20 @@ require (
151151
github.com/x448/float16 v0.8.4 // indirect
152152
github.com/xanzy/ssh-agent v0.3.3 // indirect
153153
github.com/zclconf/go-cty v1.16.2 // indirect
154-
go.mongodb.org/mongo-driver v1.17.2 // indirect
154+
go.mongodb.org/mongo-driver v1.17.3 // indirect
155155
go.opentelemetry.io/otel v1.29.0 // indirect
156156
go.opentelemetry.io/otel/metric v1.29.0 // indirect
157157
go.opentelemetry.io/otel/trace v1.29.0 // indirect
158-
golang.org/x/crypto v0.38.0 // indirect
159-
golang.org/x/mod v0.21.0 // indirect
160-
golang.org/x/net v0.39.0 // indirect
158+
golang.org/x/crypto v0.39.0 // indirect
159+
golang.org/x/mod v0.25.0 // indirect
160+
golang.org/x/net v0.41.0 // indirect
161161
golang.org/x/oauth2 v0.24.0 // indirect
162-
golang.org/x/sync v0.14.0 // indirect
162+
golang.org/x/sync v0.15.0 // indirect
163163
golang.org/x/sys v0.33.0 // indirect
164164
golang.org/x/term v0.32.0 // indirect
165-
golang.org/x/text v0.25.0 // indirect
165+
golang.org/x/text v0.26.0 // indirect
166166
golang.org/x/time v0.9.0 // indirect
167-
golang.org/x/tools v0.26.0 // indirect
167+
golang.org/x/tools v0.33.0 // indirect
168168
google.golang.org/protobuf v1.36.5 // indirect
169169
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
170170
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)