381 Commits
Author SHA1 Message Date
Safwan e7396030d3 resolved comments and updated readme 2026-07-17 13:04:29 +05:00
Safwan 15ffe9d788 some placeholders for ease of access 2026-07-15 17:00:28 +05:00
Safwan 477e67784c added reloader-enterprise dependency 2026-07-15 16:15:14 +05:00
Safwan 6195dd91e1 some refactoring and cleanup 2026-07-15 12:33:40 +05:00
Safwan faf488fcd7 added support for multiple watch namespaces 2026-07-14 14:14:55 +05:00
Safwan 0cfbe10125 resync v2 chart with master 2026-07-14 11:10:48 +05:00
Safwan 3ace65a9ad refactoring 2026-06-22 20:34:40 +05:00
Safwan 73729c951e wip: port csi provider to v2 sa-8436 2026-06-22 16:42:01 +05:00
Safwan 01f142e8ff remove csi tests from e2e suite 2026-06-15 20:12:56 +05:00
Safwan 4f23d14f43 merge latest master in v2 2026-06-15 18:06:14 +05:00
Safwan ebac11f904 Update helm chart 1.4.12 2025-12-15 02:43:09 +05:00
Muhammad Safwan KarimandGitHub 8545fe8d8d Merge pull request #1043 from michael-voegeli-fnt/master
feat(helm): support both object and string formats for imagePullSecrets
2025-12-11 00:16:35 +05:00
Safwan 64a18ff207 buno version 2025-12-10 17:10:27 +05:00
Michael VögeliandGitHub 04dec609f0 Merge branch 'master' into master 2025-12-02 13:25:53 +01:00
Muhammad Safwan KarimandGitHub bfb720e9e9 Bump chart 2025-11-05 16:13:37 +05:00
Michael Vögeli 10b3e077b5 feat(helm): support both object and string formats for imagePullSecrets
Extended Helm chart configuration to allow imagePullSecrets to be defined
either as a list of strings (e.g., `- my-pull-secret`) or as a list of
objects with `name` keys (e.g., `- name: my-pull-secret`).
2025-11-05 11:07:31 +01:00
Muhammad Safwan KarimandGitHub 4694b7570e Bump chart 2025-11-04 14:40:54 +05:00
renovate[bot]andGitHub 3de9c688f2 chore(deps): update ghcr.io/stakater/reloader docker tag to v1.4.9 2025-11-04 09:31:37 +00:00
SafwanandFelix bd767a7ef1 Bump chart 2025-09-15 14:00:18 +02:00
Pradeep Lakshmi NarasimhaandFelix dd0807e951 fix: Controller not respecting ignore* flags 2025-08-29 12:24:02 +02:00
Muhammad Safwan KarimandGitHub 816ad6d430 bump image tag and chart version (#1002) 2025-08-25 17:53:22 +05:00
Nitin Verma 42cd7e71a2 reloader: Add in support for dnsConfig for pod reloader. This is supported as a common standard in most public helm charts, so decided to create a PR here. 2025-08-04 07:52:57 +01:00
1107fee109 fix applied for issue-PR-975 (#987)
Co-authored-by: mahmadmujtaba <ahmad.mujtaba@stakater.com>
2025-08-01 15:54:32 +05:00
Muhammad Safwan KarimandGitHub 9e33dac9ef Bump chart (#986)
* Bump chart

* empty
2025-07-30 13:20:23 +05:00
Muhammad Safwan KarimandGitHub 1e46d44c7c Added pprof flag (#980)
* added pprof flag

* updated chart

* fixed linting and spelling
2025-07-29 15:49:30 +05:00
Jiří Pinkava 379c428283 Use labels suggested by Kubernetes and Helm best practices
This improves the compatibility and makes it easier to work with various tools,
which take advantake from the assumption of existence of those labels.

Keep the old labels for selectors for backward compatibility.

Also note there is slight change in behaviour of PDB which might
be backward-incompatible in some rare cases.
2025-07-07 22:28:54 +02:00
Muhammad Safwan KarimandGitHub df812c555c bump-chart (#964) 2025-07-07 13:32:23 +02:00
Muhammad Safwan KarimandGitHub 4741ff231b Update values.yaml 2025-06-18 14:01:53 +05:00
Muhammad Safwan KarimandGitHub b166c2bbfa Update values.yaml 2025-06-18 13:58:23 +05:00
Karl Johan GrahnandGitHub 96dc40c8cb Update Helm chart to 2.1.3 for reloader version v1.4.2 2025-04-30 15:23:58 +05:00
Karl Johan GrahnandGitHub 7dc8002029 update (#904) 2025-04-20 21:21:35 +02:00
Karl Johan GrahnandGitHub e913848a13 Helm chart update for v1.4.0 (#886)
* update

* update

* update
2025-04-18 14:04:27 +05:00
0027bd73fd #866: Security ClusterRole - Helm Chart (#875)
Co-authored-by: Gianluca Di Vincenzo <g.divincenzo@xtribeapp.com>
2025-04-04 08:31:27 +02:00
Xavier KrantzandGitHub 413e805d39 refactor: move 'image' properties up in the values.yaml file (#849)
- Update the version number in the `Chart.yaml` file from `1.3.0` to `1.3.1`
- Update the image name and tag in the `deployment.yaml` file
- Add a new section for image details in the `values.yaml` file with repository, tag, and pull policy
- Remove the `image` section from the `reloader` block in the `values.yaml` file, since the image details were moved to a new image section
- Modify the `containerSecurityContext` section in the `deployment.yaml` file
2025-03-05 14:33:15 +05:00
Karl Johan GrahnandGitHub 6a4bca0fce Update Helm chart for v1.3.0 (#846)
* update

* update
2025-02-17 18:35:59 +05:00
37e6c6b7c8 Allow Helm Chart deploy image from digest (#780)
GKE Binary Authorization only supports image pull by digest - [Ref](https://cloud.google.com/binary-authorization/docs/deploying-containers#deploy_the_container_image)
* if `.values.reloader.deployment.image.digest` is defined, pull image from digest
* otherwise pull image from tag

Co-authored-by: Muneeb Aijaz <43588696+MuneebAijaz@users.noreply.github.com>
2025-01-29 14:24:56 +05:00
Dimitris AloandGitHub e3d352cf56 Merge branch 'master' into enhance-pdbs 2025-01-28 23:13:50 +02:00
Muneeb Aijaz 565a3d6916 Update helm chart to 1.2.1 2025-01-10 19:55:08 +05:00
Dimitris4000 7ddb1ae434 chore(helm-templates):support maxUnavailable on pdb resouces 2024-12-05 07:14:55 +02:00
Bjorn StoutandGitHub 3f5ee46f00 Merge branch 'stakater:master' into patch-1 2024-11-20 10:45:08 +01:00
MuneebAijaz f3bf76bb9d Update helm chart - 1.2.0 2024-11-20 12:07:35 +05:00
MuneebAijaz 60a2f26976 fix base in values 2024-11-14 21:25:41 +05:00
Bjorn StoutandGitHub 71d6c4bd07 Update values.yaml
Add example of usage   imagePullSecrets
2024-11-07 16:13:28 +01:00
Muneeb AijazandGitHub edf57bc94c Merge branch 'master' into branch-release-strat 2024-11-06 22:02:45 +05:00
Muneeb AijazandGitHub 2a239d4667 Merge pull request #747 from sausrivastava/comtech/fix-image-issue
Added the ability to separately configure the image registry
2024-11-06 14:41:12 +05:00
MuneebAijaz 99bb4da3d4 test workflow for semver update 2024-11-06 09:14:57 +05:00
sausrivastavaandGitHub 3981623ec2 Update values.yaml for base 2024-10-24 09:48:21 +05:30
sausrivastava bd3e8b0d09 Support global.imageRegistry for reloader image 2024-09-17 12:19:51 +05:30
David B.andGitHub 5a53a39500 Merge branch 'master' into db/-/log-level 2024-08-09 14:26:06 +02:00
stakater-user 70ab56606d [skip-ci] Update artifacts 2024-08-07 14:27:13 +00:00