Commit Graph

86 Commits (main)

Author SHA1 Message Date
Dan Ankers 0187c2c80e FreeIPA: Allow the ingress backend port to be specified 2023-10-21 16:05:52 +01:00
dependabot[bot] 45a519fe3e
Bump helm/kind-action from 1.7.0 to 1.8.0 (#48)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 14:39:11 +05:30
HUSSAIN GANDHI aa4d70b6e5
fix: removed duplicate lifecycle argument from service template (#49)
* fix: removed duplicate lifecycle argument from service template

* fix: changed the version of chart
2023-08-10 14:38:42 +05:30
Annavar Satish 2731eaaaf7
fix the cronjob to take 0 as historylimit (#47)
* fix the cronjob to take 0 as historylimit

* update chart version
2023-07-31 14:36:29 +05:30
HUSSAIN GANDHI 1f82bacd9c
Fix/polymorphic app/added ingress class (#46)
* fix: values of polymorphic-app
2023-07-07 11:05:57 +05:30
HUSSAIN GANDHI 2c492933d4
feat: added ingress class to service (#45)
* feat: added ingress class to service
2023-07-06 17:36:49 +05:30
Annavar Satish 46b332fb63
fixed the healthcheck probes taking twice (#44)
* fixed the healthcheck probes taking twice

* update version

* updated the healthcheck type condition
2023-07-06 07:24:36 +05:30
HUSSAIN GANDHI f3daa15593
feat: new features for polymorphic-app chart #42 (#43)
Added support for successfulJobHistoryLimit and failedJobHistoryLimit for CronJob
Added support for dnsConfig for Deployment
2023-07-03 19:31:14 +05:30
shivani446 941ed60d73
Fix/frigate (#41)
* fix: changed storageclassname

* fix: changed storageclassname

* fix: changed storageclassname
2023-07-03 17:19:49 +05:30
aniketgohelimp 45fa0e0223
Fix/polymorphic chart (#40) 2023-07-03 17:04:37 +05:30
Chintan Viradiya 8f84d6d661
feat: Add mosquitto-MQTT Chart (#39)
* feat: Add mosquitto-MQTT Chart

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue
2023-06-29 10:49:50 +05:30
HUSSAIN GANDHI b562543674
Feat/added security context (#38)
* feat: added support of security context in polymorphic-app #37
The support for security context is added services, job, cronjob, and worker files.

* fix: changed chart version #37

* fix: optimized flow control for securityContext #37
Added defaults for securityContext.
Used `with` statement instead of `if` statement.
SecurityContext value is picked up from objects and their templates.
2023-06-15 15:46:27 +05:30
dependabot[bot] fff1ffe3b1
Bump helm/kind-action from 1.5.0 to 1.7.0 (#34)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.5.0...v1.7.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-14 19:05:44 +05:30
aniketgohelimp ce39639fa6
Feat/statefulset polymorphic support (#36)
Feat:Add Statefulset in musketeers
2023-06-11 21:04:43 +05:30
Shyam Vyas fb95801eb7
feat: update polymorphic-app chart by adding initcontainer, toleratio… (#17)
* feat: update polymorphic-app chart by adding initcontainer, tolerations and lifecyclehooks

* Fix CI and added maintainers

* Fix the tag error in freeipa

* fixed service port

* updated dependencies for healthcheck

* fixed comment space errors

* fix comment space errors

* Fix CI

* fixing CI

* fixing readness probes template in statefulset

* Fix previous changes

* Disable testing of freeipa temporarily

---------

Signed-off-by: Rakshit Menpara <205111+deltasquare4@users.noreply.github.com>
Co-authored-by: ANNAVAR.SATISH <annavarsatish@gmail.com>
Co-authored-by: Annavar satish <annavarsatish10@gmail.com>
Co-authored-by: Rakshit Menpara <205111+deltasquare4@users.noreply.github.com>
2023-06-01 09:29:15 +05:30
shivani446 e30c8178f8
Feat/frigate (#33)
* feat:added frigate chart

* modified README.md

* modified chart.yaml

* modified values.yaml

* changed storageclass

* changed values.yaml

* changed values.yaml

* changed values.yaml

* changed values.yaml

* Storageclass

* fix: removed configmap and added secret

* fix: changed chart version

* fix: changed secret

---------

Signed-off-by: shivani446 <123355816+shivani446@users.noreply.github.com>
2023-06-01 06:21:22 +05:30
shivani446 990ff96e00
Feat/frigate (#30)
* feat:added frigate chart

* modified README.md

* modified chart.yaml

* modified values.yaml

* changed storageclass

* changed values.yaml

* changed values.yaml

* changed values.yaml

* changed values.yaml

* Storageclass
2023-05-27 19:29:43 +05:30
Annavar Satish 87d029991e
feat/healthcheck update added type tcpSocket (#32)
* feat/healthcheck update added type tcpSocket

* Update service.yaml

Signed-off-by: Rakshit Menpara <205111+deltasquare4@users.noreply.github.com>

* moved 'initialDelaySeconds' and 'periodSeconds' to values file

---------

Signed-off-by: Rakshit Menpara <205111+deltasquare4@users.noreply.github.com>
Co-authored-by: Rakshit Menpara <205111+deltasquare4@users.noreply.github.com>
2023-05-15 10:34:51 +05:30
Rakshit Menpara 0970343c51 Fix versions for all changed charts 2023-04-01 12:59:30 +05:30
Rakshit Menpara d41c839fd1 Fix and upgrade healthchecks 2023-04-01 12:51:57 +05:30
Rakshit Menpara 4fbb8e3e9d Upgrade workflow, add dependabot auto-upgrade for workflows 2023-04-01 12:43:57 +05:30
Rakshit Menpara 7c6464e208 Fix chart.lock for erpnext 2023-04-01 12:12:43 +05:30
Rakshit Menpara 87b3f88899 Fix missing chart error for erpnext 2023-04-01 12:07:14 +05:30
Rakshit Menpara cdb56c9281 Fix freeipa chart? 2023-04-01 11:59:07 +05:30
aniketgohelimp 64c14bc300
Fixed Relase CI and Polymorphic fixes (#28)
* Fixing Release CI

* Fixing Release CI

* Fixing ingress error in polymorphic-chart
2023-03-29 16:39:13 +05:30
HUSSAIN GANDHI 35bdcb08ab
Fixed condition issue for disabling the health check. (#25)
* Fixed condition issue for disabling the health check.

* Fixed condition issue for disabling the health check.
2023-03-23 19:56:26 +05:30
aniketgohelimp 34d3a42fe2
Fixing lint (#24)
* Fixing lint

* Fixing CI
2023-03-23 19:55:45 +05:30
MichaelKo 6fd224dd98
freeipa: add extraEnv and podAnnotation (#18)
* add extraEnv and podAnnotation

* bump chart version
2023-03-09 20:45:06 +05:30
Annavar Satish b82ce1ec48
created the chart for the planning-poker app (#19)
* created the chart for the planning-poker app

* changed the env's

---------

Co-authored-by: ANNAVAR.SATISH <annavarsatish@gmail.com>
2023-03-09 20:44:37 +05:30
icovada a0703fdcd9
Remove double ports section (#20) 2023-03-09 20:44:14 +05:30
Rakshit Menpara 7d2b7ccd13
Fix syntax (#15)
Signed-off-by: Rakshit Menpara <205111+deltasquare4@users.noreply.github.com>
2023-03-09 20:43:05 +05:30
Shyam Vyas 414ab02fd1 feat: update healthchecks helm chart by making templating related changes in ingress 2022-08-24 18:41:55 +05:30
Rakshit Menpara f21418a2d2 Remove autoscaling 2022-07-08 12:08:59 +05:30
Rakshit Menpara bcf30f60ce Run from github workers 2022-07-07 20:21:02 +05:30
Rakshit Menpara e88479b00d Fix repo name 2022-07-07 19:48:27 +05:30
Rakshit Menpara 6d97718455 Run the jobs on selfhosted worker 2022-07-07 19:41:01 +05:30
Rakshit Menpara f8a1942b62 Add github CI 2022-07-07 19:40:07 +05:30
Rakshit Menpara 4b20832584 Re-add freeipa chart with new updates 2022-07-07 19:33:03 +05:30
Rakshit Menpara 30fa274d4a Revert "Remove FreeIPA chart"
This reverts commit 5358c5ec7f.
2022-07-07 17:38:53 +05:30
Rakshit Menpara 32a6c98856
feat: Add polymorphic-app chart (#14) 2022-03-08 15:30:24 +05:30
Rakshit Menpara 5358c5ec7f Remove FreeIPA chart 2022-03-01 12:20:18 +05:30
Pratik Balar 1675da6506 fix(bookstack): ingress v1 2022-01-05 13:33:23 +05:30
Pratik 459f692e33
Chart testing (#13)
* init

* add release logic

* fix: pr workflow repo

* fix: typo in tasks

* fix: release task

* fix: linting

* add: more log

* fix: stopping at linting

* fix: charts

* check linting

* lint target branch master

* cat git ref

* check branch

* checkout this branch

* linting against master

* test: remove checkout

* test: ct since based linting

* test: add git log and use origin with branch name

* test: git fetch all

* test: shorten log

* test: add origin

* test: remove exit 0

* test: unshallowing

* test: add fetch all

* test: remove clutter

* test: remove more clutter

* test: chart testing

* test: add git config

* fix: charts

* fix: test and release

* fix: add cleanup

* fix: brackets

* fix: remove helm extra args

* exit on testing fail

* fix: handle exit codes and remove errexit

* add: error exit

* add: erroexit in linting

* fix: table format changed by ide vscode plugin

* feat: ct config

* fix: get sc, silent curl, fix kind img condition

* fix: output path in release task

* fix: storage class

* fix: livenesspob initial seconds

* chnages in erpnext

* fix: by pre-commit hook

* fix: chart testing

* feat: mega linter

* fix: n8n charts-yaml

* fix: filename

* fix: erpnext ct test remove affinity

* test

* fix: minio upload source

* error handling

* remove n8n helm chart

* remove images from task

* fix: chart release

* feat: more pre-commit hooks

* feat: env based helm and ct downloading

* feat: conventional commit linting using precommit

* feat(precommit): yaml linting with fixed

* ci: github release for charts

- add github release for individual charts
- add custom tarr bash function

* ci: conventional commit linting insted of angula

* ci: add chart bumping and changelog with gitchglog

* ci: fix github release script

* docs: add init ci step for charts [ci skip]

* ci: bump, package and release seprate tasks

* ci: skip all error based on SKIP_ERR env

* ci: move skip error portion to only chart testing

* ci: fix pipeline

* ci: remove bumping from linting task

* ci: redirect err to /dev/null and fix SKIP_ERR

* fix: ci fix healthchecks test

* fix:  increase initial dealy in probs healthchecks

* bump: erpnext:- 3.1.8 → 3.2.0 [ci skip]

* bump: freeipa:- 0.1.1 → 0.2.0 [ci skip]

* bump: healthchecks:- 1.0.4 → 1.0.5 [ci skip]

* chore(status): modify status pointer [ci skip]

* chore(status): move status pointer [ci skip]

* ci: move .yamllint to .ci

* fix: merge upstream chart with our changes

- Add mariadb as dependent chart which helps in chart testing pipeline
- Separate backup pre upgrade job
- Remove test (it was default test that comes with chart template)
- MUST NOT provide storage class, it will pickup from default sc in k8s
- Add affinity where necessary

* fix: capabilities to all

* ci: better ct lsc condition

* ci: handle ct exit code

* ci: fix ct lsc

* ci: fix entry condition

* chore(status): move status pointer [ci skip]

* ci: fix fetching  when linting to stop exit 128

* ci: remove SKIP_ERR

* ci: diffrent task fro pr workflow

* ci: move back status pointer, ignore freeipa chart

- move back status pointer to check testing

* ci: remove trap

* ci: docker system prine on exit, forking on docker load

* bump: erpnext:- 3.2.4 → 3.2.5 [ci skip]

* chore(status): modify status pointer [ci skip]

* chore(status): move status pointer [ci skip]

Co-authored-by: concourse <concourse@github-noreply.com>
2021-11-10 12:55:23 +05:30
dharmendra kariya 91d3b66431
Adding BookstackApp chart (#7)
* adding changes for statefulstate

* adding bookstackapp chart

* changing default value for image as updated container image 0.29.3, otherwise port differ 80-8080

Co-authored-by: Dharmendra <dharmendra@improwised.com>
2021-11-10 12:54:50 +05:30
Pratik 3b6415f272 Move charts 2021-04-27 14:48:52 +05:30
Pratik b7f3e6c362
Merge pull request #12 from Improwised/erpnext
Erpnext chart
2021-04-27 14:44:43 +05:30
Pratik 402fbd5ce8 Remove experimental n8n chart 2021-04-27 13:43:09 +05:30
Pratik 457f1dfe25 new chart v3.0.3 2021-04-09 15:10:27 +05:30
Pratik 051004558a add all capablities 2021-04-06 11:27:26 +05:30
Pratik 0dbeca9d9d fix 2021-04-06 11:18:41 +05:30