You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`reloader.deployment.tolerations`| A list of `tolerations` to be applied to the deployment | array |`[]`|
359
359
|`reloader.deployment.topologySpreadConstraints`| Topology spread constraints for pod assignment | array |`[]`|
360
360
|`reloader.deployment.annotations`| Set deployment annotations | map |`{}`|
361
-
|`reloader.deployment.labels`| Set deployment labels, default to stakater settings | array |`see values.yaml`|
361
+
|`reloader.deployment.labels`| Set deployment labels, default to Stakater settings | array |`see values.yaml`|
362
362
|`reloader.deployment.image`| Set container image name, tag and policy | array |`see values.yaml`|
363
363
|`reloader.deployment.env`| Support for extra environment variables | array |`[]`|
364
364
|`reloader.deployment.livenessProbe`| Set liveness probe timeout values | map |`{}`|
@@ -453,6 +453,7 @@ To make a GitHub release:
453
453
1. Code owners run a dispatch mode workflow to automatically generate version and manifests on the release branch
454
454
1. A PR is created to bump the image version on the release branch, example: [PR-798](https://github.com/stakater/Reloader/pull/798)
455
455
1. Code owners create a GitHub release with tag `vX.Y.Z` and target branch `release-vX.Y.Z`, which triggers creation of images
456
+
1. Code owners create a PR to update the Helm chart version
456
457
457
458
_Repository git tagging_: Push to the main branch will create a merge-image and merge-tag named `merge-${{ github.event.number }}`, for example `merge-800` when pull request number 800 is merged.
0 commit comments