Upgrade drone server to latest
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# helm_release.drone_runner will be updated in-place
~ resource "helm_release" "drone_runner" {
id = "runner"
name = "runner"
~ version = "0.1.8" -> "0.6.0"
# (26 unchanged attributes hidden)
set_sensitive {
# At least one attribute in this block is (or was) sensitive,
# so its contents will not be displayed.
}
}
Plan: 0 to add, 1 to change, 0 to destroy.
This commit is contained in:
1
drone.tf
1
drone.tf
@@ -3,6 +3,7 @@ resource "helm_release" "drone_server" {
|
|||||||
name = "drone"
|
name = "drone"
|
||||||
chart = "drone"
|
chart = "drone"
|
||||||
repository = "https://charts.drone.io"
|
repository = "https://charts.drone.io"
|
||||||
|
version = "0.6.4"
|
||||||
namespace = kubernetes_namespace.server.metadata.0.name
|
namespace = kubernetes_namespace.server.metadata.0.name
|
||||||
create_namespace = false
|
create_namespace = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user