-
Notifications
You must be signed in to change notification settings - Fork 0
fix(container): update image ghcr.io/grafana/helm-charts/grafana ( 10.4.2 → 10.4.3 ) #417
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
Merged
Conversation
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
--- kubernetes/apps/infrastructure/argocd/app Kustomization: flux-system/argocd HelmRelease: infrastructure/argocd
+++ kubernetes/apps/infrastructure/argocd/app Kustomization: flux-system/argocd HelmRelease: infrastructure/argocd
@@ -13,13 +13,13 @@
spec:
chart: argo-cd
interval: 30m
sourceRef:
kind: HelmRepository
name: argocd
- version: 9.2.3
+ version: 9.2.2
interval: 30m
values:
configs:
cm:
admin.enabled: false
kustomize.buildOptions: --enable-helm |
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-applicationset-controller
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-applicationset-controller
@@ -23,13 +23,13 @@
matchLabels:
app.kubernetes.io/name: argocd-applicationset-controller
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
labels:
app.kubernetes.io/name: argocd-applicationset-controller
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: applicationset-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-notifications-controller
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-notifications-controller
@@ -25,13 +25,13 @@
matchLabels:
app.kubernetes.io/name: argocd-notifications-controller
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
labels:
app.kubernetes.io/name: argocd-notifications-controller
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: notifications-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-repo-server
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-repo-server
@@ -23,14 +23,14 @@
matchLabels:
app.kubernetes.io/name: argocd-repo-server
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
- checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+ checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
labels:
app.kubernetes.io/name: argocd-repo-server
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: repo-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
@@ -334,30 +334,12 @@
- name: repo-server
containerPort: 8081
protocol: TCP
- name: metrics
containerPort: 8084
protocol: TCP
- livenessProbe:
- httpGet:
- path: /healthz?full=true
- port: metrics
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /healthz
- port: metrics
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
resources: {}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-server
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-server
@@ -23,14 +23,14 @@
matchLabels:
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
- checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+ checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
labels:
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
@@ -382,30 +382,12 @@
- name: server
containerPort: 8080
protocol: TCP
- name: metrics
containerPort: 8083
protocol: TCP
- livenessProbe:
- httpGet:
- path: /healthz?full=true
- port: server
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /healthz
- port: server
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
resources: {}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-dex-server
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-dex-server
@@ -23,13 +23,13 @@
matchLabels:
app.kubernetes.io/name: argocd-dex-server
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
labels:
app.kubernetes.io/name: argocd-dex-server
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: dex-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
--- HelmRelease: infrastructure/argocd StatefulSet: infrastructure/argocd-application-controller
+++ HelmRelease: infrastructure/argocd StatefulSet: infrastructure/argocd-application-controller
@@ -24,14 +24,14 @@
matchLabels:
app.kubernetes.io/name: argocd-application-controller
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
- checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+ checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
labels:
app.kubernetes.io/name: argocd-application-controller
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: application-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd |
df0605f to
77e9f0e
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:
10.4.2→10.4.3Release Notes
grafana/grafana (ghcr.io/grafana/helm-charts/grafana)
v10.4.3: 10.4.3 (2024-05-13)Compare Source
Download page
What's new highlights
Features and enhancements
Bug fixes
resbeing accessed after it becomesnilinpromql_query.go. #85959, @adamyeatsautorefresh option when saving a dashboard. #85921, @bfmateiConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.