feat(helm): update chart reloader to 1.3.0#10
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
--- kubernetes/apps/kube-system/reloader/app Kustomization: flux-system/reloader HelmRelease: kube-system/reloader
+++ kubernetes/apps/kube-system/reloader/app Kustomization: flux-system/reloader HelmRelease: kube-system/reloader
@@ -13,13 +13,13 @@
spec:
chart: reloader
sourceRef:
kind: HelmRepository
name: stakater
namespace: flux-system
- version: 1.0.97
+ version: 1.3.0
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
--- HelmRelease: kube-system/reloader ClusterRole: kube-system/reloader-role
+++ HelmRelease: kube-system/reloader ClusterRole: kube-system/reloader-role
@@ -30,34 +30,27 @@
verbs:
- list
- get
- update
- patch
- apiGroups:
- - extensions
- resources:
- - deployments
- - daemonsets
- verbs:
- - list
- - get
- - update
- - patch
-- apiGroups:
- batch
resources:
- cronjobs
verbs:
- list
- get
- apiGroups:
- batch
resources:
- jobs
verbs:
- create
+ - delete
+ - list
+ - get
- apiGroups:
- ''
resources:
- events
verbs:
- create
--- HelmRelease: kube-system/reloader Deployment: kube-system/reloader
+++ HelmRelease: kube-system/reloader Deployment: kube-system/reloader
@@ -9,13 +9,13 @@
app: reloader
release: reloader
heritage: Helm
app.kubernetes.io/managed-by: Helm
group: com.stakater.platform
provider: stakater
- version: v1.0.97
+ version: v1.3.0
name: reloader
namespace: kube-system
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
@@ -28,18 +28,29 @@
app: reloader
release: reloader
heritage: Helm
app.kubernetes.io/managed-by: Helm
group: com.stakater.platform
provider: stakater
- version: v1.0.97
+ version: v1.3.0
spec:
containers:
- - image: ghcr.io/stakater/reloader:v1.0.97
+ - image: ghcr.io/stakater/reloader:v1.3.0
imagePullPolicy: IfNotPresent
name: reloader
+ env:
+ - name: GOMAXPROCS
+ valueFrom:
+ resourceFieldRef:
+ resource: limits.cpu
+ divisor: '1'
+ - name: GOMEMLIMIT
+ valueFrom:
+ resourceFieldRef:
+ resource: limits.memory
+ divisor: '1'
ports:
- name: http
containerPort: 9090
livenessProbe:
httpGet:
path: /live
@@ -60,12 +71,14 @@
initialDelaySeconds: 10
securityContext:
readOnlyRootFilesystem: true
volumeMounts:
- mountPath: /tmp/
name: tmp-volume
+ args:
+ - --log-level=info
securityContext:
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
serviceAccountName: reloader
--- HelmRelease: kube-system/reloader PodMonitor: kube-system/reloader
+++ HelmRelease: kube-system/reloader PodMonitor: kube-system/reloader
@@ -18,11 +18,11 @@
namespaceSelector:
matchNames:
- kube-system
selector:
matchLabels:
app: reloader
- chart: reloader-1.0.97
+ chart: reloader-1.3.0
release: reloader
heritage: Helm
app.kubernetes.io/managed-by: Helm
|
73c32df to
9771f31
Compare
9771f31 to
0010e15
Compare
0010e15 to
b61b096
Compare
b61b096 to
43173f5
Compare
43173f5 to
6e1db0c
Compare
6e1db0c to
bb2ede6
Compare
bb2ede6 to
55bf94e
Compare
55bf94e to
1b248eb
Compare
1b248eb to
0186e01
Compare
0186e01 to
3cc622f
Compare
3cc622f to
90acf71
Compare
90acf71 to
a19adef
Compare
a19adef to
5d2f3c4
Compare
5d2f3c4 to
bb89fd0
Compare
bb89fd0 to
9c62993
Compare
9c62993 to
b19a9bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.97→1.3.0Release Notes
stakater/Reloader (reloader)
v1.3.0Compare Source
What's Changed
New Contributors
Full Changelog: stakater/Reloader@v1.2.1...v1.3.0
v1.2.1Compare Source
What's Changed
New Contributors
Full Changelog: stakater/Reloader@v1.2.0...v1.2.1
v1.2.0Compare Source
Announcement 📢 📢 📢
From this release onwards, helm charts and images/git releases will have different semver versioning. If you are using git releases as a reference for helm charts, it will break in the future.
It is recommended to make changes to your workflows to accommodate these changes for smooth upgrades in the future.
Changes were made to the understanding of our mistakes in treating both helm chart and git releases as related artifacts so they had the same versioning on releases, which we consider is wrong and we are attempting to fix it.
Apologies in advance for trouble, if any.
** (Different versioning for both artifacts; for example, git release of
v1.2.0might not have a chart released with the same version) **What's Changed
extensionsfrom helm templates by @tom1299 in #784New Contributors
Full Changelog: stakater/Reloader@v1.1.0...v1.2.0
v1.1.0Compare Source
Announcement 📢 📢 📢
Discussions are being done internally on
how to release helm charts, it is highly likely that the release versioning of helm chart and images will become divergent from next release onwards.(Different versioning for both artifacts, for example git release of
v1.1.1might not have a chart released with the same version)Pls edit your automated workflows to accommodate for this change before the new release to have seamless updates in your clusters.
What's Changed
New Contributors
Full Changelog: stakater/Reloader@v1.0.121...v1.1.0
v1.0.121Compare Source
Changelog
04a9874Merge pull request #723 from robgordon89/fix/pod-name-env-ha-fix70ab566[skip-ci] Update artifacts32d5ce8chore: fix for POD_NAME and POD_NAMESPACE envs when enableHA is trueef0ea91fix default values for memory and cpuv1.0.120Compare Source
Changelog
4dcecccMerge pull request #719 from stakater/disable-pr-target80c54f8Switch PR workflow to pull_request12b9a19Tell Go runtime about the CPU & memory limits. (#699)e6d833b[skip-ci] Update artifactsv1.0.119Compare Source
Changelog
038f9a8Reloader Enterprise (#707)6b02646Update README.md (#715)43ea11a[skip-ci] Update artifactsb6b9bb9added sonar props file (#712)ae67d2cchore(deps): update anothrnick/github-tag-action action to v1.70.0 (#705)v1.0.116Compare Source
Changelog
cbf501fMerge branch 'master' into masterb6894f6Merge pull request #695 from deschmih/master49997ac[skip-ci] Update artifacts2260d72feature reload-on-delete implemented, test cases enhancedcda9fa9feature reload-on-delete removed from doc074a42dfeature reload-on-delete removed from docv1.0.115Compare Source
Changelog
9f5211b[skip-ci] Update artifactsab7e4ddfix(deps): update module github.com/argoproj/argo-rollouts to v1.7.1 (#702)v1.0.114Compare Source
Changelog
0bcf8cbMerge pull request #686 from jfroy/oci-invalid-versionfc955f7[skip-ci] Update artifacts5d6309bfix: replace + with _ in Chart.Versionv1.0.112Compare Source
Changelog
7f5ea8cMerge pull request #690 from alexanderldavis/enable_metrics_by_namespace6eeba71chore(docs): add information about new opt-in metric09d9053chore(docs): apply reviewdog grammar suggestion6cd458bchore(tests): fix ReloadedByNamespace tests3f6e98afeat: add new opt-in metric of reloads by namespace220a9d5fix: wrong conditional on new metric testv1.0.110Compare Source
Changelog
2e68364[ENHANCE] #639 , Add resources to the Reloader deployment. (#692)v1.0.108Compare Source
Changelog
d571ebeMerge pull request #688 from stakater/renovate/github.com-argoproj-argo-rollouts-1.xb557e68Merge pull request #689 from stakater/renovate/stakater-.github-0.x0a3a01aMerge pull request #691 from stakater/renovate/github.com-spf13-cobra-1.xfb9748e[skip-ci] Update artifacts757f76cchore(deps): update stakater/.github action to v0.0.821e285cbfix(deps): update module github.com/argoproj/argo-rollouts to v1.7.03848e03fix(deps): update module github.com/spf13/cobra to v1.8.1v1.0.107Compare Source
Changelog
aa1e265Merge pull request #679 from IdanAdar/patch-1c40632fUpdate .goreleaser.yml8595b4a[skip-ci] Update artifactsv1.0.106Compare Source
Changelog
24d7b6bMerge pull request #682 from stakater/update-releaser4bbbbc2Update goreleaser with --clean flag21711b3chore(deps): update dependency stakater/vale-package to v0.0.25 (#680)v1.0.105Compare Source
v1.0.104Compare Source
Changelog
c71ce83Merge pull request #673 from plotly/bump-go6f46ebc[skip-ci] Update artifacts7b088bebump go from 1.21.6 -> 1.21.9v1.0.103Compare Source
Changelog
ec2f2e8[skip-ci] Update artifactse8a5b84chore(deps): update stakater/.github action to v0.0.79 (#674)v1.0.101Compare Source
Changelog
8323a35Bump golang.org/x/net from 0.20.0 to 0.25.05dea8d2Merge pull request #672 from plotly/go_modules/golang.org/x/net-0.25.0f682a69[skip-ci] Update artifacts81199fdchore(deps): update stakater/.github action to v0.0.77 (#670)2c4a6d5go mod tidyv1.0.100Compare Source
v1.0.98Compare Source
Changelog
26faea7chore(deps): update dependency stakater/vale-package to v0.0.21 (#666)df92a3achore(deps): update stakater/.github action to v0.0.76 (#667)Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.