suxess-it / sx-cnp-oss

7 stars 1 forks source link

Update Helm release argo-cd to v7.4.1 #394

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
argo-cd minor 7.3.11 -> 7.4.1

Release Notes

argoproj/argo-helm (argo-cd) ### [`v7.4.1`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-7.4.1) [Compare Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-7.4.0...argo-cd-7.4.1) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. #### What's Changed - fix(argo-cd): Set TTL on redis-secret-init Job by [@​jkleinlercher](https://togithub.com/jkleinlercher) in [https://github.com/argoproj/argo-helm/pull/2861](https://togithub.com/argoproj/argo-helm/pull/2861) #### New Contributors - [@​jkleinlercher](https://togithub.com/jkleinlercher) made their first contribution in [https://github.com/argoproj/argo-helm/pull/2861](https://togithub.com/argoproj/argo-helm/pull/2861) **Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.4.0...argo-cd-7.4.1 ### [`v7.4.0`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-7.4.0) [Compare Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-7.3.11...argo-cd-7.4.0) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. #### What's Changed - chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 in the dependencies group by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/argoproj/argo-helm/pull/2860](https://togithub.com/argoproj/argo-helm/pull/2860) - chore(deps): update renovatebot/github-action action to v40.2.5 by [@​argoproj-renovate](https://togithub.com/argoproj-renovate) in [https://github.com/argoproj/argo-helm/pull/2862](https://togithub.com/argoproj/argo-helm/pull/2862) - feat(argo-cd): Upgrade to Argo CD 2.12.0 by [@​pdrastil](https://togithub.com/pdrastil) in [https://github.com/argoproj/argo-helm/pull/2820](https://togithub.com/argoproj/argo-helm/pull/2820) **Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.41.14...argo-cd-7.4.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

