terraform-providers.helm: 1.2.2 -> 1.3.2
This commit is contained in:
parent
4377259a93
commit
2aca345a59
@ -85,17 +85,6 @@ let
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
# providers that were moved to the `hashicorp` organization,
|
|
||||||
# but haven't updated their references yet:
|
|
||||||
|
|
||||||
# https://github.com/hashicorp/terraform-provider-helm/pull/522
|
|
||||||
helm = automated-providers.helm.overrideAttrs (attrs: {
|
|
||||||
prePatch = attrs.prePatch or "" + ''
|
|
||||||
substituteInPlace go.mod --replace terraform-providers/terraform-provider-helm hashicorp/terraform-provider-helm
|
|
||||||
substituteInPlace main.go --replace terraform-providers/terraform-provider-helm hashicorp/terraform-provider-helm
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
# Packages that don't fit the default model
|
# Packages that don't fit the default model
|
||||||
ansible = callPackage ./ansible {};
|
ansible = callPackage ./ansible {};
|
||||||
cloudfoundry = callPackage ./cloudfoundry {};
|
cloudfoundry = callPackage ./cloudfoundry {};
|
||||||
|
@ -382,9 +382,10 @@
|
|||||||
"owner": "hashicorp",
|
"owner": "hashicorp",
|
||||||
"provider-source-address": "registry.terraform.io/hashicorp/helm",
|
"provider-source-address": "registry.terraform.io/hashicorp/helm",
|
||||||
"repo": "terraform-provider-helm",
|
"repo": "terraform-provider-helm",
|
||||||
"rev": "v1.2.2",
|
"rev": "v1.3.2",
|
||||||
"sha256": "1hjlf0pzc9jkcvqi52kvqwmd8v0cvnhhcbahzxmv0zkdwh310c12",
|
"sha256": "0mpbf03483jqrwd9cx4pdn2pcv4swfs5nbp021gaqr0jf1w970x6",
|
||||||
"version": "1.2.2"
|
"vendorSha256": null,
|
||||||
|
"version": "1.3.2"
|
||||||
},
|
},
|
||||||
"heroku": {
|
"heroku": {
|
||||||
"owner": "terraform-providers",
|
"owner": "terraform-providers",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user