Skip to content

Commit 069060c

Browse files
authored
Merge pull request #2060 from slevenick/patch-1
Update feed test URI reference
2 parents 5fd6ae9 + 2525d6d commit 069060c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/octopusdeploy/feed.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "octopusdeploy_feed" "feed" {
22
name = "feedme"
33
feed_type = "Helm"
4-
feed_uri = "https://kubernetes-charts.storage.googleapis.com"
4+
feed_uri = "https://charts.helm.sh/stable"
55
username = "foo"
66
password = "bar"
77
enhanced_mode = false

0 commit comments

Comments
 (0)