Edward Brough
c7d3bc3b42
adding deployment annotations
...
Signed-off-by: Edward Brough <edward.brough@gmail.com >
2024-03-15 17:25:42 +00:00
Devin Canterberry
d74c33abd9
Merge pull request #88 from syseleven/deprecation-1.25
...
Migrate PodDisruptionBudget policy/v1beta1 to policy/v1
2023-02-24 08:05:02 -08:00
Stefan Andres
fc2ab7e7ac
Migrate PodDisruptionBudget policy/v1beta1 to policy/v1
...
In k8s 1.25 policy/v1beta1 is no longer served, migrate to policy/v1.
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25
2022-12-13 15:58:54 +01:00
Devin Canterberry
405346f80e
🏁 v2.2.2 Release
v2.2.2
2022-08-18 10:20:10 -07:00
Devin Canterberry
b152f62233
Merge pull request #79 from pieveee/fix/#73
...
fix extraVolumes and extraVolumeMounts (hypen typo) #78 #77
2022-08-18 10:19:07 -07:00
Michael Blickenstorfer
55647356c5
fix #73
2022-08-18 12:20:21 +02:00
Devin Canterberry
294d61f9d3
Merge pull request #75 from canterberry/remove-duplicate-check
...
🐞 Fix duplicate PR diff GitHub action and tweak test values
(approved by @ddelange)
2022-08-17 12:22:40 -07:00
Devin Canterberry
836f46131f
🚦 Hard-coding the "before" chart URL in the PR diff GitHub action
...
While this may not be strictly necessary, it's the correct resolution
enough of the time that the clarity of explicitly stating the "before"
is, I think, worth it.
2022-08-17 12:08:24 -07:00
Devin Canterberry
c7b3257baa
🚦 Add release namespace and target namespaces to PR diff action test values
2022-08-17 11:56:49 -07:00
Devin Canterberry
1315fc281e
Merge pull request #65 from canterberry/namespaced-service-account
...
🐞 Add missing namespace to ServiceAccount
2022-08-17 11:50:50 -07:00
Devin Canterberry
635fd0fa0c
Merge pull request #72 from edwargix/registr-2.8
...
Upgrade default image version from 2.7.1 to 2.8.1
2022-08-17 11:49:16 -07:00
Devin Canterberry
91dd5f2928
🚦 Add extraVolumes and extraVolumeMounts to PR diff GitHub action
2022-08-17 11:43:37 -07:00
Devin Canterberry
8ce5a40b47
🔥 Remove duplicate trigger for PR diff GitHub action
2022-08-17 11:40:34 -07:00
David Florness
96ad7c0eb4
Upgrade default image version from 2.7.1 to 2.8.1
...
Includes changes from releases 2.8.0 and 2.8.1, which mostly contain bugfixes:
- https://github.com/distribution/distribution/releases/tag/v2.8.0
- https://github.com/distribution/distribution/releases/tag/v2.8.1
2022-08-16 22:29:59 -04:00
Devin Canterberry
95ab1afa98
🏁 v2.2.1 Release
v2.2.1
2022-08-15 14:47:24 -07:00
Devin Canterberry
471cb14632
Merge pull request #62 from ddelange/garbage-collector
...
♻️ Deduplicate definitions from deployment and cronjob
2022-08-15 14:40:33 -07:00
Devin Canterberry
8707c92f64
Merge pull request #70 from ddelange/patch-1
...
👷 Add sticky helm diff PR comment
2022-08-15 14:38:24 -07:00
Devin Canterberry
7e099191b3
🎨 Specify commit hash in sticky PR comment
...
Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com >
2022-08-15 14:33:33 -07:00
ddelange
23608f3fa7
Bar permissions and allow forks to run in base scope ( #6 )
...
* Test permissions
* Add back pull_request
* Use full SHA
2022-08-11 09:34:52 +02:00
ddelange
9023f38343
Revert
2022-08-10 15:09:19 +02:00
ddelange
4a6440da88
Test the smoketest
2022-08-10 15:07:35 +02:00
ddelange
4b69284642
Fix collapsible markdown
2022-08-10 15:06:52 +02:00
ddelange
4091345244
Collapse the diff
2022-08-10 15:04:58 +02:00
ddelange
9b65310c58
Make filenames show up in diff
2022-08-10 15:00:12 +02:00
ddelange
d6f9bdc4f1
Fix
...
https://github.com/rlespinasse/git-commit-data-action/pull/12/files
2022-08-10 13:30:17 +02:00
ddelange
c4e5c3860c
Try without alias
2022-08-10 13:23:42 +02:00
ddelange
f7c99a3dd4
Fix alias expansion
...
https://github.com/actions/toolkit/issues/766#issuecomment-928305811
2022-08-10 13:17:23 +02:00
ddelange
94d36dc9cd
Fix multiline output
2022-08-10 13:09:44 +02:00
ddelange
186e23c219
👷 Add sticky helm diff PR comment
2022-08-10 11:13:47 +02:00
ddelange
b4b319496c
Fix more indentations
2022-08-10 10:08:13 +02:00
ddelange
52a5d4ba15
Fix extraEnvVars indentation, remove env whitespaces
2022-08-10 09:05:50 +02:00
ddelange
5a831ab9d3
🔥 Remove merge remnant
2022-08-09 22:00:43 +03:00
ddelange
f22f42d2b2
Merge branch 'main' into garbage-collector
2022-08-09 20:26:35 +02:00
Devin Canterberry
411fd99f68
🏁 v2.2.0 Release
v2.2.0
2022-08-09 10:13:42 -07:00
Devin Canterberry
171632afef
Merge pull request #68 from ddelange/garbage-collector-additive
...
Add option to enable garbage collector
2022-08-09 10:10:53 -07:00
Devin Canterberry
25bf25dda1
🔥 Remove default value for persistence.deleteEnabled
...
The default value is documented in the README as `nil`, and where referenced, a falsey value is adequate.
Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com >
2022-08-09 10:09:14 -07:00
ddelange
76ff283a25
PR Suggestions
2022-08-08 10:58:50 +02:00
ddelange
fb2132a0c7
PR Suggestions
2022-08-08 10:57:43 +02:00
ddelange
d78c010ca5
Revert "Make the changes additive"
...
This reverts commit fd7fdcaa44 .
2022-08-05 14:11:37 +02:00
ddelange
fd7fdcaa44
Make the changes additive
2022-08-05 14:04:37 +02:00
ddelange
3b4ff679f8
Revert version bump in Chart.yaml
2022-08-04 08:45:05 +02:00
Devin Canterberry
a1cd36f55e
🐞 Add missing namespace to ServiceAccount
...
When `serviceAccount.create` is `true`, this chart creates
a service account. Currently, that service account will be
created without an explicit namespace. This can be problematic
because the Deployment resource does have an explicit namespace
set. Because the ServiceAccount and Deployment (ultimately, the
Pod) must coexist in the same namespace, we need to follow the
same logic when setting the namespace for both.
Fixes https://github.com/twuni/docker-registry.helm/issues/60 .
2022-07-27 23:50:13 -07:00
Devin Canterberry
79c14893af
Merge pull request #61 from joneteus/patch-1
...
Fix reference in README
2022-06-27 11:25:02 -07:00
Joni Ollikainen
257d223141
Fix reference in README
...
f158323875/templates/secret.yaml (L17)
According to `secret.yaml` `haSharedSecret` should be inside `secrets` object
2022-06-27 13:18:19 +03:00
ddelange
29a0863ee2
Merge branch 'main' of https://github.com/twuni/docker-registry.helm into garbage-collector
...
Includes moving additions to demployment.yaml to _helpers.tpl ref https://github.com/twuni/docker-registry.helm/compare/v1.13.0...v2.1.0
* 'main' of https://github.com/twuni/docker-registry.helm: (22 commits)
Updated README with initContainers value
Add initContainer support
🏁 v2.1.0 Release
Added support for autoscaling using hpa
🏁 v2.0.1 Release
🌐 make protocol selection work with istio
fix(templates): Add checksum on secret.yaml file
🏁 v2.0.0 Release
Fix #19 (new kubernetes API version)
🏁 v1.16.0 Release
Conditionally create service account and add to deployment
🏁 v1.15.0 Release
Support deployment to a namespace
Updated typo to enable(d)
🏁 v1.14.0 Release
Enable metrics via Prometheus Operator
Support additional env variables
🏁 v1.13.2 Release
Add support for S3 bucket to prefix all data
🏁 v1.13.1 Release
...
2022-06-24 09:31:37 +02:00
Devin Canterberry
f158323875
Merge pull request #40 from g-linville/initContainer
...
Add initContainer support
2022-04-14 17:04:43 -07:00
Grant Linville
39788072e6
Updated README with initContainers value
2022-04-14 10:28:01 -04:00
Grant Linville
0b6729f21d
Add initContainer support
2022-04-14 10:27:29 -04:00
Devin Canterberry
b5ad18ea83
🏁 v2.1.0 Release
v2.1.0
2022-02-02 19:45:14 -08:00
Devin Canterberry
297f860dd6
Merge pull request #38 from SimonRupar/hpa
...
Added support for pod autoscaling using Horizontal Pod Autoscaler
2022-02-02 14:20:12 -08:00