-
Notifications
You must be signed in to change notification settings - Fork 4
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 prometheus-adapter to v4.10.0 #282
Closed
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
github-actions
bot
added
the
area/kubernetes
Changes made in the kubernetes directory
label
Apr 6, 2024
obocaman
bot
force-pushed
the
renovate/prometheus-adapter-4.x
branch
2 times, most recently
from
April 6, 2024 22:05
e0692b3
to
62f942f
Compare
--- kubernetes/apps/observability/prometheus-adapter/app Kustomization: flux-system/cluster-apps-prometheus-adapter HelmRelease: observability/prometheus-adapter
+++ kubernetes/apps/observability/prometheus-adapter/app Kustomization: flux-system/cluster-apps-prometheus-adapter HelmRelease: observability/prometheus-adapter
@@ -9,13 +9,13 @@
spec:
chart: prometheus-adapter
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
- version: 4.1.1
+ version: 4.10.0
install:
crds: CreateReplace
createNamespace: true
remediation:
retries: 3
interval: 15m |
--- kubernetes HelmRelease: observability/prometheus-adapter Deployment: observability/prometheus-adapter
+++ kubernetes HelmRelease: observability/prometheus-adapter Deployment: observability/prometheus-adapter
@@ -31,19 +31,18 @@
app.kubernetes.io/instance: prometheus-adapter
name: prometheus-adapter
spec:
serviceAccountName: prometheus-adapter
containers:
- name: prometheus-adapter
- image: registry.k8s.io/prometheus-adapter/prometheus-adapter:v0.10.0
+ image: registry.k8s.io/prometheus-adapter/prometheus-adapter:v0.11.2
imagePullPolicy: IfNotPresent
args:
- /adapter
- --secure-port=6443
- --cert-dir=/tmp/cert
- - --logtostderr=true
- --prometheus-url=http://prometheus-prometheus.monitoring.svc.cluster.local:9090
- --metrics-relist-interval=1m
- --v=4
- --config=/etc/adapter/config.yaml
ports:
- containerPort: 6443
@@ -69,13 +68,13 @@
cpu: 148m
memory: 258M
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- - all
+ - ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 10001
seccompProfile:
type: RuntimeDefault
volumeMounts:
@@ -84,13 +83,12 @@
readOnly: true
- mountPath: /tmp
name: tmp
nodeSelector: {}
affinity: {}
topologySpreadConstraints: []
- priorityClassName: null
securityContext:
fsGroup: 10001
tolerations: []
volumes:
- name: config
configMap:
--- kubernetes HelmRelease: observability/prometheus-adapter Service: observability/prometheus-adapter
+++ kubernetes HelmRelease: observability/prometheus-adapter Service: observability/prometheus-adapter
@@ -10,12 +10,13 @@
app.kubernetes.io/instance: prometheus-adapter
name: prometheus-adapter
namespace: observability
spec:
ports:
- port: 443
+ name: https
protocol: TCP
targetPort: https
selector:
app.kubernetes.io/name: prometheus-adapter
app.kubernetes.io/instance: prometheus-adapter
type: ClusterIP |
obocaman
bot
force-pushed
the
renovate/prometheus-adapter-4.x
branch
10 times, most recently
from
April 13, 2024 01:19
ff8a733
to
f1d527d
Compare
obocaman
bot
force-pushed
the
renovate/prometheus-adapter-4.x
branch
11 times, most recently
from
April 20, 2024 01:29
db70627
to
6f0cd09
Compare
obocaman
bot
force-pushed
the
renovate/prometheus-adapter-4.x
branch
2 times, most recently
from
April 27, 2024 01:27
8340209
to
ce1ca08
Compare
obocaman
bot
force-pushed
the
renovate/prometheus-adapter-4.x
branch
8 times, most recently
from
May 5, 2024 19:25
5cf1cf2
to
c0b5250
Compare
obocaman
bot
force-pushed
the
renovate/prometheus-adapter-4.x
branch
from
May 9, 2024 05:06
c0b5250
to
78128e6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
4.1.1
->4.10.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - "on saturday" (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 has been generated by Renovate Bot.