generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(container): update image reloader to v1.2.0 #464
Merged
Merged
Conversation
This file contains 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
--- kubernetes/apps/observability/loki/app Kustomization: flux-system/loki HelmRelease: observability/loki
+++ kubernetes/apps/observability/loki/app Kustomization: flux-system/loki HelmRelease: observability/loki
@@ -13,13 +13,13 @@
spec:
chart: loki
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 6.21.0
+ version: 6.19.0
dependsOn:
- name: openebs
namespace: openebs-system
install:
crds: Skip
remediation:
--- 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.1.0
+ version: 1.2.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,22 +30,12 @@
verbs:
- list
- get
- update
- patch
- apiGroups:
- - extensions
- resources:
- - deployments
- - daemonsets
- verbs:
- - list
- - get
- - update
- - patch
-- apiGroups:
- batch
resources:
- cronjobs
verbs:
- list
- get
--- 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.1.0
+ version: v1.2.0
name: reloader
namespace: kube-system
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
@@ -28,27 +28,29 @@
app: reloader
release: reloader
heritage: Helm
app.kubernetes.io/managed-by: Helm
group: com.stakater.platform
provider: stakater
- version: v1.1.0
+ version: v1.2.0
spec:
containers:
- - image: ghcr.io/stakater/reloader:v1.1.0
+ - image: ghcr.io/stakater/reloader:v1.2.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
@@ -69,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.1.0
+ chart: reloader-1.2.0
release: reloader
heritage: Helm
app.kubernetes.io/managed-by: Helm
--- HelmRelease: observability/loki StatefulSet: observability/loki
+++ HelmRelease: observability/loki StatefulSet: observability/loki
@@ -42,13 +42,13 @@
runAsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
terminationGracePeriodSeconds: 30
containers:
- name: loki-sc-rules
- image: kiwigrid/k8s-sidecar:1.28.0
+ image: kiwigrid/k8s-sidecar:1.27.5
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: loki_rule
@@ -63,13 +63,13 @@
- name: LOG_LEVEL
value: INFO
volumeMounts:
- name: sc-rules-volume
mountPath: /rules
- name: loki
- image: docker.io/grafana/loki:3.3.0
+ image: docker.io/grafana/loki:3.2.0
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/loki/config/config.yaml
- -target=all
ports:
- name: http-metrics |
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
November 25, 2024 06:38
da0598e
to
fe2a0b1
Compare
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.1.0
->1.2.0
Release Notes
stakater/Reloader (reloader)
v1.2.0
Compare 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.0
might not have a chart released with the same version) **What's Changed
extensions
from helm templates by @tom1299 in https://github.com/stakater/Reloader/pull/784New Contributors
Full Changelog: stakater/Reloader@v1.1.0...v1.2.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.