Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
0a8dfd9e
Commit
0a8dfd9e
authored
Oct 27, 2020
by
Daniel Scholl
Browse files
Updated versions of KV and fully defined version for Keda
parent
365f0f12
Changes
2
Hide whitespace changes
Inline
Side-by-side
infra/templates/osdu-r3-mvp/service_resources/helm_keda.tf
View file @
0a8dfd9e
...
...
@@ -20,7 +20,7 @@ locals {
helm_keda_name
=
"keda"
helm_keda_ns
=
"keda"
helm_keda_repo
=
"https://kedacore.github.io/charts"
helm_keda_version
=
"1.4"
helm_keda_version
=
"1.4
.2
"
}
resource
"kubernetes_namespace"
"keda"
{
...
...
@@ -39,4 +39,4 @@ resource "helm_release" "keda" {
namespace
=
local
.
helm_keda_ns
depends_on
=
[
kubernetes_namespace
.
keda
]
}
\ No newline at end of file
}
infra/templates/osdu-r3-mvp/service_resources/helm_kv_csi.tf
View file @
0a8dfd9e
...
...
@@ -20,7 +20,7 @@ locals {
helm_kv_csi_name
=
"kvsecrets"
helm_kv_csi_ns
=
"kvsecrets"
helm_kv_csi_repo
=
"https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts"
helm_kv_csi_version
=
"0.0.
9
"
helm_kv_csi_version
=
"0.0.
13
"
}
resource
"kubernetes_namespace"
"kvsecrets"
{
...
...
@@ -44,4 +44,4 @@ resource "helm_release" "kvsecrets" {
}
depends_on
=
[
kubernetes_namespace
.
kvsecrets
]
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment