Karolis Rusenas
da098d8402
Merge pull request #717 from sjdaws/fix-oci-images
...
Add support for OCI images
2023-04-11 20:09:45 +01:00
Scott Dawson
1e76c363d1
Fix tag pagination
2023-04-11 16:33:34 +10:00
Scott Dawson
ed45f87f35
Fix tag pagination
2023-04-11 16:32:48 +10:00
Scott Dawson
bc5a4cbf0c
Fix grammar
2023-04-11 15:54:01 +10:00
Scott Dawson
2315aced1b
Add support for OCI images
2023-04-11 15:53:31 +10:00
Scott Dawson
a58d5a638d
Update all depedencies, shift to kube v1.26.3
2023-04-11 11:51:15 +10:00
Damien Degois
2db63a3437
Allow change of pollDefaultSchedule via POLL_DEFAULTSCHEDULE env var
...
Also available on helm via polling.defaultSchedule
2023-03-07 03:30:27 +01:00
Karolis Rusenas
5bd875a9a1
chart version
2023-03-05 20:41:37 +00:00
Karolis Rusenas
1a81a58ea2
more readme cleanup
2023-03-05 20:35:01 +00:00
Karolis Rusenas
c0674a6243
Merge pull request #708 from keel-hq/feature/cleanup
...
cleanup
2023-03-05 20:34:15 +00:00
Karolis Rusenas
c1f299326a
Merge pull request #697 from blakebarnett/add_jfrog_webhook_support
...
Add support for JFrog container registry webhooks
2023-03-05 20:33:54 +00:00
Karolis Rusenas
5c87dee5ca
Merge pull request #653 from subshell/Allow-pkg.dev-repositories-to-make-gcr-subscriptions
...
Allow google cloud artifact registry repositories to make pub/sub subscriptions
2023-03-05 20:32:34 +00:00
Karolis Rusenas
a6f6a9d946
cleanup
2023-03-05 20:26:11 +00:00
Karolis Rusenas
f9e1cf9f2b
Merge pull request #692 from vorburger/patch-1
...
Fix broken link to Helm chart values YAML in deployment README
2023-03-05 20:11:05 +00:00
Karolis Rusenas
538f36d72a
Merge pull request #647 from davideicardi/patch-1
...
fix default values documentation
2023-03-05 20:09:31 +00:00
Karolis Rusenas
9f8e97f1df
Merge pull request #706 from winterlightlabs/master
...
Resolves #698
In Kubernetes 1.25 several of the beta apis used by Keel are removed and replaced by the stable v1 equivalents. For those of us that are using Keel as a critical part of our deployment processes and who want to use current/future versions of Kubernetes this presents a huge problem.
I've created a build using the Kubernetes 1.24 libraries, updated golang, etc.
This change is breaking because it removes Helm 2 support. Helm 2 was EOL back in 2020.
I couldn't figure out how to get the ci/circleci: install-charts check working. This check is also failing on the master branch and I would appreciate any help in getting that or a similar check working.
Please let me know if there is anything I can do to speed up getting this merged released.
2023-03-05 20:09:07 +00:00
Ian
bc14e01e9d
Build with kube 1.24 ( #1 )
...
* Build with kubernetes 1.24 libraries
* Try to resolve circle build error
* Fix build warnings
* Update test parser to use modern command install method
* Attempt to pass helm chart testing
* Correct testing kube version
* Update go version used by the drone ci
* Remove beta versions from templetes
2023-03-01 11:51:58 -05:00
Blake Barnett
cf9c3aee80
Add support for JFrog container registry webhooks
...
Also supports reading a PRIVATE_REGISTRY env var for cases where a
webhook payload is received without containing the registry URI, since
this is not currently part of their payload schema.
2022-12-15 13:32:22 -08:00
Michael Vorburger ⛑️
50cf287f6c
Fix broken link to Helm chart values YAML in deployment README
2022-11-22 02:43:20 +01:00
Nick Warner
e8b5953d82
Trigger CircleCI
2022-11-07 14:40:28 -07:00
Nick Warner
7d74d0a10e
DefaultUpdateTimeout is in `ns`, should be `s`
...
Per #595 , the default timeout appears to be intended as `300s`, but the conversion to `time.Duration` reads it as `300ns`, causing helm3 chart updates to fail.
2022-10-24 13:13:10 -06:00
Rimantas (Rimas) Mocevicius
7e4255ab45
Merge pull request #689 from sreenivas-ps/feature/gcp-sa-support
...
Added gcp service account support
2022-10-14 16:27:17 +03:00
Sreenivas Chokkarapu
22bb02ed8a
bump the chart version
2022-10-14 13:53:00 +01:00
Sreenivas Chokkarapu
d4fc1091c6
Added gcp service account support
2022-10-14 12:12:33 +01:00
Sebastian Köttinger
fed3585a73
corrected test method
2022-03-31 09:59:48 +02:00
Sebastian Köttinger
6c152e6742
changed method to isGoogleArtifactRegistry
2022-03-03 16:53:30 +01:00
Sebastian Köttinger
fec2590a84
Allow pkg.dev repositories to make gcr subscriptions
2022-02-01 15:31:59 +01:00
Davide Icardi
93639a0a99
fix default values documentation
2021-12-01 14:50:58 +01:00
Karolis
74a5f3b0c2
Merge pull request #636 from brianmay/update_ingress
...
Update ingress chart definition
2021-11-03 09:57:16 +00:00
Brian May
1c809fceec
Update ingress chart definition
...
Closes #635
2021-09-15 08:46:39 +10:00
Karolis
15b177ad78
Merge pull request #614 from NicolasLemince/master
...
Restricted namespace
2021-06-14 13:26:47 +01:00
NicolasLemince
75be0aba81
Update watcher.go
2021-06-14 14:15:53 +02:00
Nicolas
548693276a
Adding the good constant + env
2021-05-20 14:20:36 +02:00
Nicolas
02294b630a
Conditionning watcher regarding RESTRICTED_NAMESPACE env var
2021-05-17 17:13:34 +02:00
Nicolas
2f79ea7c1f
Adding constant to define restricted namespace env var
2021-05-17 17:12:20 +02:00
Karolis
421495f523
Merge pull request #602 from nbjohnson/add-optional-keel-chart-containers
...
Add option for additional containers to be run with Helm chart
2021-04-26 11:03:17 +01:00
Nicholas Johnson
5ac174f339
Cleanup chart deployment linting
2021-04-24 12:24:11 -04:00
Nicholas Johnson
1c08a58a36
Update Chart.yaml
...
Bump chart version
2021-04-24 11:02:57 -04:00
Nicholas Johnson
923cfba339
Add option for additional containers to be run with Helm chart
2021-04-23 17:36:07 -04:00
Karolis
ce58072f56
Merge pull request #597 from maxgio92/fix/policy-regex-with-column
...
Split regexp policy into two strings only
2021-04-21 08:49:29 +01:00
maxgio92
9b1d37faf8
fix(/internal/policy/regexp.go): split regexp policy into strings only
...
Signed-off-by: maxgio92 <massimiliano.giovagnoli.1992@gmail.com>
2021-04-13 13:16:08 +02:00
Karolis
5181df4810
Merge pull request #592 from nevrending/patch-1
...
fix(bot): fix bot icon url
2021-03-22 11:36:31 +00:00
Yefta Sutanto
3fbdae637e
chore(chart): bump chart version
2021-03-22 22:33:20 +11:00
Yefta Sutanto
0f399d2f42
fix(bot): fix bot icon url
2021-03-22 18:59:04 +11:00
Karolis
9d6f1285f2
Merge pull request #583 from DingGGu/feature/support-ghcr
...
Support Github Container Registry
2021-02-26 09:04:53 +00:00
DingGGu
7a053905e5
Support Github Container Registry
2021-02-25 18:21:43 +09:00
Karolis
3959617f76
Merge pull request #582 from cilindrox/chart-updates
...
feat(chart): mount existing secrets as envs
2021-02-22 14:57:34 +00:00
Gaston Festari
b44bc31b86
feat(chart): mount existing secrets as envs
...
Enables using an existing secret, externally managed, to be mounted as envs just as if it was managed through Helm.
2021-02-22 11:47:49 -03:00
Karolis
2781b73cdd
Merge pull request #577 from nbendafi-yseop/feature/floating_tag
...
feat: force tracking semver tag
2021-02-22 12:54:09 +00:00
Nabil BENDAFI
a72306e392
refactor: keepTag
2021-02-09 10:02:34 +01:00