github-actions[bot] commented 2 months ago
Changes Rendered Chart ```diff diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 5 serviceName: release-name-argocd-application-controller @@ -23,27 +23,27 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: ad8cbf5dc78445caa3105987706abcb8d11fd3d3e71a83808b6dab49aacbcb1c + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 + checksum/cm: 87e344b435392a14fc27f0edb451c70d432d1b521e26ac18dc331cc2ee28053a labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-application-controller automountServiceAccountToken: true containers: - args: - /usr/local/bin/argocd-application-controller - --metrics-port=8082 - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: application-controller env: - name: ARGOCD_CONTROLLER_REPLICAS diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,24 +22,24 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-applicationset-controller automountServiceAccountToken: true containers: - name: applicationset-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-applicationset-controller - --metrics-addr=:8080 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -31,22 +31,31 @@ - jsonPath: .status.sync.revision name: Revision priority: 10 type: string + - jsonPath: .spec.project + name: Project + priority: 10 + type: string name: v1alpha1 schema: openAPIV3Schema: description: Application is a definition of Application resource. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object operation: @@ -142,24 +151,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version (Helm) - which to sync the application to If omitted, will use the revision - specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or chart - version (Helm) which to sync each source in sources field for - the application to If omitted, will use the revision specified - in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. @@ -478,20 +486,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be - commit, tag, or branch. If omitted, will equal to HEAD. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -817,13 +825,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -840,23 +847,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -875,11 +882,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is not @@ -906,12 +913,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted managers. - Fields mutated by those managers will take precedence over - the desired state defined in the SCM and won't be displayed - in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -936,20 +942,19 @@ - value type: object type: array project: - description: Project is a reference to the project this application - belongs to. The empty string means that application belongs to the - 'default' project. + description: |- + Project is a reference to the project this application belongs to. + The empty string means that application belongs to the 'default' project. type: string revisionHistoryLimit: - description: RevisionHistoryLimit limits the number of items kept - in the application's revision history, which is used for informational - purposes as well as for rollbacks to previous versions. This should - only be changed in exceptional circumstances. Setting to zero will - store no history. This will reduce storage used. Increasing will - increase the space used to store the history, so we do not recommend - increasing it. Default is 10. + description: |- + RevisionHistoryLimit limits the number of items kept in the application's revision history, which is used for informational purposes as well as for rollbacks to previous versions. + This should only be changed in exceptional circumstances. + Setting to zero will store no history. This will reduce storage used. + Increasing will increase the space used to store the history, so we do not recommend increasing it. + Default is 10. format: int64 type: integer source: description: Source is a reference to the location of the application's @@ -1266,12 +1271,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -1598,12 +1603,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of - Helm, this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2094,13 +2099,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2440,13 +2444,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2456,11 +2459,11 @@ - id type: object type: array observedAt: - description: 'ObservedAt indicates when the application state was - updated without querying latest git state Deprecated: controller - no longer updates ObservedAt field' + description: |- + ObservedAt indicates when the application state was updated without querying latest git state + Deprecated: controller no longer updates ObservedAt field format: date-time type: string operationState: description: OperationState contains information about any ongoing @@ -2571,24 +2574,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version - (Helm) which to sync the application to If omitted, - will use the revision specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or - chart version (Helm) which to sync each source in sources - field for the application to If omitted, will use the - revision specified in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm @@ -2929,21 +2931,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -3292,13 +3293,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision - of the source to sync the application to. In case - of Git, this can be commit, tag, or branch. If - omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -3317,25 +3317,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -3377,11 +3375,11 @@ group: description: Group specifies the API group of the resource type: string hookPhase: - description: HookPhase contains the state of any operation - associated with this resource OR hook This can also - contain values for non-hook resources. + description: |- + HookPhase contains the state of any operation associated with this resource OR hook + This can also contain values for non-hook resources. type: string hookType: description: HookType specifies the type of the hook. Empty for non-hook resources @@ -3764,13 +3762,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4119,13 +4116,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4150,10 +4146,11 @@ resources: description: Resources is a list of Kubernetes resources managed by this application items: - description: 'ResourceStatus holds the current sync and health status - of a resource TODO: describe members of this type' + description: |- + ResourceStatus holds the current sync and health status of a resource + TODO: describe members of this type properties: group: type: string health: @@ -4234,12 +4231,11 @@ target cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace - for the application's resources. The namespace will - only be set for namespace-scoped resources that have - not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name @@ -4266,12 +4262,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted - managers. Fields mutated by those managers will take - precedence over the desired state defined in the SCM - and won't be displayed in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -4615,13 +4610,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4970,13 +4964,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -64,8 +64,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -660,8 +661,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -2422,8 +2424,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -3018,8 +3021,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -6883,8 +6887,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array template: properties: @@ -7479,8 +7484,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -8075,8 +8081,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -11940,8 +11947,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array mergeKeys: items: @@ -14640,8 +14648,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array goTemplate: type: boolean @@ -15298,13 +15307,18 @@ status: type: string step: type: string + targetRevisions: + items: + type: string + type: array required: - application - message - status - step + - targetRevisions type: object type: array conditions: items: @@ -15326,8 +15340,39 @@ - status - type type: object type: array + resources: + items: + properties: + group: + type: string + health: + properties: + message: + type: string + status: + type: string + type: object + hook: + type: boolean + kind: + type: string + name: + type: string + namespace: + type: string + requiresPruning: + type: boolean + status: + type: string + syncWave: + format: int64 + type: integer + version: + type: string + type: object + type: array type: object required: - metadata - spec diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -23,24 +23,30 @@ versions: - name: v1alpha1 schema: openAPIV3Schema: - description: 'AppProject provides a logical grouping of applications, providing - controls for: * where the apps may deploy to (cluster whitelist) * what - may be deployed (repository whitelist, resource whitelist/blacklist) * who - can access these applications (roles, OIDC group claims bindings) * and - what they can do (RBAC policies) * automation access to these roles (JWT - tokens)' + description: |- + AppProject provides a logical grouping of applications, providing controls for: + * where the apps may deploy to (cluster whitelist) + * what may be deployed (repository whitelist, resource whitelist/blacklist) + * who can access these applications (roles, OIDC group claims bindings) + * and what they can do (RBAC policies) + * automation access to these roles (JWT tokens) properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: @@ -49,11 +55,11 @@ clusterResourceBlacklist: description: ClusterResourceBlacklist contains list of blacklisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -66,11 +72,11 @@ clusterResourceWhitelist: description: ClusterResourceWhitelist contains list of whitelisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -95,11 +101,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is @@ -110,11 +116,11 @@ namespaceResourceBlacklist: description: NamespaceResourceBlacklist contains list of blacklisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -127,11 +133,11 @@ namespaceResourceWhitelist: description: NamespaceResourceWhitelist contains list of whitelisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,17 +22,17 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-dex-server automountServiceAccountToken: true @@ -82,9 +82,9 @@ - name: argocd-dex-server-tls mountPath: /tls initContainers: - name: copyutil - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent command: - /bin/cp - -n diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-dex-server diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: http protocol: TCP diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -21,15 +21,15 @@ app.kubernetes.io/name: argocd-redis template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: securityContext: runAsNonRoot: true runAsUser: 999 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: @@ -41,8 +41,10 @@ resources: - appprojects verbs: - get + - list + - watch - apiGroups: - "" resources: - events diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-health-configmap namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: redis_liveness.sh: | response=$( redis-cli \ diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: redis port: 6379 diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-05 15:32:06.067715572 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -8,33 +8,33 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: containers: - command: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: secret-init resources: {} diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-05 15:32:06.067715572 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" rules: - apiGroups: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-05 15:32:06.067715572 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" roleRef: apiGroup: rbac.authorization.k8s.io diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-05 15:32:06.067715572 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -9,11 +9,11 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 5 serviceName: release-name-argocd-application-controller @@ -23,27 +23,27 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 08788d0a1b4cd22f4e414ffe15ab404e3a73b44cc4bca5eefb727d253f597165 + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 + checksum/cm: ad396d30a7eeb1b2960810f0cfa5cd23e2c65e4d2e01852d46c01f575080270d labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-application-controller automountServiceAccountToken: true containers: - args: - /usr/local/bin/argocd-application-controller - --metrics-port=8082 - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: application-controller env: - name: ARGOCD_CONTROLLER_REPLICAS diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,24 +22,24 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-applicationset-controller automountServiceAccountToken: true containers: - name: applicationset-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-applicationset-controller - --metrics-addr=:8080 diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: @@ -41,8 +41,10 @@ resources: - appprojects verbs: - get + - list + - watch - apiGroups: - "" resources: - events diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-webhook diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-webhook diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: accounts.backstage: apiKey admin.enabled: "true" application.instanceLabelKey: argocd.argoproj.io/instance diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cmd-params-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-cmd-params-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: application.namespaces: adn-* applicationsetcontroller.allowed.scm.providers: https://github.com/ applicationsetcontroller.enable.leader.election: "false" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-gpg-keys-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-gpg-keys-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-notifications-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: context: | argocdUrl: https://argocd.lab.suxessit.k8s.cloud.uibk.ac.at diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -5,13 +5,13 @@ metadata: name: argocd-notifications-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque stringData: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-rbac-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-rbac-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: policy.csv: | p, backstage, applications, get, */*, allow policy.default: "" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-ssh-known-hosts-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-ssh-known-hosts-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: ssh_known_hosts: | [ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-tls-certs-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-tls-certs-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 strategy: @@ -24,22 +24,22 @@ app.kubernetes.io/instance: release-name template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-notifications-controller automountServiceAccountToken: true containers: - name: notifications-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-notifications - --metrics-port=9001 diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP selector: app.kubernetes.io/name: argocd-notifications-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 08788d0a1b4cd22f4e414ffe15ab404e3a73b44cc4bca5eefb727d253f597165 + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 + checksum/cm: ad396d30a7eeb1b2960810f0cfa5cd23e2c65e4d2e01852d46c01f575080270d labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: release-name-argocd-repo-server automountServiceAccountToken: true containers: - name: repo-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-repo-server - --port=8081 @@ -245,8 +245,14 @@ configMapKeyRef: key: reposerver.revision.cache.lock.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES + valueFrom: + configMapKeyRef: + key: reposerver.include.hidden.directories + name: argocd-cmd-params-cm + optional: true - name: HELM_CACHE_HOME value: /helm-working-dir - name: HELM_CONFIG_HOME value: /helm-working-dir @@ -310,9 +316,9 @@ - /bin/cp - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: copyutil resources: {} diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,12 +5,12 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-repo-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: accounts.backstage: apiKey admin.enabled: "true" application.instanceLabelKey: argocd.argoproj.io/instance diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -3,15 +3,15 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-repo-server namespace: default spec: ports: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -6,11 +6,11 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: ```
github-actions[bot] commented 2 months ago
Changes Default Values ```diff ```
github-actions[bot] commented 2 months ago
Changes Rendered Chart ```diff diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 08788d0a1b4cd22f4e414ffe15ab404e3a73b44cc4bca5eefb727d253f597165 + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 + checksum/cm: ad396d30a7eeb1b2960810f0cfa5cd23e2c65e4d2e01852d46c01f575080270d labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-server automountServiceAccountToken: true containers: - name: server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-server - --port=8080 diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" annotations: cert.gardener.cloud/purpose: "managed" dns.gardener.cloud/class: "garden" dns.gardener.cloud/dnsnames: "argocd.lab.suxessit.k8s.cloud.uibk.ac.at" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP sessionAffinity: None ports: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cmd-params-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-cmd-params-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: application.namespaces: adn-* applicationsetcontroller.allowed.scm.providers: https://github.com/ applicationsetcontroller.enable.leader.election: "false" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -31,22 +31,31 @@ - jsonPath: .status.sync.revision name: Revision priority: 10 type: string + - jsonPath: .spec.project + name: Project + priority: 10 + type: string name: v1alpha1 schema: openAPIV3Schema: description: Application is a definition of Application resource. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object operation: @@ -142,24 +151,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version (Helm) - which to sync the application to If omitted, will use the revision - specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or chart - version (Helm) which to sync each source in sources field for - the application to If omitted, will use the revision specified - in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. @@ -478,20 +486,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be - commit, tag, or branch. If omitted, will equal to HEAD. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -817,13 +825,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -840,23 +847,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -875,11 +882,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is not @@ -906,12 +913,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted managers. - Fields mutated by those managers will take precedence over - the desired state defined in the SCM and won't be displayed - in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -936,20 +942,19 @@ - value type: object type: array project: - description: Project is a reference to the project this application - belongs to. The empty string means that application belongs to the - 'default' project. + description: |- + Project is a reference to the project this application belongs to. + The empty string means that application belongs to the 'default' project. type: string revisionHistoryLimit: - description: RevisionHistoryLimit limits the number of items kept - in the application's revision history, which is used for informational - purposes as well as for rollbacks to previous versions. This should - only be changed in exceptional circumstances. Setting to zero will - store no history. This will reduce storage used. Increasing will - increase the space used to store the history, so we do not recommend - increasing it. Default is 10. + description: |- + RevisionHistoryLimit limits the number of items kept in the application's revision history, which is used for informational purposes as well as for rollbacks to previous versions. + This should only be changed in exceptional circumstances. + Setting to zero will store no history. This will reduce storage used. + Increasing will increase the space used to store the history, so we do not recommend increasing it. + Default is 10. format: int64 type: integer source: description: Source is a reference to the location of the application's @@ -1266,12 +1271,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -1598,12 +1603,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of - Helm, this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2094,13 +2099,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2440,13 +2444,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2456,11 +2459,11 @@ - id type: object type: array observedAt: - description: 'ObservedAt indicates when the application state was - updated without querying latest git state Deprecated: controller - no longer updates ObservedAt field' + description: |- + ObservedAt indicates when the application state was updated without querying latest git state + Deprecated: controller no longer updates ObservedAt field format: date-time type: string operationState: description: OperationState contains information about any ongoing @@ -2571,24 +2574,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version - (Helm) which to sync the application to If omitted, - will use the revision specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or - chart version (Helm) which to sync each source in sources - field for the application to If omitted, will use the - revision specified in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm @@ -2929,21 +2931,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -3292,13 +3293,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision - of the source to sync the application to. In case - of Git, this can be commit, tag, or branch. If - omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -3317,25 +3317,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -3377,11 +3375,11 @@ group: description: Group specifies the API group of the resource type: string hookPhase: - description: HookPhase contains the state of any operation - associated with this resource OR hook This can also - contain values for non-hook resources. + description: |- + HookPhase contains the state of any operation associated with this resource OR hook + This can also contain values for non-hook resources. type: string hookType: description: HookType specifies the type of the hook. Empty for non-hook resources @@ -3764,13 +3762,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4119,13 +4116,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4150,10 +4146,11 @@ resources: description: Resources is a list of Kubernetes resources managed by this application items: - description: 'ResourceStatus holds the current sync and health status - of a resource TODO: describe members of this type' + description: |- + ResourceStatus holds the current sync and health status of a resource + TODO: describe members of this type properties: group: type: string health: @@ -4234,12 +4231,11 @@ target cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace - for the application's resources. The namespace will - only be set for namespace-scoped resources that have - not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name @@ -4266,12 +4262,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted - managers. Fields mutated by those managers will take - precedence over the desired state defined in the SCM - and won't be displayed in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -4615,13 +4610,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4970,13 +4964,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -64,8 +64,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -660,8 +661,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -2422,8 +2424,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -3018,8 +3021,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -6883,8 +6887,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array template: properties: @@ -7479,8 +7484,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -8075,8 +8081,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -11940,8 +11947,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array mergeKeys: items: @@ -14640,8 +14648,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array goTemplate: type: boolean @@ -15298,13 +15307,18 @@ status: type: string step: type: string + targetRevisions: + items: + type: string + type: array required: - application - message - status - step + - targetRevisions type: object type: array conditions: items: @@ -15326,8 +15340,39 @@ - status - type type: object type: array + resources: + items: + properties: + group: + type: string + health: + properties: + message: + type: string + status: + type: string + type: object + hook: + type: boolean + kind: + type: string + name: + type: string + namespace: + type: string + requiresPruning: + type: boolean + status: + type: string + syncWave: + format: int64 + type: integer + version: + type: string + type: object + type: array type: object required: - metadata - spec diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -23,24 +23,30 @@ versions: - name: v1alpha1 schema: openAPIV3Schema: - description: 'AppProject provides a logical grouping of applications, providing - controls for: * where the apps may deploy to (cluster whitelist) * what - may be deployed (repository whitelist, resource whitelist/blacklist) * who - can access these applications (roles, OIDC group claims bindings) * and - what they can do (RBAC policies) * automation access to these roles (JWT - tokens)' + description: |- + AppProject provides a logical grouping of applications, providing controls for: + * where the apps may deploy to (cluster whitelist) + * what may be deployed (repository whitelist, resource whitelist/blacklist) + * who can access these applications (roles, OIDC group claims bindings) + * and what they can do (RBAC policies) + * automation access to these roles (JWT tokens) properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: @@ -49,11 +55,11 @@ clusterResourceBlacklist: description: ClusterResourceBlacklist contains list of blacklisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -66,11 +72,11 @@ clusterResourceWhitelist: description: ClusterResourceWhitelist contains list of whitelisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -95,11 +101,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is @@ -110,11 +116,11 @@ namespaceResourceBlacklist: description: NamespaceResourceBlacklist contains list of blacklisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -127,11 +133,11 @@ namespaceResourceWhitelist: description: NamespaceResourceWhitelist contains list of whitelisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,17 +22,17 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-dex-server automountServiceAccountToken: true @@ -82,9 +82,9 @@ - name: argocd-dex-server-tls mountPath: /tls initContainers: - name: copyutil - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent command: - /bin/cp - -n diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-dex-server diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: http protocol: TCP diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -21,15 +21,15 @@ app.kubernetes.io/name: argocd-redis template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: securityContext: runAsNonRoot: true runAsUser: 999 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-gpg-keys-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-gpg-keys-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-05 15:32:05.619715134 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-05 15:31:38.727698949 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-health-configmap namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: redis_liveness.sh: | response=$( redis-cli \ diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP clusterIP: None ports: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: redis port: 6379 diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -8,33 +8,33 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: containers: - command: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: secret-init resources: {} diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" rules: - apiGroups: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" roleRef: apiGroup: rbac.authorization.k8s.io diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-05 15:32:05.623715137 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-05 15:31:38.731698951 +0000 @@ -9,11 +9,11 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-notifications-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: context: | argocdUrl: https://argocd-127-0-0-1.nip.io diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-05 15:31:38.503698824 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 5 serviceName: release-name-argocd-application-controller @@ -23,27 +23,27 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 - checksum/cm: ff8dbe0ad2afdedc2799e48e30ba98a23f64b943bbc7cb913e963564ac4803d2 + checksum/cmd-params: 0a9413839c280e2e92c0b927708205af0d3e88b4555fda546d8163bc8c7461da + checksum/cm: cf6316fea03380dcf32f25ac97f9a9a79dcf4a73e9d38dcb09bb5c24b52ab7d9 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-application-controller automountServiceAccountToken: true containers: - args: - /usr/local/bin/argocd-application-controller - --metrics-port=8082 - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: application-controller env: - name: ARGOCD_CONTROLLER_REPLICAS diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,24 +22,24 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 + checksum/cmd-params: 0a9413839c280e2e92c0b927708205af0d3e88b4555fda546d8163bc8c7461da labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-applicationset-controller automountServiceAccountToken: true containers: - name: applicationset-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-applicationset-controller - --metrics-addr=:8080 diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: @@ -41,8 +41,10 @@ resources: - appprojects verbs: - get + - list + - watch - apiGroups: - "" resources: - events diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-webhook diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: admin.enabled: "true" application.instanceLabelKey: argocd.argoproj.io/instance exec.enabled: "false" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cmd-params-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-cmd-params-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: application.namespaces: "" applicationsetcontroller.enable.leader.election: "false" applicationsetcontroller.enable.progressive.syncs: "false" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -5,13 +5,13 @@ metadata: name: argocd-notifications-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque stringData: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-gpg-keys-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-gpg-keys-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-notifications-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: context: | argocdUrl: https://argocd.example.com diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,13 +5,13 @@ metadata: name: argocd-notifications-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque stringData: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-rbac-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-rbac-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: policy.csv: "" policy.default: "" policy.matchMode: glob diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-secret.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-secret.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-secret.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-secret.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,12 +5,12 @@ metadata: name: argocd-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-secret app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-ssh-known-hosts-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-ssh-known-hosts-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: ssh_known_hosts: | [ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-tls-certs-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-tls-certs-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 strategy: @@ -24,22 +24,22 @@ app.kubernetes.io/instance: release-name template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-notifications-controller automountServiceAccountToken: true containers: - name: notifications-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-notifications - --metrics-port=9001 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-rbac-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-rbac-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: policy.csv: | p, backstage, applications, get, */*, allow policy.default: "" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 - checksum/cm: ff8dbe0ad2afdedc2799e48e30ba98a23f64b943bbc7cb913e963564ac4803d2 + checksum/cmd-params: 0a9413839c280e2e92c0b927708205af0d3e88b4555fda546d8163bc8c7461da + checksum/cm: cf6316fea03380dcf32f25ac97f9a9a79dcf4a73e9d38dcb09bb5c24b52ab7d9 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: release-name-argocd-repo-server automountServiceAccountToken: true containers: - name: repo-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-repo-server - --port=8081 @@ -245,8 +245,14 @@ configMapKeyRef: key: reposerver.revision.cache.lock.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES + valueFrom: + configMapKeyRef: + key: reposerver.include.hidden.directories + name: argocd-cmd-params-cm + optional: true - name: HELM_CACHE_HOME value: /helm-working-dir - name: HELM_CONFIG_HOME value: /helm-working-dir @@ -310,9 +316,9 @@ - /bin/cp - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: copyutil resources: {} diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,12 +5,12 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-repo-server diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -3,15 +3,15 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-repo-server namespace: default spec: ports: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -6,11 +6,11 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-ssh-known-hosts-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-ssh-known-hosts-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: ssh_known_hosts: | [ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 - checksum/cm: ff8dbe0ad2afdedc2799e48e30ba98a23f64b943bbc7cb913e963564ac4803d2 + checksum/cmd-params: 0a9413839c280e2e92c0b927708205af0d3e88b4555fda546d8163bc8c7461da + checksum/cm: cf6316fea03380dcf32f25ac97f9a9a79dcf4a73e9d38dcb09bb5c24b52ab7d9 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-server automountServiceAccountToken: true containers: - name: server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-server - --port=8080 diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-server diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP sessionAffinity: None ports: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" ```
github-actions[bot] commented 2 months ago
Changes Rendered Chart ```diff diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -31,22 +31,31 @@ - jsonPath: .status.sync.revision name: Revision priority: 10 type: string + - jsonPath: .spec.project + name: Project + priority: 10 + type: string name: v1alpha1 schema: openAPIV3Schema: description: Application is a definition of Application resource. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object operation: @@ -142,24 +151,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version (Helm) - which to sync the application to If omitted, will use the revision - specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or chart - version (Helm) which to sync each source in sources field for - the application to If omitted, will use the revision specified - in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. @@ -478,20 +486,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be - commit, tag, or branch. If omitted, will equal to HEAD. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -817,13 +825,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -840,23 +847,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -875,11 +882,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is not @@ -906,12 +913,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted managers. - Fields mutated by those managers will take precedence over - the desired state defined in the SCM and won't be displayed - in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -936,20 +942,19 @@ - value type: object type: array project: - description: Project is a reference to the project this application - belongs to. The empty string means that application belongs to the - 'default' project. + description: |- + Project is a reference to the project this application belongs to. + The empty string means that application belongs to the 'default' project. type: string revisionHistoryLimit: - description: RevisionHistoryLimit limits the number of items kept - in the application's revision history, which is used for informational - purposes as well as for rollbacks to previous versions. This should - only be changed in exceptional circumstances. Setting to zero will - store no history. This will reduce storage used. Increasing will - increase the space used to store the history, so we do not recommend - increasing it. Default is 10. + description: |- + RevisionHistoryLimit limits the number of items kept in the application's revision history, which is used for informational purposes as well as for rollbacks to previous versions. + This should only be changed in exceptional circumstances. + Setting to zero will store no history. This will reduce storage used. + Increasing will increase the space used to store the history, so we do not recommend increasing it. + Default is 10. format: int64 type: integer source: description: Source is a reference to the location of the application's @@ -1266,12 +1271,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -1598,12 +1603,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of - Helm, this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2094,13 +2099,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2440,13 +2444,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2456,11 +2459,11 @@ - id type: object type: array observedAt: - description: 'ObservedAt indicates when the application state was - updated without querying latest git state Deprecated: controller - no longer updates ObservedAt field' + description: |- + ObservedAt indicates when the application state was updated without querying latest git state + Deprecated: controller no longer updates ObservedAt field format: date-time type: string operationState: description: OperationState contains information about any ongoing @@ -2571,24 +2574,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version - (Helm) which to sync the application to If omitted, - will use the revision specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or - chart version (Helm) which to sync each source in sources - field for the application to If omitted, will use the - revision specified in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm @@ -2929,21 +2931,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -3292,13 +3293,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision - of the source to sync the application to. In case - of Git, this can be commit, tag, or branch. If - omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -3317,25 +3317,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -3377,11 +3375,11 @@ group: description: Group specifies the API group of the resource type: string hookPhase: - description: HookPhase contains the state of any operation - associated with this resource OR hook This can also - contain values for non-hook resources. + description: |- + HookPhase contains the state of any operation associated with this resource OR hook + This can also contain values for non-hook resources. type: string hookType: description: HookType specifies the type of the hook. Empty for non-hook resources @@ -3764,13 +3762,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4119,13 +4116,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4150,10 +4146,11 @@ resources: description: Resources is a list of Kubernetes resources managed by this application items: - description: 'ResourceStatus holds the current sync and health status - of a resource TODO: describe members of this type' + description: |- + ResourceStatus holds the current sync and health status of a resource + TODO: describe members of this type properties: group: type: string health: @@ -4234,12 +4231,11 @@ target cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace - for the application's resources. The namespace will - only be set for namespace-scoped resources that have - not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name @@ -4266,12 +4262,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted - managers. Fields mutated by those managers will take - precedence over the desired state defined in the SCM - and won't be displayed in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -4615,13 +4610,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4970,13 +4964,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -64,8 +64,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -660,8 +661,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -2422,8 +2424,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -3018,8 +3021,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -6883,8 +6887,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array template: properties: @@ -7479,8 +7484,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -8075,8 +8081,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -11940,8 +11947,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array mergeKeys: items: @@ -14640,8 +14648,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array goTemplate: type: boolean @@ -15298,13 +15307,18 @@ status: type: string step: type: string + targetRevisions: + items: + type: string + type: array required: - application - message - status - step + - targetRevisions type: object type: array conditions: items: @@ -15326,8 +15340,39 @@ - status - type type: object type: array + resources: + items: + properties: + group: + type: string + health: + properties: + message: + type: string + status: + type: string + type: object + hook: + type: boolean + kind: + type: string + name: + type: string + namespace: + type: string + requiresPruning: + type: boolean + status: + type: string + syncWave: + format: int64 + type: integer + version: + type: string + type: object + type: array type: object required: - metadata - spec diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -23,24 +23,30 @@ versions: - name: v1alpha1 schema: openAPIV3Schema: - description: 'AppProject provides a logical grouping of applications, providing - controls for: * where the apps may deploy to (cluster whitelist) * what - may be deployed (repository whitelist, resource whitelist/blacklist) * who - can access these applications (roles, OIDC group claims bindings) * and - what they can do (RBAC policies) * automation access to these roles (JWT - tokens)' + description: |- + AppProject provides a logical grouping of applications, providing controls for: + * where the apps may deploy to (cluster whitelist) + * what may be deployed (repository whitelist, resource whitelist/blacklist) + * who can access these applications (roles, OIDC group claims bindings) + * and what they can do (RBAC policies) + * automation access to these roles (JWT tokens) properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: @@ -49,11 +55,11 @@ clusterResourceBlacklist: description: ClusterResourceBlacklist contains list of blacklisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -66,11 +72,11 @@ clusterResourceWhitelist: description: ClusterResourceWhitelist contains list of whitelisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -95,11 +101,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is @@ -110,11 +116,11 @@ namespaceResourceBlacklist: description: NamespaceResourceBlacklist contains list of blacklisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -127,11 +133,11 @@ namespaceResourceWhitelist: description: NamespaceResourceWhitelist contains list of whitelisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,17 +22,17 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 + checksum/cmd-params: 0a9413839c280e2e92c0b927708205af0d3e88b4555fda546d8163bc8c7461da labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-dex-server automountServiceAccountToken: true @@ -82,9 +82,9 @@ - name: argocd-dex-server-tls mountPath: /tls initContainers: - name: copyutil - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent command: - /bin/cp - -n diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-tls-certs-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-tls-certs-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-dex-server diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: http protocol: TCP diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -21,15 +21,15 @@ app.kubernetes.io/name: argocd-redis template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: securityContext: runAsNonRoot: true runAsUser: 999 diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-05 15:32:05.399714919 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-05 15:31:38.507698825 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-health-configmap namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: redis_liveness.sh: | response=$( redis-cli \ diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: redis port: 6379 diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-05 15:32:05.407714927 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -8,33 +8,33 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: containers: - command: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: secret-init resources: {} diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" rules: - apiGroups: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-05 15:32:05.407714927 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" roleRef: apiGroup: rbac.authorization.k8s.io diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-05 15:32:05.403714922 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-05 15:31:38.511698828 +0000 @@ -9,11 +9,11 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/minio/values-k3d.yaml/sx-minio/charts/minio/templates/deployment.yaml out/pr/minio/values-k3d.yaml/sx-minio/charts/minio/templates/deployment.yaml --- out/target/minio/values-k3d.yaml/sx-minio/charts/minio/templates/deployment.yaml 2024-08-05 15:32:22.135743331 +0000 +++ out/pr/minio/values-k3d.yaml/sx-minio/charts/minio/templates/deployment.yaml 2024-08-05 15:31:56.899709163 +0000 @@ -26,9 +26,9 @@ labels: app: minio release: release-name annotations: - checksum/secrets: 460b1dea697eef4e7abe3d9fb656c1b9819f760e039b130495eff62780bc2864 + checksum/secrets: bde002aa1f712be14be39411c2ea2f419eabd155ff16d86cf450e0a4fa41fa6a checksum/config: 6f6ba6a5a03406ec3288fab141f3dad876958d6c6c4bb7e2dfa88eea2e4e7eb0 spec: securityContext: runAsUser: 1000 diff -U 4 -r out/target/minio/values-k3d.yaml/sx-minio/charts/minio/templates/secrets.yaml out/pr/minio/values-k3d.yaml/sx-minio/charts/minio/templates/secrets.yaml --- out/target/minio/values-k3d.yaml/sx-minio/charts/minio/templates/secrets.yaml 2024-08-05 15:32:22.131743329 +0000 +++ out/pr/minio/values-k3d.yaml/sx-minio/charts/minio/templates/secrets.yaml 2024-08-05 15:31:56.899709163 +0000 @@ -10,6 +10,6 @@ release: release-name heritage: Helm type: Opaque data: - rootUser: "a1pFQnYydDdJRnRKeTZpTGdmdTc=" - rootPassword: "N002MlRoWTZYTTN5YlA5bzF6dVNOcnY0Zzd3V2k0c3BocWV6cmlqUQ==" + rootUser: "R01oTkZVV0JqdllTalFFUkhSQ3g=" + rootPassword: "MEZoS3VMNVRXa0pPVHZHRUN0UG0zN2ZiYWg3R3hXWWJVM1dOMnBlSQ==" diff -U 4 -r out/target/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/deployment.yaml out/pr/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/deployment.yaml --- out/target/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/deployment.yaml 2024-08-05 15:32:22.071743292 +0000 +++ out/pr/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/deployment.yaml 2024-08-05 15:31:56.831709120 +0000 @@ -26,9 +26,9 @@ labels: app: minio release: release-name annotations: - checksum/secrets: 8957923ea476bb6481e8adb115ef81b997c525fb071dc5936fff79bc17946e95 + checksum/secrets: 43e7c00b23554185861095da088b50d7116f7e78df95c25e05aa113ede8f0cab checksum/config: bb3c204fc9f407a1117889047b975299e35b5b6de86215c265d8bce96350c79b spec: securityContext: runAsUser: 1000 diff -U 4 -r out/target/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/secrets.yaml out/pr/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/secrets.yaml --- out/target/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/secrets.yaml 2024-08-05 15:32:22.071743292 +0000 +++ out/pr/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/secrets.yaml 2024-08-05 15:31:56.831709120 +0000 @@ -10,6 +10,6 @@ release: release-name heritage: Helm type: Opaque data: - rootUser: "ZU9rTzJZYmFZeW5SQkd3eWMxUjQ=" - rootPassword: "VnVTd1E0TFNwY3FicFQybjBrU29rRlFkMTRDVHFZUkdtdEN0MHpyNw==" + rootUser: "VXl2S2tlRmhocDdSeGpPNmVnQnY=" + rootPassword: "eEZyNEtNdFhBekdEaEVCR0pwaWxuRUExZ3YzZjZwVGdWYTFvUHhnZA==" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 strategy: @@ -24,22 +24,22 @@ app.kubernetes.io/instance: release-name template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-notifications-controller automountServiceAccountToken: true containers: - name: notifications-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-notifications - --metrics-port=9001 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP selector: app.kubernetes.io/name: argocd-notifications-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: ad8cbf5dc78445caa3105987706abcb8d11fd3d3e71a83808b6dab49aacbcb1c + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 + checksum/cm: 87e344b435392a14fc27f0edb451c70d432d1b521e26ac18dc331cc2ee28053a labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: release-name-argocd-repo-server automountServiceAccountToken: true containers: - name: repo-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-repo-server - --port=8081 @@ -245,8 +245,14 @@ configMapKeyRef: key: reposerver.revision.cache.lock.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES + valueFrom: + configMapKeyRef: + key: reposerver.include.hidden.directories + name: argocd-cmd-params-cm + optional: true - name: HELM_CACHE_HOME value: /helm-working-dir - name: HELM_CONFIG_HOME value: /helm-working-dir @@ -310,9 +316,9 @@ - /bin/cp - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: copyutil resources: {} diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,12 +5,12 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-repo-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -3,15 +3,15 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-repo-server namespace: default spec: ports: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -6,11 +6,11 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: ad8cbf5dc78445caa3105987706abcb8d11fd3d3e71a83808b6dab49aacbcb1c + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 + checksum/cm: 87e344b435392a14fc27f0edb451c70d432d1b521e26ac18dc331cc2ee28053a labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-server automountServiceAccountToken: true containers: - name: server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-server - --port=8080 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTP" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" spec: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP sessionAffinity: None ports: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -31,22 +31,31 @@ - jsonPath: .status.sync.revision name: Revision priority: 10 type: string + - jsonPath: .spec.project + name: Project + priority: 10 + type: string name: v1alpha1 schema: openAPIV3Schema: description: Application is a definition of Application resource. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object operation: @@ -142,24 +151,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version (Helm) - which to sync the application to If omitted, will use the revision - specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or chart - version (Helm) which to sync each source in sources field for - the application to If omitted, will use the revision specified - in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. @@ -478,20 +486,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be - commit, tag, or branch. If omitted, will equal to HEAD. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -817,13 +825,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -840,23 +847,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -875,11 +882,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is not @@ -906,12 +913,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted managers. - Fields mutated by those managers will take precedence over - the desired state defined in the SCM and won't be displayed - in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -936,20 +942,19 @@ - value type: object type: array project: - description: Project is a reference to the project this application - belongs to. The empty string means that application belongs to the - 'default' project. + description: |- + Project is a reference to the project this application belongs to. + The empty string means that application belongs to the 'default' project. type: string revisionHistoryLimit: - description: RevisionHistoryLimit limits the number of items kept - in the application's revision history, which is used for informational - purposes as well as for rollbacks to previous versions. This should - only be changed in exceptional circumstances. Setting to zero will - store no history. This will reduce storage used. Increasing will - increase the space used to store the history, so we do not recommend - increasing it. Default is 10. + description: |- + RevisionHistoryLimit limits the number of items kept in the application's revision history, which is used for informational purposes as well as for rollbacks to previous versions. + This should only be changed in exceptional circumstances. + Setting to zero will store no history. This will reduce storage used. + Increasing will increase the space used to store the history, so we do not recommend increasing it. + Default is 10. format: int64 type: integer source: description: Source is a reference to the location of the application's @@ -1266,12 +1271,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -1598,12 +1603,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of - Helm, this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2094,13 +2099,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2440,13 +2444,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2456,11 +2459,11 @@ - id type: object type: array observedAt: - description: 'ObservedAt indicates when the application state was - updated without querying latest git state Deprecated: controller - no longer updates ObservedAt field' + description: |- + ObservedAt indicates when the application state was updated without querying latest git state + Deprecated: controller no longer updates ObservedAt field format: date-time type: string operationState: description: OperationState contains information about any ongoing @@ -2571,24 +2574,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version - (Helm) which to sync the application to If omitted, - will use the revision specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or - chart version (Helm) which to sync each source in sources - field for the application to If omitted, will use the - revision specified in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm @@ -2929,21 +2931,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -3292,13 +3293,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision - of the source to sync the application to. In case - of Git, this can be commit, tag, or branch. If - omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -3317,25 +3317,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -3377,11 +3375,11 @@ group: description: Group specifies the API group of the resource type: string hookPhase: - description: HookPhase contains the state of any operation - associated with this resource OR hook This can also - contain values for non-hook resources. + description: |- + HookPhase contains the state of any operation associated with this resource OR hook + This can also contain values for non-hook resources. type: string hookType: description: HookType specifies the type of the hook. Empty for non-hook resources @@ -3764,13 +3762,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4119,13 +4116,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4150,10 +4146,11 @@ resources: description: Resources is a list of Kubernetes resources managed by this application items: - description: 'ResourceStatus holds the current sync and health status - of a resource TODO: describe members of this type' + description: |- + ResourceStatus holds the current sync and health status of a resource + TODO: describe members of this type properties: group: type: string health: @@ -4234,12 +4231,11 @@ target cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace - for the application's resources. The namespace will - only be set for namespace-scoped resources that have - not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name @@ -4266,12 +4262,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted - managers. Fields mutated by those managers will take - precedence over the desired state defined in the SCM - and won't be displayed in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -4615,13 +4610,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4970,13 +4964,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object ```
github-actions[bot] commented 2 months ago
Changes Rendered Chart ```diff diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -64,8 +64,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -660,8 +661,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -2422,8 +2424,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -3018,8 +3021,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -6883,8 +6887,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array template: properties: @@ -7479,8 +7484,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -8075,8 +8081,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -11940,8 +11947,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array mergeKeys: items: @@ -14640,8 +14648,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array goTemplate: type: boolean @@ -15298,13 +15307,18 @@ status: type: string step: type: string + targetRevisions: + items: + type: string + type: array required: - application - message - status - step + - targetRevisions type: object type: array conditions: items: @@ -15326,8 +15340,39 @@ - status - type type: object type: array + resources: + items: + properties: + group: + type: string + health: + properties: + message: + type: string + status: + type: string + type: object + hook: + type: boolean + kind: + type: string + name: + type: string + namespace: + type: string + requiresPruning: + type: boolean + status: + type: string + syncWave: + format: int64 + type: integer + version: + type: string + type: object + type: array type: object required: - metadata - spec diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -23,24 +23,30 @@ versions: - name: v1alpha1 schema: openAPIV3Schema: - description: 'AppProject provides a logical grouping of applications, providing - controls for: * where the apps may deploy to (cluster whitelist) * what - may be deployed (repository whitelist, resource whitelist/blacklist) * who - can access these applications (roles, OIDC group claims bindings) * and - what they can do (RBAC policies) * automation access to these roles (JWT - tokens)' + description: |- + AppProject provides a logical grouping of applications, providing controls for: + * where the apps may deploy to (cluster whitelist) + * what may be deployed (repository whitelist, resource whitelist/blacklist) + * who can access these applications (roles, OIDC group claims bindings) + * and what they can do (RBAC policies) + * automation access to these roles (JWT tokens) properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: @@ -49,11 +55,11 @@ clusterResourceBlacklist: description: ClusterResourceBlacklist contains list of blacklisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -66,11 +72,11 @@ clusterResourceWhitelist: description: ClusterResourceWhitelist contains list of whitelisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -95,11 +101,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is @@ -110,11 +116,11 @@ namespaceResourceBlacklist: description: NamespaceResourceBlacklist contains list of blacklisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -127,11 +133,11 @@ namespaceResourceWhitelist: description: NamespaceResourceWhitelist contains list of whitelisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,17 +22,17 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-dex-server automountServiceAccountToken: true @@ -82,9 +82,9 @@ - name: argocd-dex-server-tls mountPath: /tls initContainers: - name: copyutil - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent command: - /bin/cp - -n diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-dex-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: http protocol: TCP diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-05 15:32:05.839715349 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -21,15 +21,15 @@ app.kubernetes.io/name: argocd-redis template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: securityContext: runAsNonRoot: true runAsUser: 999 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-05 15:32:05.843715352 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-05 15:31:38.947699071 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-health-configmap namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: redis_liveness.sh: | response=$( redis-cli \ diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP clusterIP: None ports: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: redis port: 6379 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -8,33 +8,33 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: containers: - command: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: secret-init resources: {} diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" rules: - apiGroups: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" roleRef: apiGroup: rbac.authorization.k8s.io diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-05 15:32:05.847715357 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-05 15:31:38.951699074 +0000 @@ -9,11 +9,11 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-05 15:31:39.163699193 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 5 serviceName: release-name-argocd-application-controller @@ -23,27 +23,27 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 07320b116b6c6e70c8660c5de1c937cb8b81e2fa8c42500a89224f428b1f9342 + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 + checksum/cm: b2f3a0077a18a59c2cab2f8e032838b4130e787e8322c5a339e6a9724cc1e7f4 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-application-controller automountServiceAccountToken: true containers: - args: - /usr/local/bin/argocd-application-controller - --metrics-port=8082 - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: application-controller env: - name: ARGOCD_CONTROLLER_REPLICAS diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,24 +22,24 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-applicationset-controller automountServiceAccountToken: true containers: - name: applicationset-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-applicationset-controller - --metrics-addr=:8080 diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: @@ -41,8 +41,10 @@ resources: - appprojects verbs: - get + - list + - watch - apiGroups: - "" resources: - events diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-webhook diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-05 15:31:39.163699193 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: accounts.backstage: apiKey admin.enabled: "true" application.instanceLabelKey: argocd.argoproj.io/instance diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cmd-params-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-cmd-params-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: application.namespaces: adn-* applicationsetcontroller.allowed.scm.providers: https://github.com/ applicationsetcontroller.enable.leader.election: "false" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-gpg-keys-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-gpg-keys-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-notifications-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: context: | argocdUrl: https://argocd-metalstack.platform-engineer.cloud diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,13 +5,13 @@ metadata: name: argocd-notifications-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque stringData: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-rbac-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-rbac-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: policy.csv: | p, backstage, applications, get, */*, allow policy.default: "" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-ssh-known-hosts-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-ssh-known-hosts-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: ssh_known_hosts: | [ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-tls-certs-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-tls-certs-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 strategy: @@ -24,22 +24,22 @@ app.kubernetes.io/instance: release-name template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-notifications-controller automountServiceAccountToken: true containers: - name: notifications-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-notifications - --metrics-port=9001 diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 07320b116b6c6e70c8660c5de1c937cb8b81e2fa8c42500a89224f428b1f9342 + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 + checksum/cm: b2f3a0077a18a59c2cab2f8e032838b4130e787e8322c5a339e6a9724cc1e7f4 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: release-name-argocd-repo-server automountServiceAccountToken: true containers: - name: repo-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-repo-server - --port=8081 @@ -245,8 +245,14 @@ configMapKeyRef: key: reposerver.revision.cache.lock.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES + valueFrom: + configMapKeyRef: + key: reposerver.include.hidden.directories + name: argocd-cmd-params-cm + optional: true - name: HELM_CACHE_HOME value: /helm-working-dir - name: HELM_CONFIG_HOME value: /helm-working-dir @@ -310,9 +316,9 @@ - /bin/cp - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: copyutil resources: {} diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,12 +5,12 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-repo-server diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -3,15 +3,15 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-repo-server namespace: default spec: ports: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-05 15:32:06.059715564 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -6,11 +6,11 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-05 15:31:39.167699195 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 07320b116b6c6e70c8660c5de1c937cb8b81e2fa8c42500a89224f428b1f9342 + checksum/cmd-params: 2703d2c05ac779574adc3657c46c7f4f4bef9181aa1fc8afdabbff3325c51653 + checksum/cm: b2f3a0077a18a59c2cab2f8e032838b4130e787e8322c5a339e6a9724cc1e7f4 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-server automountServiceAccountToken: true containers: - name: server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-server - --port=8080 diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTP" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" spec: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-05 15:32:06.063715567 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-05 15:31:39.171699198 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP sessionAffinity: None ports: ```
github-actions[bot] commented 1 month ago
Changes Rendered Chart ```diff diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 5 serviceName: release-name-argocd-application-controller @@ -23,27 +23,27 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: ad8cbf5dc78445caa3105987706abcb8d11fd3d3e71a83808b6dab49aacbcb1c + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc + checksum/cm: cf261b228a73d87f5b229ef214e2c9ccdb359a4477f35593fa5fee21e254b75e labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-application-controller automountServiceAccountToken: true containers: - args: - /usr/local/bin/argocd-application-controller - --metrics-port=8082 - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: application-controller env: - name: ARGOCD_CONTROLLER_REPLICAS diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,24 +22,24 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-applicationset-controller automountServiceAccountToken: true containers: - name: applicationset-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-applicationset-controller - --metrics-addr=:8080 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -31,22 +31,31 @@ - jsonPath: .status.sync.revision name: Revision priority: 10 type: string + - jsonPath: .spec.project + name: Project + priority: 10 + type: string name: v1alpha1 schema: openAPIV3Schema: description: Application is a definition of Application resource. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object operation: @@ -142,24 +151,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version (Helm) - which to sync the application to If omitted, will use the revision - specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or chart - version (Helm) which to sync each source in sources field for - the application to If omitted, will use the revision specified - in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. @@ -478,20 +486,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be - commit, tag, or branch. If omitted, will equal to HEAD. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -817,13 +825,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -840,23 +847,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -875,11 +882,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is not @@ -906,12 +913,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted managers. - Fields mutated by those managers will take precedence over - the desired state defined in the SCM and won't be displayed - in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -936,20 +942,19 @@ - value type: object type: array project: - description: Project is a reference to the project this application - belongs to. The empty string means that application belongs to the - 'default' project. + description: |- + Project is a reference to the project this application belongs to. + The empty string means that application belongs to the 'default' project. type: string revisionHistoryLimit: - description: RevisionHistoryLimit limits the number of items kept - in the application's revision history, which is used for informational - purposes as well as for rollbacks to previous versions. This should - only be changed in exceptional circumstances. Setting to zero will - store no history. This will reduce storage used. Increasing will - increase the space used to store the history, so we do not recommend - increasing it. Default is 10. + description: |- + RevisionHistoryLimit limits the number of items kept in the application's revision history, which is used for informational purposes as well as for rollbacks to previous versions. + This should only be changed in exceptional circumstances. + Setting to zero will store no history. This will reduce storage used. + Increasing will increase the space used to store the history, so we do not recommend increasing it. + Default is 10. format: int64 type: integer source: description: Source is a reference to the location of the application's @@ -1266,12 +1271,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -1598,12 +1603,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of - Helm, this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2094,13 +2099,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2440,13 +2444,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2456,11 +2459,11 @@ - id type: object type: array observedAt: - description: 'ObservedAt indicates when the application state was - updated without querying latest git state Deprecated: controller - no longer updates ObservedAt field' + description: |- + ObservedAt indicates when the application state was updated without querying latest git state + Deprecated: controller no longer updates ObservedAt field format: date-time type: string operationState: description: OperationState contains information about any ongoing @@ -2571,24 +2574,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version - (Helm) which to sync the application to If omitted, - will use the revision specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or - chart version (Helm) which to sync each source in sources - field for the application to If omitted, will use the - revision specified in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm @@ -2929,21 +2931,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -3292,13 +3293,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision - of the source to sync the application to. In case - of Git, this can be commit, tag, or branch. If - omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -3317,25 +3317,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -3377,11 +3375,11 @@ group: description: Group specifies the API group of the resource type: string hookPhase: - description: HookPhase contains the state of any operation - associated with this resource OR hook This can also - contain values for non-hook resources. + description: |- + HookPhase contains the state of any operation associated with this resource OR hook + This can also contain values for non-hook resources. type: string hookType: description: HookType specifies the type of the hook. Empty for non-hook resources @@ -3764,13 +3762,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4119,13 +4116,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4150,10 +4146,11 @@ resources: description: Resources is a list of Kubernetes resources managed by this application items: - description: 'ResourceStatus holds the current sync and health status - of a resource TODO: describe members of this type' + description: |- + ResourceStatus holds the current sync and health status of a resource + TODO: describe members of this type properties: group: type: string health: @@ -4234,12 +4231,11 @@ target cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace - for the application's resources. The namespace will - only be set for namespace-scoped resources that have - not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name @@ -4266,12 +4262,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted - managers. Fields mutated by those managers will take - precedence over the desired state defined in the SCM - and won't be displayed in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -4615,13 +4610,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4970,13 +4964,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -64,8 +64,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -660,8 +661,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -2422,8 +2424,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -3018,8 +3021,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -6883,8 +6887,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array template: properties: @@ -7479,8 +7484,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -8075,8 +8081,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -11940,8 +11947,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array mergeKeys: items: @@ -14640,8 +14648,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array goTemplate: type: boolean @@ -15298,13 +15307,18 @@ status: type: string step: type: string + targetRevisions: + items: + type: string + type: array required: - application - message - status - step + - targetRevisions type: object type: array conditions: items: @@ -15326,8 +15340,39 @@ - status - type type: object type: array + resources: + items: + properties: + group: + type: string + health: + properties: + message: + type: string + status: + type: string + type: object + hook: + type: boolean + kind: + type: string + name: + type: string + namespace: + type: string + requiresPruning: + type: boolean + status: + type: string + syncWave: + format: int64 + type: integer + version: + type: string + type: object + type: array type: object required: - metadata - spec diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -23,24 +23,30 @@ versions: - name: v1alpha1 schema: openAPIV3Schema: - description: 'AppProject provides a logical grouping of applications, providing - controls for: * where the apps may deploy to (cluster whitelist) * what - may be deployed (repository whitelist, resource whitelist/blacklist) * who - can access these applications (roles, OIDC group claims bindings) * and - what they can do (RBAC policies) * automation access to these roles (JWT - tokens)' + description: |- + AppProject provides a logical grouping of applications, providing controls for: + * where the apps may deploy to (cluster whitelist) + * what may be deployed (repository whitelist, resource whitelist/blacklist) + * who can access these applications (roles, OIDC group claims bindings) + * and what they can do (RBAC policies) + * automation access to these roles (JWT tokens) properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: @@ -49,11 +55,11 @@ clusterResourceBlacklist: description: ClusterResourceBlacklist contains list of blacklisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -66,11 +72,11 @@ clusterResourceWhitelist: description: ClusterResourceWhitelist contains list of whitelisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -95,11 +101,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is @@ -110,11 +116,11 @@ namespaceResourceBlacklist: description: NamespaceResourceBlacklist contains list of blacklisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -127,11 +133,11 @@ namespaceResourceWhitelist: description: NamespaceResourceWhitelist contains list of whitelisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,17 +22,17 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-dex-server automountServiceAccountToken: true @@ -82,9 +82,9 @@ - name: argocd-dex-server-tls mountPath: /tls initContainers: - name: copyutil - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent command: - /bin/cp - -n diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-dex-server diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: http protocol: TCP diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -21,15 +21,15 @@ app.kubernetes.io/name: argocd-redis template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: securityContext: runAsNonRoot: true runAsUser: 999 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: @@ -41,8 +41,10 @@ resources: - appprojects verbs: - get + - list + - watch - apiGroups: - "" resources: - events diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-health-configmap namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: redis_liveness.sh: | response=$( redis-cli \ diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: redis port: 6379 diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -8,33 +8,34 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: + ttlSecondsAfterFinished: 60 template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: containers: - command: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: secret-init resources: {} diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" rules: - apiGroups: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" roleRef: apiGroup: rbac.authorization.k8s.io diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -9,11 +9,11 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/metrics.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 5 serviceName: release-name-argocd-application-controller @@ -23,27 +23,27 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 08788d0a1b4cd22f4e414ffe15ab404e3a73b44cc4bca5eefb727d253f597165 + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc + checksum/cm: bc486534f55ec09444d4af8a27af4c4e2816934c8523871c00b549c9402b5dbb labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-application-controller automountServiceAccountToken: true containers: - args: - /usr/local/bin/argocd-application-controller - --metrics-port=8082 - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: application-controller env: - name: ARGOCD_CONTROLLER_REPLICAS diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,24 +22,24 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-applicationset-controller automountServiceAccountToken: true containers: - name: applicationset-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-applicationset-controller - --metrics-addr=:8080 diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/metrics.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: @@ -41,8 +41,10 @@ resources: - appprojects verbs: - get + - list + - watch - apiGroups: - "" resources: - events diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-webhook diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-webhook diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: accounts.backstage: apiKey admin.enabled: "true" application.instanceLabelKey: argocd.argoproj.io/instance diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cmd-params-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-cmd-params-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: application.namespaces: adn-* applicationsetcontroller.allowed.scm.providers: https://github.com/ applicationsetcontroller.enable.leader.election: "false" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-gpg-keys-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-gpg-keys-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-notifications-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: context: | argocdUrl: https://argocd.lab.suxessit.k8s.cloud.uibk.ac.at diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -5,13 +5,13 @@ metadata: name: argocd-notifications-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque stringData: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-rbac-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-rbac-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: policy.csv: | p, backstage, applications, get, */*, allow policy.default: "" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-ssh-known-hosts-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-ssh-known-hosts-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: ssh_known_hosts: | [ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-tls-certs-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-tls-certs-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 strategy: @@ -24,22 +24,22 @@ app.kubernetes.io/instance: release-name template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-notifications-controller automountServiceAccountToken: true containers: - name: notifications-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-notifications - --metrics-port=9001 diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP selector: app.kubernetes.io/name: argocd-notifications-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 08788d0a1b4cd22f4e414ffe15ab404e3a73b44cc4bca5eefb727d253f597165 + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc + checksum/cm: bc486534f55ec09444d4af8a27af4c4e2816934c8523871c00b549c9402b5dbb labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: release-name-argocd-repo-server automountServiceAccountToken: true containers: - name: repo-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-repo-server - --port=8081 @@ -245,8 +245,14 @@ configMapKeyRef: key: reposerver.revision.cache.lock.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES + valueFrom: + configMapKeyRef: + key: reposerver.include.hidden.directories + name: argocd-cmd-params-cm + optional: true - name: HELM_CACHE_HOME value: /helm-working-dir - name: HELM_CONFIG_HOME value: /helm-working-dir @@ -310,9 +316,9 @@ - /bin/cp - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: copyutil resources: {} diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,12 +5,12 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-repo-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: accounts.backstage: apiKey admin.enabled: "true" application.instanceLabelKey: argocd.argoproj.io/instance diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -3,15 +3,15 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-repo-server namespace: default spec: ports: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -6,11 +6,11 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: ```
github-actions[bot] commented 1 month ago
Changes Default Values ```diff ```
github-actions[bot] commented 1 month ago
Changes Rendered Chart ```diff diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 08788d0a1b4cd22f4e414ffe15ab404e3a73b44cc4bca5eefb727d253f597165 + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc + checksum/cm: bc486534f55ec09444d4af8a27af4c4e2816934c8523871c00b549c9402b5dbb labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-server automountServiceAccountToken: true containers: - name: server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-server - --port=8080 diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" annotations: cert.gardener.cloud/purpose: "managed" dns.gardener.cloud/class: "garden" dns.gardener.cloud/dnsnames: "argocd.lab.suxessit.k8s.cloud.uibk.ac.at" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP sessionAffinity: None ports: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cmd-params-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-cmd-params-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: application.namespaces: adn-* applicationsetcontroller.allowed.scm.providers: https://github.com/ applicationsetcontroller.enable.leader.election: "false" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -31,22 +31,31 @@ - jsonPath: .status.sync.revision name: Revision priority: 10 type: string + - jsonPath: .spec.project + name: Project + priority: 10 + type: string name: v1alpha1 schema: openAPIV3Schema: description: Application is a definition of Application resource. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object operation: @@ -142,24 +151,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version (Helm) - which to sync the application to If omitted, will use the revision - specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or chart - version (Helm) which to sync each source in sources field for - the application to If omitted, will use the revision specified - in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. @@ -478,20 +486,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be - commit, tag, or branch. If omitted, will equal to HEAD. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -817,13 +825,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -840,23 +847,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -875,11 +882,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is not @@ -906,12 +913,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted managers. - Fields mutated by those managers will take precedence over - the desired state defined in the SCM and won't be displayed - in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -936,20 +942,19 @@ - value type: object type: array project: - description: Project is a reference to the project this application - belongs to. The empty string means that application belongs to the - 'default' project. + description: |- + Project is a reference to the project this application belongs to. + The empty string means that application belongs to the 'default' project. type: string revisionHistoryLimit: - description: RevisionHistoryLimit limits the number of items kept - in the application's revision history, which is used for informational - purposes as well as for rollbacks to previous versions. This should - only be changed in exceptional circumstances. Setting to zero will - store no history. This will reduce storage used. Increasing will - increase the space used to store the history, so we do not recommend - increasing it. Default is 10. + description: |- + RevisionHistoryLimit limits the number of items kept in the application's revision history, which is used for informational purposes as well as for rollbacks to previous versions. + This should only be changed in exceptional circumstances. + Setting to zero will store no history. This will reduce storage used. + Increasing will increase the space used to store the history, so we do not recommend increasing it. + Default is 10. format: int64 type: integer source: description: Source is a reference to the location of the application's @@ -1266,12 +1271,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -1598,12 +1603,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of - Helm, this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2094,13 +2099,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2440,13 +2444,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2456,11 +2459,11 @@ - id type: object type: array observedAt: - description: 'ObservedAt indicates when the application state was - updated without querying latest git state Deprecated: controller - no longer updates ObservedAt field' + description: |- + ObservedAt indicates when the application state was updated without querying latest git state + Deprecated: controller no longer updates ObservedAt field format: date-time type: string operationState: description: OperationState contains information about any ongoing @@ -2571,24 +2574,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version - (Helm) which to sync the application to If omitted, - will use the revision specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or - chart version (Helm) which to sync each source in sources - field for the application to If omitted, will use the - revision specified in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm @@ -2929,21 +2931,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -3292,13 +3293,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision - of the source to sync the application to. In case - of Git, this can be commit, tag, or branch. If - omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -3317,25 +3317,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -3377,11 +3375,11 @@ group: description: Group specifies the API group of the resource type: string hookPhase: - description: HookPhase contains the state of any operation - associated with this resource OR hook This can also - contain values for non-hook resources. + description: |- + HookPhase contains the state of any operation associated with this resource OR hook + This can also contain values for non-hook resources. type: string hookType: description: HookType specifies the type of the hook. Empty for non-hook resources @@ -3764,13 +3762,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4119,13 +4116,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4150,10 +4146,11 @@ resources: description: Resources is a list of Kubernetes resources managed by this application items: - description: 'ResourceStatus holds the current sync and health status - of a resource TODO: describe members of this type' + description: |- + ResourceStatus holds the current sync and health status of a resource + TODO: describe members of this type properties: group: type: string health: @@ -4234,12 +4231,11 @@ target cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace - for the application's resources. The namespace will - only be set for namespace-scoped resources that have - not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name @@ -4266,12 +4262,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted - managers. Fields mutated by those managers will take - precedence over the desired state defined in the SCM - and won't be displayed in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -4615,13 +4610,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4970,13 +4964,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -64,8 +64,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -660,8 +661,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -2422,8 +2424,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -3018,8 +3021,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -6883,8 +6887,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array template: properties: @@ -7479,8 +7484,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -8075,8 +8081,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -11940,8 +11947,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array mergeKeys: items: @@ -14640,8 +14648,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array goTemplate: type: boolean @@ -15298,13 +15307,18 @@ status: type: string step: type: string + targetRevisions: + items: + type: string + type: array required: - application - message - status - step + - targetRevisions type: object type: array conditions: items: @@ -15326,8 +15340,39 @@ - status - type type: object type: array + resources: + items: + properties: + group: + type: string + health: + properties: + message: + type: string + status: + type: string + type: object + hook: + type: boolean + kind: + type: string + name: + type: string + namespace: + type: string + requiresPruning: + type: boolean + status: + type: string + syncWave: + format: int64 + type: integer + version: + type: string + type: object + type: array type: object required: - metadata - spec diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -23,24 +23,30 @@ versions: - name: v1alpha1 schema: openAPIV3Schema: - description: 'AppProject provides a logical grouping of applications, providing - controls for: * where the apps may deploy to (cluster whitelist) * what - may be deployed (repository whitelist, resource whitelist/blacklist) * who - can access these applications (roles, OIDC group claims bindings) * and - what they can do (RBAC policies) * automation access to these roles (JWT - tokens)' + description: |- + AppProject provides a logical grouping of applications, providing controls for: + * where the apps may deploy to (cluster whitelist) + * what may be deployed (repository whitelist, resource whitelist/blacklist) + * who can access these applications (roles, OIDC group claims bindings) + * and what they can do (RBAC policies) + * automation access to these roles (JWT tokens) properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: @@ -49,11 +55,11 @@ clusterResourceBlacklist: description: ClusterResourceBlacklist contains list of blacklisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -66,11 +72,11 @@ clusterResourceWhitelist: description: ClusterResourceWhitelist contains list of whitelisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -95,11 +101,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is @@ -110,11 +116,11 @@ namespaceResourceBlacklist: description: NamespaceResourceBlacklist contains list of blacklisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -127,11 +133,11 @@ namespaceResourceWhitelist: description: NamespaceResourceWhitelist contains list of whitelisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,17 +22,17 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-dex-server automountServiceAccountToken: true @@ -82,9 +82,9 @@ - name: argocd-dex-server-tls mountPath: /tls initContainers: - name: copyutil - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent command: - /bin/cp - -n diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-dex-server diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: http protocol: TCP diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -21,15 +21,15 @@ app.kubernetes.io/name: argocd-redis template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: securityContext: runAsNonRoot: true runAsUser: 999 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-gpg-keys-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-gpg-keys-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-06 11:18:39.870515275 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-06 11:18:19.414609054 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-health-configmap namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: redis_liveness.sh: | response=$( redis-cli \ diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP clusterIP: None ports: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/service.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/service.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-06 11:18:19.418609032 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: redis port: 6379 diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -8,33 +8,34 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: + ttlSecondsAfterFinished: 60 template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: containers: - command: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: secret-init resources: {} diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" rules: - apiGroups: diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" roleRef: apiGroup: rbac.authorization.k8s.io diff -U 4 -r out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml --- out/target/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-06 11:18:39.874515256 +0000 +++ out/pr/argocd/values-uibklab.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-06 11:18:19.422609011 +0000 @@ -9,11 +9,11 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-notifications-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: context: | argocdUrl: https://argocd-127-0-0-1.nip.io diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 5 serviceName: release-name-argocd-application-controller @@ -23,27 +23,27 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 - checksum/cm: ff8dbe0ad2afdedc2799e48e30ba98a23f64b943bbc7cb913e963564ac4803d2 + checksum/cmd-params: 67a6fc97c473948a8732c249ca925ffc804c0fd6f7f0a4687154102bccce02c5 + checksum/cm: 20101722fdea47cfd134e124f0571049d7122b31c192ea05a629e9a443efd579 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-application-controller automountServiceAccountToken: true containers: - args: - /usr/local/bin/argocd-application-controller - --metrics-port=8082 - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: application-controller env: - name: ARGOCD_CONTROLLER_REPLICAS diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,24 +22,24 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 + checksum/cmd-params: 67a6fc97c473948a8732c249ca925ffc804c0fd6f7f0a4687154102bccce02c5 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-applicationset-controller automountServiceAccountToken: true containers: - name: applicationset-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-applicationset-controller - --metrics-addr=:8080 diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: @@ -41,8 +41,10 @@ resources: - appprojects verbs: - get + - list + - watch - apiGroups: - "" resources: - events diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-webhook diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: admin.enabled: "true" application.instanceLabelKey: argocd.argoproj.io/instance exec.enabled: "false" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cmd-params-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-cmd-params-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: application.namespaces: "" applicationsetcontroller.enable.leader.election: "false" applicationsetcontroller.enable.progressive.syncs: "false" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -5,13 +5,13 @@ metadata: name: argocd-notifications-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque stringData: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-gpg-keys-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-gpg-keys-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-notifications-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: context: | argocdUrl: https://argocd.example.com diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,13 +5,13 @@ metadata: name: argocd-notifications-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque stringData: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-rbac-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-rbac-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: policy.csv: "" policy.default: "" policy.matchMode: glob diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-secret.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-secret.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-secret.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-secret.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,12 +5,12 @@ metadata: name: argocd-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-secret app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-ssh-known-hosts-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-ssh-known-hosts-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: ssh_known_hosts: | [ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-tls-certs-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-tls-certs-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 strategy: @@ -24,22 +24,22 @@ app.kubernetes.io/instance: release-name template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-notifications-controller automountServiceAccountToken: true containers: - name: notifications-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-notifications - --metrics-port=9001 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-rbac-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-rbac-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: policy.csv: | p, backstage, applications, get, */*, allow policy.default: "" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 - checksum/cm: ff8dbe0ad2afdedc2799e48e30ba98a23f64b943bbc7cb913e963564ac4803d2 + checksum/cmd-params: 67a6fc97c473948a8732c249ca925ffc804c0fd6f7f0a4687154102bccce02c5 + checksum/cm: 20101722fdea47cfd134e124f0571049d7122b31c192ea05a629e9a443efd579 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: release-name-argocd-repo-server automountServiceAccountToken: true containers: - name: repo-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-repo-server - --port=8081 @@ -245,8 +245,14 @@ configMapKeyRef: key: reposerver.revision.cache.lock.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES + valueFrom: + configMapKeyRef: + key: reposerver.include.hidden.directories + name: argocd-cmd-params-cm + optional: true - name: HELM_CACHE_HOME value: /helm-working-dir - name: HELM_CONFIG_HOME value: /helm-working-dir @@ -310,9 +316,9 @@ - /bin/cp - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: copyutil resources: {} diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,12 +5,12 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-repo-server diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -3,15 +3,15 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-repo-server namespace: default spec: ports: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -6,11 +6,11 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-ssh-known-hosts-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-ssh-known-hosts-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: ssh_known_hosts: | [ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 - checksum/cm: ff8dbe0ad2afdedc2799e48e30ba98a23f64b943bbc7cb913e963564ac4803d2 + checksum/cmd-params: 67a6fc97c473948a8732c249ca925ffc804c0fd6f7f0a4687154102bccce02c5 + checksum/cm: 20101722fdea47cfd134e124f0571049d7122b31c192ea05a629e9a443efd579 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-server automountServiceAccountToken: true containers: - name: server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-server - --port=8080 diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-server diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP sessionAffinity: None ports: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" ```
github-actions[bot] commented 1 month ago
Changes Rendered Chart ```diff diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -31,22 +31,31 @@ - jsonPath: .status.sync.revision name: Revision priority: 10 type: string + - jsonPath: .spec.project + name: Project + priority: 10 + type: string name: v1alpha1 schema: openAPIV3Schema: description: Application is a definition of Application resource. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object operation: @@ -142,24 +151,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version (Helm) - which to sync the application to If omitted, will use the revision - specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or chart - version (Helm) which to sync each source in sources field for - the application to If omitted, will use the revision specified - in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. @@ -478,20 +486,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be - commit, tag, or branch. If omitted, will equal to HEAD. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -817,13 +825,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -840,23 +847,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -875,11 +882,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is not @@ -906,12 +913,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted managers. - Fields mutated by those managers will take precedence over - the desired state defined in the SCM and won't be displayed - in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -936,20 +942,19 @@ - value type: object type: array project: - description: Project is a reference to the project this application - belongs to. The empty string means that application belongs to the - 'default' project. + description: |- + Project is a reference to the project this application belongs to. + The empty string means that application belongs to the 'default' project. type: string revisionHistoryLimit: - description: RevisionHistoryLimit limits the number of items kept - in the application's revision history, which is used for informational - purposes as well as for rollbacks to previous versions. This should - only be changed in exceptional circumstances. Setting to zero will - store no history. This will reduce storage used. Increasing will - increase the space used to store the history, so we do not recommend - increasing it. Default is 10. + description: |- + RevisionHistoryLimit limits the number of items kept in the application's revision history, which is used for informational purposes as well as for rollbacks to previous versions. + This should only be changed in exceptional circumstances. + Setting to zero will store no history. This will reduce storage used. + Increasing will increase the space used to store the history, so we do not recommend increasing it. + Default is 10. format: int64 type: integer source: description: Source is a reference to the location of the application's @@ -1266,12 +1271,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -1598,12 +1603,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of - Helm, this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2094,13 +2099,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2440,13 +2444,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2456,11 +2459,11 @@ - id type: object type: array observedAt: - description: 'ObservedAt indicates when the application state was - updated without querying latest git state Deprecated: controller - no longer updates ObservedAt field' + description: |- + ObservedAt indicates when the application state was updated without querying latest git state + Deprecated: controller no longer updates ObservedAt field format: date-time type: string operationState: description: OperationState contains information about any ongoing @@ -2571,24 +2574,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version - (Helm) which to sync the application to If omitted, - will use the revision specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or - chart version (Helm) which to sync each source in sources - field for the application to If omitted, will use the - revision specified in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm @@ -2929,21 +2931,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -3292,13 +3293,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision - of the source to sync the application to. In case - of Git, this can be commit, tag, or branch. If - omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -3317,25 +3317,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -3377,11 +3375,11 @@ group: description: Group specifies the API group of the resource type: string hookPhase: - description: HookPhase contains the state of any operation - associated with this resource OR hook This can also - contain values for non-hook resources. + description: |- + HookPhase contains the state of any operation associated with this resource OR hook + This can also contain values for non-hook resources. type: string hookType: description: HookType specifies the type of the hook. Empty for non-hook resources @@ -3764,13 +3762,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4119,13 +4116,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4150,10 +4146,11 @@ resources: description: Resources is a list of Kubernetes resources managed by this application items: - description: 'ResourceStatus holds the current sync and health status - of a resource TODO: describe members of this type' + description: |- + ResourceStatus holds the current sync and health status of a resource + TODO: describe members of this type properties: group: type: string health: @@ -4234,12 +4231,11 @@ target cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace - for the application's resources. The namespace will - only be set for namespace-scoped resources that have - not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name @@ -4266,12 +4262,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted - managers. Fields mutated by those managers will take - precedence over the desired state defined in the SCM - and won't be displayed in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -4615,13 +4610,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4970,13 +4964,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -64,8 +64,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -660,8 +661,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -2422,8 +2424,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -3018,8 +3021,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -6883,8 +6887,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array template: properties: @@ -7479,8 +7484,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -8075,8 +8081,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -11940,8 +11947,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array mergeKeys: items: @@ -14640,8 +14648,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array goTemplate: type: boolean @@ -15298,13 +15307,18 @@ status: type: string step: type: string + targetRevisions: + items: + type: string + type: array required: - application - message - status - step + - targetRevisions type: object type: array conditions: items: @@ -15326,8 +15340,39 @@ - status - type type: object type: array + resources: + items: + properties: + group: + type: string + health: + properties: + message: + type: string + status: + type: string + type: object + hook: + type: boolean + kind: + type: string + name: + type: string + namespace: + type: string + requiresPruning: + type: boolean + status: + type: string + syncWave: + format: int64 + type: integer + version: + type: string + type: object + type: array type: object required: - metadata - spec diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -23,24 +23,30 @@ versions: - name: v1alpha1 schema: openAPIV3Schema: - description: 'AppProject provides a logical grouping of applications, providing - controls for: * where the apps may deploy to (cluster whitelist) * what - may be deployed (repository whitelist, resource whitelist/blacklist) * who - can access these applications (roles, OIDC group claims bindings) * and - what they can do (RBAC policies) * automation access to these roles (JWT - tokens)' + description: |- + AppProject provides a logical grouping of applications, providing controls for: + * where the apps may deploy to (cluster whitelist) + * what may be deployed (repository whitelist, resource whitelist/blacklist) + * who can access these applications (roles, OIDC group claims bindings) + * and what they can do (RBAC policies) + * automation access to these roles (JWT tokens) properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: @@ -49,11 +55,11 @@ clusterResourceBlacklist: description: ClusterResourceBlacklist contains list of blacklisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -66,11 +72,11 @@ clusterResourceWhitelist: description: ClusterResourceWhitelist contains list of whitelisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -95,11 +101,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is @@ -110,11 +116,11 @@ namespaceResourceBlacklist: description: NamespaceResourceBlacklist contains list of blacklisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -127,11 +133,11 @@ namespaceResourceWhitelist: description: NamespaceResourceWhitelist contains list of whitelisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,17 +22,17 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 41d1a01c6ffa4cc0b7f941b03cf1448444479f99bd4f9550a43817d7ef677731 + checksum/cmd-params: 67a6fc97c473948a8732c249ca925ffc804c0fd6f7f0a4687154102bccce02c5 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-dex-server automountServiceAccountToken: true @@ -82,9 +82,9 @@ - name: argocd-dex-server-tls mountPath: /tls initContainers: - name: copyutil - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent command: - /bin/cp - -n diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-tls-certs-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-tls-certs-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-dex-server diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: http protocol: TCP diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -21,15 +21,15 @@ app.kubernetes.io/name: argocd-redis template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: securityContext: runAsNonRoot: true runAsUser: 999 diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-06 11:18:39.646516379 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-06 11:18:19.194610228 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-health-configmap namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: redis_liveness.sh: | response=$( redis-cli \ diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/service.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/service.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: redis port: 6379 diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -8,33 +8,34 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: + ttlSecondsAfterFinished: 60 template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: containers: - command: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: secret-init resources: {} diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" rules: - apiGroups: diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" roleRef: apiGroup: rbac.authorization.k8s.io diff -U 4 -r out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml --- out/target/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-06 11:18:39.650516359 +0000 +++ out/pr/argocd/values.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-06 11:18:19.198610207 +0000 @@ -9,11 +9,11 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/minio/values-k3d.yaml/sx-minio/charts/minio/templates/deployment.yaml out/pr/minio/values-k3d.yaml/sx-minio/charts/minio/templates/deployment.yaml --- out/target/minio/values-k3d.yaml/sx-minio/charts/minio/templates/deployment.yaml 2024-08-06 11:18:52.942452436 +0000 +++ out/pr/minio/values-k3d.yaml/sx-minio/charts/minio/templates/deployment.yaml 2024-08-06 11:18:33.498547550 +0000 @@ -26,9 +26,9 @@ labels: app: minio release: release-name annotations: - checksum/secrets: 59dccb8fdacc9c2b2a689e160946d3a10445b037738e0144e1ed40f22510e5fe + checksum/secrets: 0c118b9311a2d31379e9684d6b013fd24b85a5c2a85971055249598da21c3898 checksum/config: 6f6ba6a5a03406ec3288fab141f3dad876958d6c6c4bb7e2dfa88eea2e4e7eb0 spec: securityContext: runAsUser: 1000 diff -U 4 -r out/target/minio/values-k3d.yaml/sx-minio/charts/minio/templates/secrets.yaml out/pr/minio/values-k3d.yaml/sx-minio/charts/minio/templates/secrets.yaml --- out/target/minio/values-k3d.yaml/sx-minio/charts/minio/templates/secrets.yaml 2024-08-06 11:18:52.942452436 +0000 +++ out/pr/minio/values-k3d.yaml/sx-minio/charts/minio/templates/secrets.yaml 2024-08-06 11:18:33.498547550 +0000 @@ -10,6 +10,6 @@ release: release-name heritage: Helm type: Opaque data: - rootUser: "dURXV0RkOTRQWUtiYmk5dW1TeFg=" - rootPassword: "MHlVOXpPNFZDYndFODJ1MXh3ZEYzVllyZ29rZ0JtOTczeHl2ckRBVw==" + rootUser: "MjFCVW5pR0MyS3pucDIzd1laQk0=" + rootPassword: "M0QyS0llTUpOQU1mWDlIUkxGdk9DQ0tSUW9nT1c4Ukd1VGt6b0VWRw==" diff -U 4 -r out/target/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/deployment.yaml out/pr/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/deployment.yaml --- out/target/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/deployment.yaml 2024-08-06 11:18:52.878452759 +0000 +++ out/pr/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/deployment.yaml 2024-08-06 11:18:33.430547910 +0000 @@ -26,9 +26,9 @@ labels: app: minio release: release-name annotations: - checksum/secrets: e40dcbef34de33fb4e9c57d0f93c6b8af800cad301a9eb437ba7e8fbfcac24eb + checksum/secrets: 867733db8401e69e0c1d5dbdb4fa982d46e145bfee422ee4f65b235a00e6ee7c checksum/config: bb3c204fc9f407a1117889047b975299e35b5b6de86215c265d8bce96350c79b spec: securityContext: runAsUser: 1000 diff -U 4 -r out/target/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/secrets.yaml out/pr/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/secrets.yaml --- out/target/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/secrets.yaml 2024-08-06 11:18:52.874452779 +0000 +++ out/pr/minio/values-uibklab.yaml/sx-minio/charts/minio/templates/secrets.yaml 2024-08-06 11:18:33.430547910 +0000 @@ -10,6 +10,6 @@ release: release-name heritage: Helm type: Opaque data: - rootUser: "VVViOFZLdUswbW84cmpyVTRTdU0=" - rootPassword: "TjRCeTF0RHlVWjRhS3ozQlQxWEU1WFBvM2NhV0lUVWg4dHBtZVA4MQ==" + rootUser: "VmRZWFd3cWJtTWEyTzNISVJaaVE=" + rootPassword: "SDNyV0ZYUG1VOFc1Vk0wN0x4Z2VwVHhZRVFnQ2p3SEpxcko0QlFJZA==" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 strategy: @@ -24,22 +24,22 @@ app.kubernetes.io/instance: release-name template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-notifications-controller automountServiceAccountToken: true containers: - name: notifications-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-notifications - --metrics-port=9001 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP selector: app.kubernetes.io/name: argocd-notifications-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: ad8cbf5dc78445caa3105987706abcb8d11fd3d3e71a83808b6dab49aacbcb1c + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc + checksum/cm: cf261b228a73d87f5b229ef214e2c9ccdb359a4477f35593fa5fee21e254b75e labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: release-name-argocd-repo-server automountServiceAccountToken: true containers: - name: repo-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-repo-server - --port=8081 @@ -245,8 +245,14 @@ configMapKeyRef: key: reposerver.revision.cache.lock.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES + valueFrom: + configMapKeyRef: + key: reposerver.include.hidden.directories + name: argocd-cmd-params-cm + optional: true - name: HELM_CACHE_HOME value: /helm-working-dir - name: HELM_CONFIG_HOME value: /helm-working-dir @@ -310,9 +316,9 @@ - /bin/cp - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: copyutil resources: {} diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/metrics.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,12 +5,12 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-repo-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -3,15 +3,15 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-repo-server namespace: default spec: ports: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -6,11 +6,11 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: ad8cbf5dc78445caa3105987706abcb8d11fd3d3e71a83808b6dab49aacbcb1c + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc + checksum/cm: cf261b228a73d87f5b229ef214e2c9ccdb359a4477f35593fa5fee21e254b75e labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-server automountServiceAccountToken: true containers: - name: server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-server - --port=8080 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTP" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" spec: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/metrics.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server-metrics app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-metrics diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP sessionAffinity: None ports: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-application.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -31,22 +31,31 @@ - jsonPath: .status.sync.revision name: Revision priority: 10 type: string + - jsonPath: .spec.project + name: Project + priority: 10 + type: string name: v1alpha1 schema: openAPIV3Schema: description: Application is a definition of Application resource. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object operation: @@ -142,24 +151,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version (Helm) - which to sync the application to If omitted, will use the revision - specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or chart - version (Helm) which to sync each source in sources field for - the application to If omitted, will use the revision specified - in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. @@ -478,20 +486,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be - commit, tag, or branch. If omitted, will equal to HEAD. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set in the - application. This is typically set in a Rollback operation and - is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -817,13 +825,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -840,23 +847,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to supply - the --force flag to `kubectl apply`. The --force flag - deletes and re-create the resource, when PATCH encounters - conflict and has retried for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -875,11 +882,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is not @@ -906,12 +913,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted managers. - Fields mutated by those managers will take precedence over - the desired state defined in the SCM and won't be displayed - in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -936,20 +942,19 @@ - value type: object type: array project: - description: Project is a reference to the project this application - belongs to. The empty string means that application belongs to the - 'default' project. + description: |- + Project is a reference to the project this application belongs to. + The empty string means that application belongs to the 'default' project. type: string revisionHistoryLimit: - description: RevisionHistoryLimit limits the number of items kept - in the application's revision history, which is used for informational - purposes as well as for rollbacks to previous versions. This should - only be changed in exceptional circumstances. Setting to zero will - store no history. This will reduce storage used. Increasing will - increase the space used to store the history, so we do not recommend - increasing it. Default is 10. + description: |- + RevisionHistoryLimit limits the number of items kept in the application's revision history, which is used for informational purposes as well as for rollbacks to previous versions. + This should only be changed in exceptional circumstances. + Setting to zero will store no history. This will reduce storage used. + Increasing will increase the space used to store the history, so we do not recommend increasing it. + Default is 10. format: int64 type: integer source: description: Source is a reference to the location of the application's @@ -1266,12 +1271,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -1598,12 +1603,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the source - to sync the application to. In case of Git, this can be commit, - tag, or branch. If omitted, will equal to HEAD. In case of - Helm, this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2094,13 +2099,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2440,13 +2444,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -2456,11 +2459,11 @@ - id type: object type: array observedAt: - description: 'ObservedAt indicates when the application state was - updated without querying latest git state Deprecated: controller - no longer updates ObservedAt field' + description: |- + ObservedAt indicates when the application state was updated without querying latest git state + Deprecated: controller no longer updates ObservedAt field format: date-time type: string operationState: description: OperationState contains information about any ongoing @@ -2571,24 +2574,23 @@ - name type: object type: array revision: - description: Revision is the revision (Git) or chart version - (Helm) which to sync the application to If omitted, - will use the revision specified in app spec. + description: |- + Revision is the revision (Git) or chart version (Helm) which to sync the application to + If omitted, will use the revision specified in app spec. type: string revisions: - description: Revisions is the list of revision (Git) or - chart version (Helm) which to sync each source in sources - field for the application to If omitted, will use the - revision specified in app spec. + description: |- + Revisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to + If omitted, will use the revision specified in app spec. items: type: string type: array source: - description: Source overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Source overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation properties: chart: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm @@ -2929,21 +2931,20 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object sources: - description: Sources overrides the source definition set - in the application. This is typically set in a Rollback - operation and is nil during a Sync operation + description: |- + Sources overrides the source definition set in the application. + This is typically set in a Rollback operation and is nil during a Sync operation items: description: ApplicationSource contains all required information about the source of an application properties: @@ -3292,13 +3293,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision - of the source to sync the application to. In case - of Git, this can be commit, tag, or branch. If - omitted, will equal to HEAD. In case of Helm, - this is a semver tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -3317,25 +3317,23 @@ description: Apply will perform a `kubectl apply` to perform the sync. properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object hook: description: Hook will submit any referenced resources to perform the sync. This is the default strategy properties: force: - description: Force indicates whether or not to - supply the --force flag to `kubectl apply`. - The --force flag deletes and re-create the resource, - when PATCH encounters conflict and has retried - for 5 times. + description: |- + Force indicates whether or not to supply the --force flag to `kubectl apply`. + The --force flag deletes and re-create the resource, when PATCH encounters conflict and has + retried for 5 times. type: boolean type: object type: object type: object @@ -3377,11 +3375,11 @@ group: description: Group specifies the API group of the resource type: string hookPhase: - description: HookPhase contains the state of any operation - associated with this resource OR hook This can also - contain values for non-hook resources. + description: |- + HookPhase contains the state of any operation associated with this resource OR hook + This can also contain values for non-hook resources. type: string hookType: description: HookType specifies the type of the hook. Empty for non-hook resources @@ -3764,13 +3762,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4119,13 +4116,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4150,10 +4146,11 @@ resources: description: Resources is a list of Kubernetes resources managed by this application items: - description: 'ResourceStatus holds the current sync and health status - of a resource TODO: describe members of this type' + description: |- + ResourceStatus holds the current sync and health status of a resource + TODO: describe members of this type properties: group: type: string health: @@ -4234,12 +4231,11 @@ target cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace - for the application's resources. The namespace will - only be set for namespace-scoped resources that have - not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name @@ -4266,12 +4262,11 @@ type: array kind: type: string managedFieldsManagers: - description: ManagedFieldsManagers is a list of trusted - managers. Fields mutated by those managers will take - precedence over the desired state defined in the SCM - and won't be displayed in diffs + description: |- + ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the + desired state defined in the SCM and won't be displayed in diffs items: type: string type: array name: @@ -4615,13 +4610,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of the - source to sync the application to. In case of Git, this - can be commit, tag, or branch. If omitted, will equal - to HEAD. In case of Helm, this is a semver tag for the - Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object @@ -4970,13 +4964,12 @@ description: RepoURL is the URL to the repository (Git or Helm) that contains the application manifests type: string targetRevision: - description: TargetRevision defines the revision of - the source to sync the application to. In case of - Git, this can be commit, tag, or branch. If omitted, - will equal to HEAD. In case of Helm, this is a semver - tag for the Chart's version. + description: |- + TargetRevision defines the revision of the source to sync the application to. + In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. + In case of Helm, this is a semver tag for the Chart's version. type: string required: - repoURL type: object ```
github-actions[bot] commented 1 month ago
Changes Rendered Chart ```diff diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-applicationset.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -64,8 +64,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -660,8 +661,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -2422,8 +2424,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -3018,8 +3021,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -6883,8 +6887,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array template: properties: @@ -7479,8 +7484,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic name: type: string requeueAfterSeconds: format: int64 @@ -8075,8 +8081,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic template: properties: metadata: properties: @@ -11940,8 +11947,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array mergeKeys: items: @@ -14640,8 +14648,9 @@ additionalProperties: type: string type: object type: object + x-kubernetes-map-type: atomic type: object type: array goTemplate: type: boolean @@ -15298,13 +15307,18 @@ status: type: string step: type: string + targetRevisions: + items: + type: string + type: array required: - application - message - status - step + - targetRevisions type: object type: array conditions: items: @@ -15326,8 +15340,39 @@ - status - type type: object type: array + resources: + items: + properties: + group: + type: string + health: + properties: + message: + type: string + status: + type: string + type: object + hook: + type: boolean + kind: + type: string + name: + type: string + namespace: + type: string + requiresPruning: + type: boolean + status: + type: string + syncWave: + format: int64 + type: integer + version: + type: string + type: object + type: array type: object required: - metadata - spec diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/crds/crd-project.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -23,24 +23,30 @@ versions: - name: v1alpha1 schema: openAPIV3Schema: - description: 'AppProject provides a logical grouping of applications, providing - controls for: * where the apps may deploy to (cluster whitelist) * what - may be deployed (repository whitelist, resource whitelist/blacklist) * who - can access these applications (roles, OIDC group claims bindings) * and - what they can do (RBAC policies) * automation access to these roles (JWT - tokens)' + description: |- + AppProject provides a logical grouping of applications, providing controls for: + * where the apps may deploy to (cluster whitelist) + * what may be deployed (repository whitelist, resource whitelist/blacklist) + * who can access these applications (roles, OIDC group claims bindings) + * and what they can do (RBAC policies) + * automation access to these roles (JWT tokens) properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: @@ -49,11 +55,11 @@ clusterResourceBlacklist: description: ClusterResourceBlacklist contains list of blacklisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -66,11 +72,11 @@ clusterResourceWhitelist: description: ClusterResourceWhitelist contains list of whitelisted cluster level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -95,11 +101,11 @@ cluster by its symbolic name. This must be set if Server is not set. type: string namespace: - description: Namespace specifies the target namespace for the - application's resources. The namespace will only be set for - namespace-scoped resources that have not set a value for .metadata.namespace + description: |- + Namespace specifies the target namespace for the application's resources. + The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace type: string server: description: Server specifies the URL of the target cluster's Kubernetes control plane API. This must be set if Name is @@ -110,11 +116,11 @@ namespaceResourceBlacklist: description: NamespaceResourceBlacklist contains list of blacklisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: @@ -127,11 +133,11 @@ namespaceResourceWhitelist: description: NamespaceResourceWhitelist contains list of whitelisted namespace level resources items: - description: GroupKind specifies a Group and a Kind, but does not - force a version. This is useful for identifying concepts during - lookup stages without having partially valid types + description: |- + GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying + concepts during lookup stages without having partially valid types properties: group: type: string kind: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/deployment.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,17 +22,17 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-dex-server automountServiceAccountToken: true @@ -82,9 +82,9 @@ - name: argocd-dex-server-tls mountPath: /tls initContainers: - name: copyutil - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent command: - /bin/cp - -n diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/role.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/rolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-dex-server diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/service.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: http protocol: TCP diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-06 11:18:40.090514191 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/dex/serviceaccount.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-dex-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/deployment.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -21,15 +21,15 @@ app.kubernetes.io/name: argocd-redis template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: securityContext: runAsNonRoot: true runAsUser: 999 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-06 11:18:40.094514171 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/health-configmap.yaml 2024-08-06 11:18:19.638607857 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-health-configmap namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: redis_liveness.sh: | response=$( redis-cli \ diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/metrics.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis-metrics namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP clusterIP: None ports: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/service.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/service.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis/service.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-redis namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: ports: - name: redis port: 6379 diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/job.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -8,33 +8,34 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: + ttlSecondsAfterFinished: 60 template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: containers: - command: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: secret-init resources: {} diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/role.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" rules: - apiGroups: diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/rolebinding.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -6,15 +6,15 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-redis-secret-init namespace: "default" roleRef: apiGroup: rbac.authorization.k8s.io diff -U 4 -r out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml --- out/target/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-06 11:18:40.098514152 +0000 +++ out/pr/argocd/values-k3d.yaml/argocd/charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml 2024-08-06 11:18:19.642607836 +0000 @@ -9,11 +9,11 @@ annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-redis-secret-init app.kubernetes.io/instance: release-name app.kubernetes.io/component: redis-secret-init app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrole.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/clusterrolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-application-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/role.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/rolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-application-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-application-controller/statefulset.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-application-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 5 serviceName: release-name-argocd-application-controller @@ -23,27 +23,27 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 07320b116b6c6e70c8660c5de1c937cb8b81e2fa8c42500a89224f428b1f9342 + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc + checksum/cm: 143ee41284937b373c813c5dabd628c85c1583aaa51eaf904741cb913f0a5bf5 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-application-controller automountServiceAccountToken: true containers: - args: - /usr/local/bin/argocd-application-controller - --metrics-port=8082 - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: application-controller env: - name: ARGOCD_CONTROLLER_REPLICAS diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/clusterrolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/deployment.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,24 +22,24 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-applicationset-controller automountServiceAccountToken: true containers: - name: applicationset-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-applicationset-controller - --metrics-addr=:8080 diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: @@ -41,8 +41,10 @@ resources: - appprojects verbs: - get + - list + - watch - apiGroups: - "" resources: - events diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/rolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-applicationset-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP ports: - name: http-webhook diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-applicationset-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: accounts.backstage: apiKey admin.enabled: "true" application.instanceLabelKey: argocd.argoproj.io/instance diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-cmd-params-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-cmd-params-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: application.namespaces: adn-* applicationsetcontroller.allowed.scm.providers: https://github.com/ applicationsetcontroller.enable.leader.election: "false" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-gpg-keys-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-gpg-keys-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-notifications-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: context: | argocdUrl: https://argocd-metalstack.platform-engineer.cloud diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -5,13 +5,13 @@ metadata: name: argocd-notifications-secret namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" type: Opaque stringData: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -5,15 +5,15 @@ metadata: name: argocd-rbac-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-rbac-cm app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: policy.csv: | p, backstage, applications, get, */*, allow policy.default: "" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -5,14 +5,14 @@ metadata: name: argocd-ssh-known-hosts-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-ssh-known-hosts-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" data: ssh_known_hosts: | [ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -5,10 +5,10 @@ metadata: name: argocd-tls-certs-cm namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-tls-certs-cm app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/clusterrolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-notifications-controller labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/deployment.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 strategy: @@ -24,22 +24,22 @@ app.kubernetes.io/instance: release-name template: metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-notifications-controller automountServiceAccountToken: true containers: - name: notifications-controller - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-notifications - --metrics-port=9001 diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/role.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - argoproj.io resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/rolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-notifications-controller diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -6,11 +6,11 @@ metadata: name: argocd-notifications-controller namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: release-name app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 07320b116b6c6e70c8660c5de1c937cb8b81e2fa8c42500a89224f428b1f9342 + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc + checksum/cm: 143ee41284937b373c813c5dabd628c85c1583aaa51eaf904741cb913f0a5bf5 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: release-name-argocd-repo-server automountServiceAccountToken: true containers: - name: repo-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-repo-server - --port=8081 @@ -245,8 +245,14 @@ configMapKeyRef: key: reposerver.revision.cache.lock.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES + valueFrom: + configMapKeyRef: + key: reposerver.include.hidden.directories + name: argocd-cmd-params-cm + optional: true - name: HELM_CACHE_HOME value: /helm-working-dir - name: HELM_CONFIG_HOME value: /helm-working-dir @@ -310,9 +316,9 @@ - /bin/cp - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent name: copyutil resources: {} diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/role.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,12 +5,12 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/rolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-repo-server diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/service.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -3,15 +3,15 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" name: release-name-argocd-repo-server namespace: default spec: ports: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-06 11:18:40.318513067 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml 2024-08-06 11:18:19.862606662 +0000 @@ -6,11 +6,11 @@ metadata: name: release-name-argocd-repo-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -4,15 +4,15 @@ kind: ClusterRole metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - '*' resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/clusterrolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -4,15 +4,15 @@ kind: ClusterRoleBinding metadata: name: release-name-argocd-server labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/deployment.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: replicas: 1 revisionHistoryLimit: 3 selector: @@ -22,25 +22,25 @@ app.kubernetes.io/instance: release-name template: metadata: annotations: - checksum/cmd-params: 2cbf26673ad77a4d645ad0d2605a43878c61941cfcdd7256945d8fd05528d1eb - checksum/cm: 07320b116b6c6e70c8660c5de1c937cb8b81e2fa8c42500a89224f428b1f9342 + checksum/cmd-params: 976fb4a0a5e4b8926b8656a758b04ad5a9d9e07d950a91878bb420b29e36aefc + checksum/cm: 143ee41284937b373c813c5dabd628c85c1583aaa51eaf904741cb913f0a5bf5 labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-server automountServiceAccountToken: true containers: - name: server - image: quay.io/argoproj/argocd:v2.11.7 + image: quay.io/argoproj/argocd:v2.12.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-server - --port=8080 diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/ingress.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTP" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" spec: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/role.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" rules: - apiGroups: - "" resources: diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/rolebinding.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: release-name-argocd-server diff -U 4 -r out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml --- out/target/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-06 11:18:40.322513047 +0000 +++ out/pr/argocd/values-metalstack.yaml/argocd/charts/argo-cd/templates/argocd-server/service.yaml 2024-08-06 11:18:19.866606641 +0000 @@ -5,15 +5,15 @@ metadata: name: release-name-argocd-server namespace: default labels: - helm.sh/chart: argo-cd-7.3.11 + helm.sh/chart: argo-cd-7.4.1 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: release-name app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v2.11.7" + app.kubernetes.io/version: "v2.12.0" spec: type: ClusterIP sessionAffinity: None ports: ```