Commit Graph
100 Commits
Author SHA1 Message Date
volker.raschek 6c683afcc6 chore(license): publish nder the MIT license
Helm / helm-lint (push) Successful in 12s
Helm / helm-unittest (push) Successful in 17s
2025-06-03 20:00:14 +02:00
volker.raschek cb548921a6 test(deployment): notExists annotations
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (push) Successful in 25s
2025-05-29 12:25:42 +02:00
volker.raschek 46bceb7e4d fix(chart): remove kubernetes version limitation
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (push) Successful in 22s
The kubernetes version limitation is incompatible with the custom AWS EKS
version pattern. For this reason, some AWS EKS installation needs to adapt the
Chart manually to get it running. To avoid this circumstance, the kubernetes
version limitation has been removed.
2025-05-29 11:27:42 +02:00
volker.raschek 3c8fb86231 fix(deployment): define annotations to automatically roll deployments
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 27s
Release / publish-chart (push) Successful in 7s
The following patch extends the chart to automatically roll the deployment, when
one of the configurations, stored in a config map or secret, has been changed.

The implementation add annotations which triggers `helm update` or ArgoCD to
roll the deployment. Further information can be found on the official helm
website:

  https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
2025-05-29 11:22:05 +02:00
volker.raschek 0cf63593e9 revert: automatically roll deployments
The annotations must be defined as part of the Pod and not the Deployment.
2025-05-29 11:13:46 +02:00
volker.raschek 81fb535128 feat: automatically roll deployments
Helm / helm-lint (push) Successful in 25s
Helm / helm-unittest (push) Successful in 24s
Release / publish-chart (push) Successful in 26s
The following patch extends the chart to automatically roll the deployment, when
one of the configurations, stored in a config map or secret, has been changed.

The implementation add annotations which triggers `helm update` or ArgoCD to
roll the deployment. Further information can be found on the official helm
website:

  https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
