John Stewart
1c165c86da
[helm] make sure comparison for deployment replicas is always doing so against an int
2023-03-10 16:31:09 -05:00
stakater-user
6498f5a536
[skip-ci] Update artifacts
v1.0.14
2023-03-10 17:03:18 +00:00
Faizan Ahmad
7745a1ff52
Merge pull request #410 from jordanfelle/patch-1
...
Fixing eval for enabling HA
2023-03-10 17:54:51 +01:00
jordanfelle
a8ee7068a5
Fixing eval for enabling HA
...
When set to 1.0
<gt .Values.reloader.deployment.replicas 1.0>: error calling gt: incompatible types for comparison
But works when set to 1
2023-03-10 06:44:06 -05:00
stakater-user
8f8b95bf57
[skip-ci] Update artifacts
v1.0.13
2023-03-10 09:13:06 +00:00
Tanveer Alam
a32789f13b
Merge pull request #409 from stakater/add-sync-after-restart
...
Implement sync after restart
2023-03-10 14:36:44 +05:30
faizanahmad055
77b725c598
Update readme
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-03-09 23:16:50 +01:00
faizanahmad055
cf40b431a3
Implement sync after restart
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-03-09 23:02:19 +01:00
stakater-user
e0a1c25fee
[skip-ci] Update artifacts
v1.0.12
2023-03-06 14:31:59 +00:00
Usama Ahmad
a746df7a03
Merge pull request #404 from stakater/update-golang-and-dependencies
...
Update go version and dependencies
2023-03-06 19:10:43 +05:00
faizanahmad055
47190ec8b1
Update k8s.io dependencies
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-03-06 08:43:18 +01:00
faizanahmad055
a00f7bf83e
Remove namespace from clusterrole and clusterrolebinding
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-03-05 17:59:44 +01:00
stakater-user
2b29700fa4
[skip-ci] Update artifacts
v1.0.11
2023-03-03 22:20:53 +00:00
frits-v
84e927fd60
fix: remove cluster-scoped resources namespace ( #402 )
...
`/metadata/namespace` is invalid for cluster-scoped resources. Having it
defined results in errors in certain tooling.
```
KNV1052: cluster-scoped resources MUST NOT declare metadata.namespace
```
2023-03-03 23:12:42 +01:00
faizanahmad055
2d1af6429e
Update golang version and dependencies
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-02-27 20:22:13 +01:00
stakater-user
80a7f1ee9f
[skip-ci] Update artifacts
v1.0.10
2023-02-26 15:15:01 +00:00
Faizan Ahmad
fdc99f8dd3
Merge pull request #398 from yu-croco/add-fullname-override-on-values
...
[helm] Add nameOverride and fullnameOverride explicitly on values.yaml
2023-02-26 15:55:31 +01:00
yu-croco
d660f9dbdf
Merge branch 'master' into add-fullname-override-on-values
2023-02-26 22:45:11 +09:00
yu-croco
ad03e5830d
chore: Add nameOverride and fullnameOverride explicitly on values.yaml
...
Signed-off-by: yu-croco <yu.croco@gmail.com >
2023-02-26 22:42:17 +09:00
stakater-user
032c391cb8
[skip-ci] Update artifacts
v1.0.9
2023-02-26 12:43:03 +00:00
Faizan Ahmad
9173f446ab
Merge pull request #396 from stakater/update-push-workflow
...
Remove outdated manifests
2023-02-26 13:23:25 +01:00
stakater-user
f795fa2aec
[skip-ci] Update artifacts
v1.0.8
2023-02-26 12:07:53 +00:00
Faizan Ahmad
34c1f389bc
Merge pull request #393 from stakater/dependabot/go_modules/golang.org/x/net-0.7.0
...
Bump golang.org/x/net from 0.5.0 to 0.7.0
2023-02-26 12:48:16 +01:00
stakater-user
fdc8a61fc6
[skip-ci] Update artifacts
v1.0.7
2023-02-26 11:35:45 +00:00
Faizan Ahmad
c7f507a4b9
Merge pull request #386 from d3adb5/feat/set-rootfs-ro
...
feat: set read-only root filesystem at container level
2023-02-26 12:16:42 +01:00
stakater-user
70aef8a871
[skip-ci] Update artifacts
v1.0.6
2023-02-26 10:59:11 +00:00
Faizan Ahmad
54d0681340
Merge pull request #385 from d3adb5/chore/stop-listening-on-9091
...
chore: listen on only 9090 for /metrics and /live
2023-02-26 11:39:45 +01:00
MahnoorAsghar
b279aabae3
Remove changes from push workflow
2023-02-24 13:50:48 +05:00
MahnoorAsghar
63022fe4d0
Remove optional manifests which are outdated
2023-02-24 13:48:38 +05:00
MahnoorAsghar
8c4523db69
update push workflow to render manifests correctly
2023-02-22 16:45:43 +05:00
dependabot[bot]
646c64a326
Bump golang.org/x/net from 0.5.0 to 0.7.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-18 04:14:25 +00:00
d3adb5
5a9ccbf01f
fix: properly capitalize 'filesystem' in values
...
Use the proper capitalization in the reference to the value
reloader.readOnlyRootFileSystem: FileSystem instead of Filesystem.
2023-02-08 14:15:28 -08:00
stakater-user
0f7403b7bf
[skip-ci] Update artifacts
v1.0.5
2023-02-07 17:35:32 +00:00
Faizan Ahmad
2bc83a26ff
Merge pull request #383 from jkroepke/service-monitor
...
[helm] Add support for relabelings and metricRelabelings for serviceMonitor/podMonitor
2023-02-07 18:12:31 +01:00
Jan-Otto Kröpke
09babe46d9
[helm] Add support for relabelings and metricRelabelings for serviceMonitor/podMonitor
2023-02-07 11:20:29 +01:00
d3adb5
451e4f636b
feat: set read-only root filesystem at container level
...
Change the securityContext field of the Reloader container if
reloader.readOnlyFilesystem is set to true. The change takes effect even
if not container securityContext is defined.
Closes #339 .
2023-02-07 00:16:16 -08:00
d3adb5
2f8999e3cb
chore: listen on only 9090 for /metrics and /live
...
Previously, 9091 and 9090 both led to the same web server, meaning both
/metrics and /live were reachable and fully functional through both.
This commit changes that so that only port 9090 is used for both.
Closes #381 .
2023-02-07 00:15:17 -08:00
stakater-user
9463cd5fc2
[skip-ci] Update artifacts
v1.0.4
2023-02-06 22:59:31 +00:00
Faizan Ahmad
5e2f4a0826
Merge pull request #391 from stakater/remove-depreciated-seed
...
Remove depreciated Seed
2023-02-06 23:37:53 +01:00
faizanahmad055
0083edb3ca
Remove depreciated Seed
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-02-06 23:13:07 +01:00
Faizan Ahmad
d020c666b7
Merge pull request #390 from stakater/update-golangci-lint
...
Update golangci-lint version
2023-02-06 22:25:13 +01:00
faizanahmad055
3d29651267
Update golangci-lint version
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-02-06 22:22:36 +01:00
Faizan Ahmad
795aae0c78
Merge pull request #389 from stakater/update-pipeline
...
Update pipeline
2023-02-06 22:14:50 +01:00
faizanahmad055
364d66b90f
Remove extra line
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-02-06 22:13:58 +01:00
faizanahmad055
2d8f0336dc
Fix go version
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-02-06 22:13:16 +01:00
faizanahmad055
5716c1b35e
Update pipeline
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-02-06 22:08:31 +01:00
Faizan Ahmad
fecd21deca
Merge pull request #388 from stakater/update-github-actions
...
[skip-ci] Update github actions
2023-02-06 22:04:31 +01:00
faizanahmad055
5cd8b3d4ca
[skip-ci] Update github actions
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-02-06 22:02:22 +01:00
Faizan Ahmad
991613bd13
Merge pull request #384 from stakater/update-go-1.20
...
Update golang version to 1.20
2023-02-05 17:17:43 +01:00
faizanahmad055
ef93197da1
Remove unused dependencies
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-02-05 16:10:34 +01:00