File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ apiVersion: v2
22name : issuer
33description : Chart holder for ArgoCD
44type : application
5- version : 1.6.54
5+ version : 1.6.55
66appVersion : " v1.0.12"
77dependencies :
88 - name : dome-issuer
99 condition : dome-issuer.enabled
1010 repository : https://in2workspace.github.io/helm-charts
11- version : 1.5.22
11+ version : 1.5.26
Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ dome-issuer:
1919 # Overrides the image tag whose default is the chart appVersion.
2020 tag : v2.2.17
2121 pullPolicy : Always
22+ resources :
23+ requests :
24+ cpu : 50m
25+ memory : 640Mi
26+ limits :
27+ cpu : 500m
28+ memory : 896Mi
2229 ingressIssuerApi :
2330 enabled : true
2431 className : nginx
@@ -140,6 +147,13 @@ dome-issuer:
140147 # Overrides the image tag whose default is the chart appVersion.
141148 tag : v2.1.14
142149 pullPolicy : Always
150+ resources :
151+ requests :
152+ cpu : 10m
153+ memory : 32Mi
154+ limits :
155+ cpu : 100m
156+ memory : 64Mi
143157 app :
144158 themeName : " dome-theme"
145159 assets :
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ apiVersion: v2
22name : keycloak
33description : Helm Chart Umbrella for Keycloak and PostgreSQL
44type : application
5- version : 1.0.31
5+ version : 1.0.32
66appVersion : " v1.0.0"
77
88dependencies :
99 - name : keycloak
1010 repository : https://in2workspace.github.io/helm-charts
11- version : 1.0.13
11+ version : 1.0.14
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ keycloak:
44 pullPolicy : Always
55 # Overrides the image tag whose default is the chart appVersion.
66 tag : v1.1.1
7+ resources :
8+ requests :
9+ cpu : 100m
10+ memory : 3Gi
11+ limits :
12+ cpu : 1000m
13+ memory : 6Gi
714
815 fullnameOverride : keycloak
916 nameOverride : keycloak
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : vault
33description : A Helm chart for Kubernetes to deploy Hashicorp Vault
44type : application
5- version : 1.1.4
5+ version : 1.1.5
66appVersion : 1.16.3
77dependencies :
88 - name : vault
Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ vault:
1919 repository : bitnamilegacy/vault
2020 tag : 1.16.3-debian-12-r1
2121 pullPolicy : IfNotPresent
22+ resources :
23+ requests :
24+ cpu : " 100m"
25+ memory : " 128Mi"
26+ limits :
27+ cpu : " 200m"
28+ memory : " 256Mi"
2229 global :
2330 security :
2431 allowInsecureImages : true
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ apiVersion: v2
22name : wallet
33description : Chart holder for ArgoCD
44type : application
5- version : 1.3.33
5+ version : 1.3.34
66appVersion : " v0.0.4"
77dependencies :
88 - name : dome-wallet
99 condition : dome-wallet.enabled
1010 repository : https://in2workspace.github.io/helm-charts
11- version : 1.4.22
11+ version : 1.4.23
Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ dome-wallet:
2020 # Overrides the image tag whose default is the chart appVersion.
2121 tag : v2.0.7
2222 pullPolicy : Always
23+ resources :
24+ requests :
25+ cpu : 50m
26+ memory : 600Mi
27+ limits :
28+ cpu : 500m
29+ memory : 768Mi
2330 # # deployment specific configuration
2431 app :
2532 logLevel : INFO
@@ -83,6 +90,13 @@ dome-wallet:
8390 pullPolicy : Always
8491 # Overrides the image tag whose default is the chart appVersion.
8592 tag : v2.0.14
93+ resources :
94+ requests :
95+ cpu : " 10m"
96+ memory : " 32Mi"
97+ limits :
98+ cpu : " 100m"
99+ memory : " 64Mi"
86100 # # deployment specific configuration
87101 app :
88102 logsEnabled : true
You can’t perform that action at this time.
0 commit comments