Skip to content

Commit

Permalink
Update to version 2.16.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 authored Sep 26, 2023
1 parent 1b3753c commit ad1788e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/terrakube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.8.3
version: 3.9.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.15.3"
appVersion: "2.16.0"

dependencies:
- name: minio
Expand Down
5 changes: 5 additions & 0 deletions charts/terrakube/templates/secrets-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,10 @@ stringData:

#Custom terraform releases url
CustomTerraformReleasesUrl : '{{ .Values.api.terraformReleasesUrl }}'
ModuleCacheMaxTotal: '{{ .Values.api.cache.moduleCacheMaxTotal }}'
ModuleCacheMaxIdle: '{{ .Values.api.cache.moduleCacheMaxIdle }}'
ModuleCacheMinIdle: '{{ .Values.api.cache.moduleCacheMinIdle }}'
ModuleCacheTimeout: '{{ .Values.api.cache.moduleCacheTimeout }}'
ModuleCacheSchedule: '{{ .Values.api.cache.moduleCacheSchedule }}'

{{ end }}
7 changes: 7 additions & 0 deletions charts/terrakube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ api:
defaultDatabase: true
loadSampleData: true
terraformReleasesUrl: "https://releases.hashicorp.com/terraform/index.json"
cache:
moduleCacheMaxTotal: "128"
moduleCacheMaxIdle: "128"
moduleCacheMinIdle: "64"
moduleCacheTimeout: "600000"
moduleCacheSchedule: "0 */3 * ? * *"
properties:
databaseType: "POSTGRESQL"
databaseHostname: ""
Expand All @@ -174,6 +180,7 @@ api:
databaseSslMode: "disable"
databasePort: "3306"


## The database port is only used for mysql databases

## SslMode values are disable, allow, prefer, require, verify-ca, verify-full. Default mode is "disable".
Expand Down

0 comments on commit ad1788e

Please sign in to comment.