2025-05-29 11:01:13 +02:00
volker.raschek 1ebde5500d chore(renovate): merge library/node packages
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (push) Successful in 22s
2025-05-27 22:54:45 +02:00
volker.raschek 99ac3e0b6b docs(README): be compliant with markdownlint MD044
Generate README / generate-parameters (push) Successful in 9s
Helm / helm-unittest (push) Successful in 16s
Markdown linter / markdown-link-checker (push) Successful in 11s
Helm / helm-lint (push) Successful in 22s
Markdown linter / markdown-lint (push) Successful in 28s
2025-05-27 22:21:43 +02:00
volker.raschek 3cea56ef58 docs(README): remove drone badge
Generate README / generate-parameters (push) Successful in 14s
Helm / helm-unittest (push) Successful in 14s
Markdown linter / markdown-link-checker (push) Successful in 10s
Helm / helm-lint (push) Successful in 25s
Markdown linter / markdown-lint (push) Failing after 39s
2025-05-27 16:53:40 +02:00
volker.raschek 19d683d712 style: avoid control operator of toYaml
Helm / helm-lint (push) Successful in 15s
Helm / helm-unittest (push) Successful in 16s
2025-04-26 22:59:11 +02:00
volker.raschek 3dcb8173e3 chore(renovate): use configuration preset
Helm / helm-lint (push) Successful in 16s
Helm / helm-unittest (push) Successful in 18s
2025-03-30 22:53:14 +02:00
volker.raschek 74ef3835f4 docs(README): hint of CPU limit lower than 1000m
Generate README / generate-parameters (push) Successful in 41s
Helm / helm-lint (push) Successful in 17s
Helm / helm-unittest (push) Successful in 18s
Markdown linter / markdown-link-checker (push) Successful in 34s
Markdown linter / markdown-lint (push) Successful in 29s
2025-02-15 18:06:36 +01:00
volker.raschek 9275bca045 chore(renovate): automerge lockFileMaintenance
Helm / helm-lint (push) Successful in 15s
Helm / helm-unittest (push) Successful in 16s
2025-02-14 18:27:22 +01:00
volker.raschek a33f92e63d test(deployment): typo of RollingUpdate
Helm / helm-lint (push) Successful in 51s
Helm / helm-unittest (push) Successful in 18s
2025-02-14 18:04:58 +01:00
volker.raschek db3fbb9497 doc(README): adapt description of network policy section
Generate README / generate-parameters (push) Successful in 30s
Helm / helm-lint (push) Successful in 16s
Helm / helm-unittest (push) Failing after 17s
Markdown linter / markdown-link-checker (push) Successful in 32s
Markdown linter / markdown-lint (push) Successful in 28s
Release / publish-chart (push) Successful in 20s
2025-02-14 17:55:34 +01:00
volker.raschek a3038a75c8 feat(networkPolicies): template custom network policies
Generate README / generate-parameters (push) Successful in 31s
Helm / helm-lint (push) Successful in 16s
Helm / helm-unittest (push) Failing after 18s
Markdown linter / markdown-link-checker (push) Successful in 33s
Markdown linter / markdown-lint (push) Successful in 31s
2025-02-14 17:51:04 +01:00
volker.raschek c7a07eb7d1 chore(renovate): update renovate configuration
Helm / helm-lint (push) Successful in 16s
Helm / helm-unittest (push) Successful in 17s
2025-02-13 22:48:39 +01:00
volker.raschek 8c2665fdc6 chore(renovate): add lockFileMaintenance
Helm / helm-lint (push) Successful in 17s
Helm / helm-unittest (push) Successful in 18s
2025-02-02 18:51:25 +01:00
volker.raschek f87d417e73 doc(README): typo
Generate README / generate-parameters (push) Successful in 28s
Helm / helm-lint (push) Successful in 15s
Helm / helm-unittest (push) Successful in 18s
Markdown linter / markdown-link-checker (push) Successful in 33s
Markdown linter / markdown-lint (push) Successful in 28s
2025-01-19 22:06:27 +01:00
volker.raschek fb218484d0 fix(deployment): add missing rolling release strategy
Generate README / generate-parameters (push) Successful in 28s
Helm / helm-lint (push) Successful in 16s
Helm / helm-unittest (push) Successful in 18s
Markdown linter / markdown-link-checker (push) Successful in 30s
Release / publish-chart (push) Successful in 20s
Markdown linter / markdown-lint (push) Successful in 26s
2025-01-19 21:45:16 +01:00
volker.raschek b29f79370c doc(values): add missing dot
Generate README / generate-parameters (push) Successful in 42s
Helm / helm-lint (push) Successful in 18s
Helm / helm-unittest (push) Successful in 19s
2025-01-19 21:39:56 +01:00
volker.raschek 814dd01995 fix(ci): run on all branches
Helm / helm-lint (push) Successful in 27s
Helm / helm-unittest (push) Successful in 17s
2025-01-19 21:22:54 +01:00
volker.raschek 90d48f8450 fix(renovate): adapt configuration to update README 2025-01-15 22:09:05 +01:00
volker.raschek ad69f02f8f fix(deployment): set resourceFieldRef.divisor
Release / publish-chart (push) Successful in 28s
2025-01-15 21:13:30 +01:00
volker.raschek 2958540cf7 fix(renovate): add automerge of public container images 2025-01-14 22:36:18 +01:00
volker.raschek b0a16dc214 fix(renovate): remove droneci config 2025-01-14 22:28:19 +01:00
volker.raschek 2a04fb1966 fix(deployment): automatically set GOMAXPROCS 2025-01-14 22:26:28 +01:00
volker.raschek fcf64a215d fix(renovate): adapt automerge config 2025-01-12 22:57:59 +01:00
volker.raschek 2b6f0dbda4 fix(renovate): adapt configuration 2025-01-12 18:13:25 +01:00
volker.raschek 93884a4f51 chore(ci): install npm 2025-01-12 16:55:02 +01:00
volker.raschek 42ca0a7370 chore(ci): typo in vi variable
Release / publish-chart (push) Successful in 17s
2025-01-12 16:43:50 +01:00
volker.raschek a4875f9488 chore(ci): replace drone-ci with act
Release / publish-chart (push) Failing after 14s
2025-01-12 16:40:07 +01:00
volker.raschek a976273cbc fix(drone): disable release pipeline
continuous-integration/drone/push Build is passing
2025-01-12 15:27:12 +01:00
volker.raschek 4a4650cdc2 fix(Makefile): remove markdownlink-check target
continuous-integration/drone/push Build is passing
2025-01-04 22:28:02 +01:00
volker.raschek b73455b657 doc(values): add affinity example
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-01-04 21:54:50 +01:00
volker.raschek f59f6aa94d doc(README): update parameters
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2024-12-06 23:58:57 +01:00
volker.raschek ce4065bda8 fix(deployment): template affinity
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2024-12-06 23:57:09 +01:00
volker.raschek 1581617daf fix(deployment): number of replicas 2024-12-06 23:45:36 +01:00
volker.raschek a3e4c0c0e7 core(renovate): use packageNameTemplate
continuous-integration/drone/push Build is passing
2024-12-05 23:24:59 +01:00
volker.raschek 2e8bc16f1e core(renovate): update regexp
continuous-integration/drone/push Build is passing
2024-12-05 23:18:47 +01:00
volker.raschek a07c602c44 core(renocate): use gitea-tags
continuous-integration/drone/push Build is passing
2024-12-05 22:36:21 +01:00
volker.raschek b96736bc69 core(renovate): use lookupNameTemplate
continuous-integration/drone/push Build is passing
2024-12-05 22:31:53 +01:00
volker.raschek 4cd6988b38 core(renovate): update config
continuous-integration/drone/push Build is passing
2024-12-05 22:19:07 +01:00
volker.raschek b5fc1b7575 doc(values): remove obsolete line
continuous-integration/drone/push Build is passing
2024-12-03 09:48:30 +01:00
volker.raschek 316b9b236b doc(README): apply proper names
continuous-integration/drone/push Build is passing
2024-12-03 09:41:52 +01:00
volker.raschek 5bf8a132eb chore(ci): execute markdown-link-check as npm module in single step
continuous-integration/drone/push Build is failing
2024-12-03 09:37:55 +01:00
volker.raschek 489c616e9a chore(ci): execute markdown-link-check as npm module
continuous-integration/drone/push Build is failing
2024-12-03 09:34:39 +01:00
volker.raschek 631bd72480 chore(ci): add markdown-link-check
continuous-integration/drone/push Build is failing
2024-12-03 09:23:44 +01:00
volker.raschek 33cf9e8fc0 chore(markdown-link-check): adapt FQIN
continuous-integration/drone/push Build is passing
2024-12-03 09:21:10 +01:00
volker.raschek e462e5a002 doc(README): Avoid deploying on same node / bare metal host
continuous-integration/drone/push Build is passing
2024-12-03 09:18:14 +01:00
volker.raschek 686e43668c core(markdownlint): add proper name
continuous-integration/drone/push Build is passing
2024-12-02 13:56:04 +01:00
volker.raschek 7ce70de51c doc(README): deploy Grafana dashboard
continuous-integration/drone/push Build is failing
2024-12-02 13:54:02 +01:00
volker.raschek 3434c5a737 fix(dashboards): rename postgresExporter.yaml to .json
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2024-12-02 13:33:06 +01:00
volker.raschek 1e9aeb802d feat(grafana): support dashboard deployment
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-12-02 13:10:15 +01:00
volker.raschek 2e9eae9888 feat(values.schema): init
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-11-27 18:46:35 +01:00
volker.raschek 0dcea5cfc4 core(Makefile): remove deploy to chart server
continuous-integration/drone/push Build is passing
2024-11-27 18:35:52 +01:00
volker.raschek e38c4fbdfe doc(CONTRIBUTING): init 2024-11-27 18:35:37 +01:00
volker.raschek 0a4d677938 fix(helmignore): extend ignore list
continuous-integration/drone/push Build is passing
2024-11-27 18:03:06 +01:00
volker.raschek 4105bb9e0f doc(README): add badge of artifacthub.com
continuous-integration/drone/push Build is passing
2024-11-26 22:44:58 +01:00
volker.raschek 7ea826a2a1 fix(prometheusRule): use the fullname as group name
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2024-11-26 22:30:48 +01:00
volker.raschek aa8c279fe0 doc(README): update link of the exporterConfig.yaml documentation
continuous-integration/drone/push Build is failing
2024-11-26 22:19:52 +01:00
volker.raschek dfd4c1f991 doc(README): update introduction
continuous-integration/drone/push Build is passing
2024-11-26 22:14:27 +01:00
volker.raschek d6c2e4f992 doc(README): wrong order of helm install arguments
continuous-integration/drone/push Build is passing
2024-11-26 22:10:00 +01:00
volker.raschek ae7652a335 doc(README): update default value of enableHttp2
continuous-integration/drone/push Build is passing
2024-11-26 22:03:07 +01:00
volker.raschek 16cfa36fda fix(podMonitor,serviceMonitor): enable http2 by default
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2024-11-26 21:49:49 +01:00
volker.raschek 94fbc5e38f fix(deployment): concat lists correctly
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2024-11-26 21:01:45 +01:00
volker.raschek dcc7bae921 fix(secret): adapt of the web config secret
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2024-11-26 20:39:41 +01:00
volker.raschek 503c622df5 fix(deployment): adapt projected volume spec 2024-11-26 20:35:32 +01:00
volker.raschek bf9bd4853f fix(deployment): use correct webconfig filename
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2024-11-26 20:24:58 +01:00
volker.raschek 80a8e8096d fix(pod,podMonitor,service): avoid error of immutable labels
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2024-11-26 20:13:53 +01:00
volker.raschek 79b61b0035 core(renovate): update configuration
continuous-integration/drone/push Build is failing
2024-11-26 20:06:18 +01:00
volker.raschek a0d241c90c doc(README): adapt bookmark
continuous-integration/drone/push Build is failing
2024-11-26 20:00:46 +01:00
volker.raschek 1d061fe95f fix(serviceMonitor): bind the port always to the port of the service
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2024-11-26 19:59:11 +01:00
volker.raschek bb4a5d48b4 test(deployment): topologySpreadConstraints
continuous-integration/drone/push Build is passing
2024-11-26 19:55:26 +01:00
volker.raschek 1f6550d169 test(deployment): tolerations 2024-11-26 19:55:26 +01:00
volker.raschek a01c7d8c45 test(deployment): terminationGracePeriodSeconds 2024-11-26 19:55:26 +01:00
volker.raschek 2dd99e8b13 fix(deployment): restartPolicy 2024-11-26 19:55:26 +01:00
volker.raschek 4945cd1c2e test(deployment): imagePullSecrets 2024-11-26 19:55:26 +01:00
volker.raschek ed10c5362a test(deployment): hostNetwork, hostname, subdomain 2024-11-26 19:55:26 +01:00
volker.raschek 70abc21fb4 test(deployment): dnsPolicy 2024-11-26 19:55:26 +01:00
volker.raschek 8618b52ef6 test(deployment): dnsConfig 2024-11-26 19:55:26 +01:00
volker.raschek 967d36cafb test(deployment): priorityClassName 2024-11-26 19:55:26 +01:00
volker.raschek 8f36f688d0 test(deployment): nodeSelector 2024-11-26 19:55:26 +01:00
volker.raschek 8d1f6622b8 doc(README): adapt key name of exporterConfig secret 2024-11-26 19:55:26 +01:00
volker.raschek bd04d4a349 fix(values): suppres warning of overwriting table with non-table 2024-11-26 19:55:26 +01:00
volker.raschek 3105f2a408 test(deployment): securityContext 2024-11-26 19:55:26 +01:00
volker.raschek 3a96e4ac5d test(deployment): resources 2024-11-26 19:55:26 +01:00
volker.raschek abd73d82f2 test(deployment,secrets): volume and volumeMounts 2024-11-26 19:55:26 +01:00
volker.raschek 19b5ac5969 test(deployment,secrets): imageRegistry, imageRepository, imagePullPolicy 2024-11-26 19:55:26 +01:00
volker.raschek 7b98e68b03 fix(deployment,secrets): deploy always the web-config secret 2024-11-26 19:55:26 +01:00
volker.raschek 6c30756f8d fix(deployment): extend arguments 2024-11-26 19:55:26 +01:00
volker.raschek c1a2a098c8 doc(README): adapt warning blockquote
continuous-integration/drone/push Build is passing
2024-11-25 23:25:03 +01:00
volker.raschek 085a68c60c revert(README): adapt warning blockquote
This reverts commit 98fe8fe2a4.
2024-11-25 23:24:04 +01:00
volker.raschek 98fe8fe2a4 doc(README): adapt warning blockquote
continuous-integration/drone/push Build is failing
2024-11-25 23:17:33 +01:00
volker.raschek 7d02c5f7b3 doc(README): adapt warning blockquote
continuous-integration/drone/push Build is passing
2024-11-25 23:14:39 +01:00
volker.raschek 42af0f9739 fix(serviceAccount): remove top level dict .spec
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-11-25 19:35:46 +01:00
volker.raschek 5c0f2fb310 core(chart): add further chart labels for search engine
continuous-integration/drone/push Build is passing
2024-11-25 19:08:36 +01:00
volker.raschek c211bd7a61 fix: rename chart repository
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2024-11-25 19:01:37 +01:00
volker.raschek 6d2a3675b1 fix(ci): rename chart repository
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-11-25 18:48:31 +01:00
volker.raschek ab3b254bf8 core(renovate): init configuration
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-11-25 18:18:07 +01:00