Skip to content

Commit

Permalink
chore(deps): update oboukili/argocd requirement from ~> 4 to ~> 6 in …
Browse files Browse the repository at this point in the history
…/examples/kind (camptocamp#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] <[email protected]>

* chore(deps): update main.tf to make the argocd provider block compatible

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gonçalo Heleno <[email protected]>
  • Loading branch information
dependabot[bot] and lentidas authored Aug 10, 2023
1 parent f3937f0 commit 061512c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions examples/kind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ provider "helm" {
}

provider "argocd" {
server_addr = "127.0.0.1:8080"
auth_token = module.argocd_bootstrap.argocd_auth_token
port_forward_with_namespace = module.argocd_bootstrap.argocd_namespace
insecure = true
plain_text = true
port_forward = true
port_forward_with_namespace = module.argocd_bootstrap.argocd_namespace
kubernetes {
host = module.kind.parsed_kubeconfig.host
client_certificate = module.kind.parsed_kubeconfig.client_certificate
Expand Down
2 changes: 1 addition & 1 deletion examples/kind/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
argocd = {
source = "oboukili/argocd"
version = "~> 4"
version = "~> 6"
}
keycloak = {
source = "mrparkers/keycloak"
Expand Down

0 comments on commit 061512c

Please sign in to comment.