Skip to content

Commit 061512c

Browse files
chore(deps): update oboukili/argocd requirement from ~> 4 to ~> 6 in /examples/kind (#1028)
* chore(deps): update oboukili/argocd requirement from ~> 4 to ~> 6 Updates the requirements on [oboukili/argocd](https://github.com/oboukili/terraform-provider-argocd) to permit the latest version. - [Release notes](https://github.com/oboukili/terraform-provider-argocd/releases) - [Changelog](https://github.com/oboukili/terraform-provider-argocd/blob/master/.goreleaser.yml) - [Commits](argoproj-labs/terraform-provider-argocd@v4.0.0...v6.0.2) --- updated-dependencies: - dependency-name: oboukili/argocd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): update main.tf to make the argocd provider block compatible --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com>
1 parent f3937f0 commit 061512c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

examples/kind/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ provider "helm" {
2020
}
2121

2222
provider "argocd" {
23-
server_addr = "127.0.0.1:8080"
2423
auth_token = module.argocd_bootstrap.argocd_auth_token
24+
port_forward_with_namespace = module.argocd_bootstrap.argocd_namespace
2525
insecure = true
2626
plain_text = true
27-
port_forward = true
28-
port_forward_with_namespace = module.argocd_bootstrap.argocd_namespace
2927
kubernetes {
3028
host = module.kind.parsed_kubeconfig.host
3129
client_certificate = module.kind.parsed_kubeconfig.client_certificate

examples/kind/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
}
1111
argocd = {
1212
source = "oboukili/argocd"
13-
version = "~> 4"
13+
version = "~> 6"
1414
}
1515
keycloak = {
1616
source = "mrparkers/keycloak"

0 commit comments

Comments
 (0)