Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-wdps-eks
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-wdps-eks
Commits
aaea1537
Commit
aaea1537
authored
Oct 17, 2022
by
Jose Ernesto Suarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgraded elastic
parent
8ed18455
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
apps.tf
apps.tf
+2
-1
locals.tf
locals.tf
+2
-2
No files found.
apps.tf
View file @
aaea1537
...
...
@@ -9,6 +9,7 @@ resource "helm_release" "app" {
version
=
each
.
value
[
"version"
]
namespace
=
each
.
value
[
"namespace"
]
create_namespace
=
true
timeout
=
1000
max_history
=
each
.
value
[
"max_history"
]
...
...
locals.tf
View file @
aaea1537
...
...
@@ -129,7 +129,7 @@ locals {
namespace
=
"elasticsearch"
chart
=
"elasticsearch"
repository
=
"https://helm.elastic.co"
version
=
"7.1
5.0
"
version
=
"7.1
7.1
"
max_history
=
3
,
force
=
true
,
values
=
{
...
...
@@ -143,7 +143,7 @@ locals {
namespace
=
"elasticsearch"
chart
=
"kibana"
repository
=
"https://helm.elastic.co"
version
=
"7.1
5.0
"
version
=
"7.1
7.1
"
max_history
=
3
,
force
=
true
,
values
=
{
...
...
Write
Preview
Markdown
is supported
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