-
Notifications
You must be signed in to change notification settings - Fork 0
fix(helm): update chart argo-cd ( 9.2.2 → 9.2.3 ) #419
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/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack OCIRepository: monitoring/kube-prometheus-stack
+++ kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack OCIRepository: monitoring/kube-prometheus-stack
@@ -11,9 +11,9 @@
spec:
interval: 1h
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 80.9.2
+ tag: 80.9.1
url: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
|
--- 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: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+ checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
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: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+ checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
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: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
- checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
+ checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+ checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
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,12 +334,30 @@
- 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: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
- checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
+ checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+ checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
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,12 +382,30 @@
- 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: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+ checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
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: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
- checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
+ checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+ checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
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 |
bb261bc to
504986d
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:
9.2.2→9.2.3Release Notes
argoproj/argo-helm (argo-cd)
v9.2.3Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-cd-9.2.2...argo-cd-9.2.3
Configuration
📅 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.