jasine
7ce6cc88d8
feat: add namespace overrides ( #10539 )
...
* feat: add namespace overrides
* add value in readme
* fix: readme description
* fix: description in value
* fix: set max length and trim last "-"
2023-10-24 19:53:46 +02:00
Matt Clegg
b9d8bb406c
DOCS Remove support for running Both ( #10255 )
2023-10-12 19:51:40 +02:00
Marco Ebert
0b0ce031ac
Chart: Rework network policies. ( #10238 )
2023-09-24 08:02:57 -07:00
Marco Ebert
8f54b538d9
DaemonSet: Implement OpenTelemetry resources. ( #10409 )
2023-09-12 23:02:14 -07:00
František Hána
06c64bf567
helm: add resources to opentelemetry init container ( #10300 )
2023-09-11 19:36:12 -07:00
Marco Ebert
2d03da6334
Deployment/DaemonSet: Fix templating & value. ( #10240 )
2023-09-10 07:20:09 -07:00
Marco Ebert
4869c8b462
Deployment/DaemonSet: Template topologySpreadConstraints
. ( #10259 )
2023-09-10 05:38:10 -07:00
Matt Clegg
c9ca168364
BUGFIX incorrect indentation ( #10254 )
...
Error: Failed to render chart: exit status 1: Error: YAML parse error on ingress-nginx/templates/controller-serviceaccount.yaml: error converting YAML to JSON: yaml: line 14: mapping values are not allowed in this context
Use --debug flag to render out invalid YAML
Error: plugin "diff" exited with error
2023-09-04 23:57:51 -07:00
Kazuki Suda
e17927ba52
helm: Use .Release.Namespace as default for ServiceMonitor namespace ( #10249 )
...
Signed-off-by: Kazuki Suda <kazuki.suda@gmail.com>
2023-08-11 07:09:27 -07:00
Ehsan Saei
3baa591bb5
promote distroless otel init image ( #10257 )
2023-08-02 03:34:49 -07:00
Jan-Otto Kröpke
afd1311f85
[helm] configure allow to configure hostAliases ( #10180 )
...
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
2023-07-28 04:41:56 -07:00
Ricardo Katz
c5f348ea2e
Implement annotation validation ( #9673 )
...
* Add validation to all annotations
* Add annotation validation for fcgi
* Fix reviews and fcgi e2e
* Add flag to disable cross namespace validation
* Add risk, flag for validation, tests
* Add missing formating
* Enable validation by default on tests
* Test validation flag
* remove ajp from list
* Finalize validation changes
* Add validations to CI
* Update helm docs
* Fix code review
* Use a better name for annotation risk
2023-07-21 20:32:07 -07:00
Jan-Otto Kröpke
a297cedb7a
[helm] pass service annotations through helm tpl engine ( #10084 )
...
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
2023-07-20 11:00:10 -07:00
amirschw
1dd8d0cfd7
Ignore deployment template's replicas if KEDA is enabled ( #9534 )
2023-07-20 10:34:11 -07:00
kylekluever
8b24fc98d2
Fix loadBalancerClass value ( #10139 )
2023-06-27 05:42:32 -07:00
LucasBoisserie
0b4c98b7c3
feat(helm): Add loadBalancerClass ( #9562 )
2023-06-22 07:59:40 -07:00
Ehsan Saei
436df32c2c
add distroless otel init ( #10035 )
...
add distroless otel init
2023-06-12 03:47:48 -07:00
Micah Huber
051aa6d40d
add support for keda fallback settings ( #9993 )
2023-06-11 11:51:46 -07:00
Long Wu Yuan
7d27f39953
ensured hpa mem spec before cpu spec ( #10043 )
2023-06-05 08:07:27 -07:00
Peter Jakubis
df0be089d2
PodDisruptionBudget spec logic update ( #9904 )
...
Signed-off-by: Peter Jakubis <balonik32@gmail.com>
2023-05-25 10:26:53 -07:00
Federico Cuello
8c7981bfa2
helm: Fix opentelemetry module installation for daemonset ( #9792 )
...
* fix: opentelemetry module for controller-daemonset
* fix: Align controller-daemonset with controller-deployment
* Fix typo in github/workflows/ci
2023-05-22 07:42:34 -07:00
Marco Ebert
06612e6ffd
HPA: Use capabilites & align manifests. ( #9521 )
2023-05-11 09:37:03 -07:00
vkanelov
f18826b73e
add option for annotations in PodDisruptionBudget ( #9843 )
...
add option for annotations in PodDisruptionBudget
2023-05-10 14:39:14 -07:00
Jan-Otto Kröpke
d8f54420a4
[helm] Support custom port configuration for internal service ( #9846 )
...
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
2023-05-01 08:18:19 -07:00
plynch-magnolia
01d2646538
Adding resource type to default HPA configuration to resolve issues with Terraform helm chart usage ( #9803 )
2023-04-24 08:33:02 -07:00
Taehyun Kim
e3c9382fc9
fix: controller psp's volume config ( #9740 )
...
* fix: controller psp's volume config
* revert chart version
2023-03-21 06:41:08 -07:00
Adam Jacques
00bfb2e84a
Fix several Helm YAML issues with extraModules and extraInitContainers ( #9709 )
...
* Fix indention issue for DaemonSets when using extraModules and extraInitContainers
* Improve documentation
* Unify and fix templating
* Enable support for the opentelemetry from values.yaml
2023-03-21 06:37:08 -07:00
Marco Ebert
58e5a2c01f
Chart: Drop controller.headers
, rework DH param secret. ( #9659 )
2023-03-16 18:39:16 -07:00
Marco Ebert
47eb3a17fd
Deployment/DaemonSet: Label pods using ingress-nginx.labels
. ( #9732 )
2023-03-14 06:44:17 -07:00
Do Hoang Khiem
e2d076c4fc
HPA: autoscaling/v2beta1 deprecated, bump apiVersion to v2 for defaultBackend ( #9731 )
2023-03-14 04:32:18 -07:00
James Strong
01c9a2bf25
Revert Implement pathType validation ( #9511 ) ( #9607 )
...
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-02-12 22:57:29 -08:00
James Strong
7d1c47ab54
Switch logic on path type validation and setting it to false ( #9543 )
...
* update path type validation to be false and update e2e test scripts
Signed-off-by: James Strong <strong.james.e@gmail.com>
* update to make tests clear
Signed-off-by: James Strong <strong.james.e@gmail.com>
* update test params
Signed-off-by: James Strong <strong.james.e@gmail.com>
* Adding else per pr comments
Signed-off-by: James Strong <james.strong@chainguard.dev>
---------
Signed-off-by: James Strong <strong.james.e@gmail.com>
Signed-off-by: James Strong <james.strong@chainguard.dev>
2023-01-31 17:09:06 -08:00
Ricardo Katz
da98c744b9
Implement pathType validation ( #9511 )
2023-01-16 23:51:23 -03:00
Tomas Hulata
5b2a9475dc
feat: support topology aware hints ( #9165 )
...
* support topology aware hints
Signed-off-by: tombokombo <tombo@sysart.tech>
* add flag to enable topology and fixes
Signed-off-by: tombokombo <tombo@sysart.tech>
* update readme
Signed-off-by: tombokombo <tombo@sysart.tech>
* add e2e test
Signed-off-by: tombokombo <tombo@sysart.tech>
* isolate topology test
Signed-off-by: tombokombo <tombo@sysart.tech>
* gofmt fix
Signed-off-by: tombokombo <tombo@sysart.tech>
Signed-off-by: tombokombo <tombo@sysart.tech>
2023-01-15 18:46:50 -08:00
yutachaos
bbf7c79f96
Add update updateStrategy and minReadySeconds for defaultBackend ( #8506 )
...
* Add update updateStrategy and minReadySeconds for defaultBackend
* Bump chart
* Fixed docs helm-docs version
2023-01-08 14:37:27 -08:00
Marco Ebert
5b0403314c
Admission Webhooks/Job: Add NetworkPolicy
. ( #9218 )
2023-01-08 13:59:28 -08:00
Jan-Otto Kröpke
d7674e4323
feat(helm): Optionally use cert-manager instead admission patch ( #9279 )
2022-12-07 04:16:38 -08:00
Ehsan Saei
3474c33e15
update OpenTelemetry image ( #9308 )
...
* update OpenTelemetry image
* review comment
* helm-docs
* clean
2022-12-05 00:55:02 -08:00
Sjouke de Vries
27ffeeb18f
fix(hpa): deprecated api version, bump to v2 ( #9348 )
...
* fix(hpa): deprecated api version, bump to v2
* chore(hpa): abstract hpa apiVersion to helm value
* feat(hpa): add controller.autoscaling.apiVersion docs in README
* docs(hpa): quotes around apiVersion string type
* chore(hpa): run helm-docs in repo
* chore(hpa): remove local helm-docs module install and output
* docs(helm): add hpa controller.autoscaling.apiVersion description
* docs(hpa): remove autoscaling.apiVersion description as it fails ci
2022-12-04 11:35:56 -08:00
aimuz
b34f6ef324
remove the configmap related permissions ( #9310 )
...
ref: https://github.com/kubernetes/ingress-nginx/pull/8921
We have used the Lease API for selection
Signed-off-by: aimuz <mr.imuz@gmail.com>
Signed-off-by: aimuz <mr.imuz@gmail.com>
2022-11-23 17:38:03 -08:00
Michael Wittig
69a811dde9
fix broken annotation yaml ( #9243 )
2022-11-10 05:48:56 -08:00
Marco Ebert
170af7be88
PDB: Add maxUnavailable
. ( #9278 )
2022-11-10 03:20:54 -08:00
pellmont
726d7e6239
add containerSecurityContext to extraModules init containers (kubernetes#9016) ( #9242 )
2022-11-10 02:38:54 -08:00
Njegos Railic
4d4358f673
Adding support for disabling liveness and readiness probes in the Helm chart ( #9238 )
2022-11-08 06:44:25 -08:00
Youssef Bel Mekki
ac1a3363bd
add:(admission-webhooks) ability to set securityContext for job-containers createSecret and patchWebhook ( #9186 )
...
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
2022-10-25 14:14:36 -07:00
FutureMatt
249780737c
#7652 - Updated Helm chart to use the fullname for the electionID if not specified. ( #9133 )
...
* Automatically generate electionID from the fullname or use the set value.
* Updated the chart readme to include the new empty default.
* Rebuilt the Helm readme with helm-docs.
2022-10-13 07:37:01 -07:00
Marco Ebert
83aa9e472f
Rename controller-wehbooks-networkpolicy.yaml -> controller-webhooks-networkpolicy.yaml. ( #9123 )
2022-10-05 09:14:05 -07:00
Matt Lauber
dacb8da058
Fix yaml formatting error with multiple annotations ( #9104 )
...
When using multiple values for the `serviceAccount.annotations` values, the first line ends up indented 2 further than the following lines, resulting in a invalid yaml
2022-09-30 08:06:29 -07:00
James Strong
8f18c0f973
Merge pull request #9046 from anders-swanson/revert-8665-metrics-port-name
...
Parameterize metrics port name
2022-09-30 11:04:00 -04:00
Ehsan Saei
1a078af307
fix chroot module mount path ( #9090 )
2022-09-28 14:02:30 -07:00