cluster-apps-manager created 2021-08-30 18:59:12, version 3529603231

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: '{"apiVersion":"argoproj.io/v1alpha1","kind":"Application","metadata":{"annotations":{},"finalizers":["resources-finalizer.argocd.argoproj.io"],"labels":{"app":"cluster-apps-manager"},"name":"cluster-apps-manager","namespace":"argocd"},"spec":{"destination":{"name":"in-cluster","namespace":"app-manager"},"project":"default","source":{"path":"apps","repoURL":"https://gitlab.com/sed-infra/k8s/cluster.git","targetRevision":"HEAD"},"syncPolicy":{"automated":{"prune":true},"syncOptions":["CreateNamespace=true"]}}}

      '
  creationTimestamp: '2021-08-30T18:59:12Z'
  finalizers:
  - resources-finalizer.argocd.argoproj.io
  generation: 720009
  labels:
    app: cluster-apps-manager
  managedFields:
  - apiVersion: argoproj.io/v1alpha1
    fieldsType: FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          .: {}
          f:kubectl.kubernetes.io/last-applied-configuration: {}
        f:finalizers:
          .: {}
          v:"resources-finalizer.argocd.argoproj.io": {}
        f:labels:
          .: {}
          f:app: {}
      f:spec:
        .: {}
        f:destination:
          .: {}
          f:name: {}
          f:namespace: {}
        f:project: {}
        f:source:
          .: {}
          f:path: {}
          f:repoURL: {}
          f:targetRevision: {}
        f:syncPolicy:
          .: {}
          f:syncOptions: {}
    manager: kubectl-client-side-apply
    operation: Update
    time: '2021-09-29T14:01:25Z'
  - apiVersion: argoproj.io/v1alpha1
    fieldsType: FieldsV1
    fieldsV1:
      f:spec:
        f:syncPolicy:
          f:automated: {}
    manager: argocd-server
    operation: Update
    time: '2025-03-30T12:17:19Z'
  - apiVersion: argoproj.io/v1alpha1
    fieldsType: FieldsV1
    fieldsV1:
      f:status:
        .: {}
        f:health:
          .: {}
          f:status: {}
        f:history: {}
        f:operationState:
          .: {}
          f:finishedAt: {}
          f:message: {}
          f:operation:
            .: {}
            f:initiatedBy:
              .: {}
              f:automated: {}
            f:retry:
              .: {}
              f:limit: {}
            f:sync:
              .: {}
              f:revision: {}
              f:syncOptions: {}
          f:phase: {}
          f:startedAt: {}
          f:syncResult:
            .: {}
            f:resources: {}
            f:revision: {}
            f:source:
              .: {}
              f:path: {}
              f:repoURL: {}
              f:targetRevision: {}
        f:reconciledAt: {}
        f:resources: {}
        f:sourceType: {}
        f:summary: {}
        f:sync:
          .: {}
          f:comparedTo:
            .: {}
            f:destination:
              .: {}
              f:name: {}
              f:namespace: {}
            f:source:
              .: {}
              f:path: {}
              f:repoURL: {}
              f:targetRevision: {}
          f:revision: {}
          f:status: {}
    manager: argocd-application-controller
    operation: Update
    time: '2025-10-27T13:40:07Z'
  name: cluster-apps-manager
  namespace: argocd
  resourceVersion: '3529603231'
  uid: 562d8915-0056-4579-8d87-fda5d2d3a887
spec:
  destination:
    name: in-cluster
    namespace: app-manager
  project: default
  source:
    path: apps
    repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
    targetRevision: HEAD
  syncPolicy:
    automated: {}
    syncOptions:
    - CreateNamespace=true
status:
  health:
    status: Healthy
  history:
  - deployStartedAt: '2024-09-22T22:25:35Z'
    deployedAt: '2024-09-22T22:25:35Z'
    id: 64
    revision: 50219fa12c767e5dd1da427e60c8d2f3ded904bf
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  - deployStartedAt: '2024-09-22T22:34:24Z'
    deployedAt: '2024-09-22T22:34:24Z'
    id: 65
    revision: dd8048c7d1bd74ff169cdd6c1db36244ddd88386
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  - deployStartedAt: '2025-03-28T16:43:21Z'
    deployedAt: '2025-03-28T16:43:21Z'
    id: 66
    revision: 30d687ae4c7815f9ad51f6a5b4ac3718902e78ac
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  - deployStartedAt: '2025-03-28T16:46:45Z'
    deployedAt: '2025-03-28T16:46:45Z'
    id: 67
    revision: f01edc3f3554a6ceb9ab27ccdd7192cdc5292883
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  - deployStartedAt: '2025-03-30T11:43:10Z'
    deployedAt: '2025-03-30T11:43:10Z'
    id: 68
    revision: 7adfaa41eac8b1a766fd78e0ee4150ff5c26e4f9
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  - deployStartedAt: '2025-03-30T11:54:52Z'
    deployedAt: '2025-03-30T11:54:52Z'
    id: 69
    revision: 7568a93af88815cb4dcfee3ed58dfb269e5a7e4c
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  - deployStartedAt: '2025-03-30T12:01:56Z'
    deployedAt: '2025-03-30T12:01:56Z'
    id: 70
    revision: 8f38739f18c6a498281d430e3d43f7a3854cf3c2
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  - deployStartedAt: '2025-03-30T12:05:58Z'
    deployedAt: '2025-03-30T12:05:59Z'
    id: 71
    revision: e158e524363fde92f209232fce975c3b3ca75730
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  - deployStartedAt: '2025-03-30T12:07:03Z'
    deployedAt: '2025-03-30T12:07:03Z'
    id: 72
    revision: adbeaff89bfdbcb934778dc17ea2f063f90264ed
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  - deployStartedAt: '2025-03-30T12:17:21Z'
    deployedAt: '2025-03-30T12:17:21Z'
    id: 73
    revision: 95b18ed056d6ff6dfd95364d6bf0f75410648359
    source:
      path: apps
      repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
      targetRevision: HEAD
  operationState:
    finishedAt: '2025-03-30T12:17:21Z'
    message: successfully synced (all tasks run)
    operation:
      initiatedBy:
        automated: true
      retry:
        limit: 5
      sync:
        revision: 95b18ed056d6ff6dfd95364d6bf0f75410648359
        syncOptions:
        - CreateNamespace=true
    phase: Succeeded
    startedAt: '2025-03-30T12:17:21Z'
    syncResult:
      resources:
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/postgres-operator unchanged
        name: postgres-operator
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/vault unchanged
        name: vault
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/cve-discord-bot unchanged
        name: cve-discord-bot
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/certfr-discord-bot unchanged
        name: certfr-discord-bot
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/kube-ops-view unchanged
        name: kube-ops-view
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/s3-ingress unchanged
        name: s3-ingress
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/knative-operator unchanged
        name: knative-operator
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/minio unchanged
        name: minio
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/gitlab-com-gitlab-runner unchanged
        name: gitlab-com-gitlab-runner
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/kube-web-view unchanged
        name: kube-web-view
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/sed-discord-bot unchanged
        name: sed-discord-bot
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/private-gitlab-com-gitlab-runner unchanged
        name: private-gitlab-com-gitlab-runner
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/nfs-provisioner unchanged
        name: nfs-provisioner
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/stocks-analysis unchanged
        name: stocks-analysis
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/vault-secrets-operator unchanged
        name: vault-secrets-operator
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/descheduler unchanged
        name: descheduler
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/kubehook unchanged
        name: kubehook
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/nextcloud unchanged
        name: nextcloud
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/matrix unchanged
        name: matrix
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/cert-manager unchanged
        name: cert-manager
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      - group: argoproj.io
        hookPhase: Running
        kind: Application
        message: application.argoproj.io/ingress-nginx configured
        name: ingress-nginx
        namespace: argocd
        status: Synced
        syncPhase: Sync
        version: v1alpha1
      revision: 95b18ed056d6ff6dfd95364d6bf0f75410648359
      source:
        path: apps
        repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
        targetRevision: HEAD
  reconciledAt: '2025-10-28T14:33:53Z'
  resources:
  - group: argoproj.io
    kind: Application
    name: cert-manager
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: certfr-discord-bot
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: cve-discord-bot
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: descheduler
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: gitlab-com-gitlab-runner
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: ingress-nginx
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: knative-operator
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: kube-ops-view
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: kube-web-view
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: kubehook
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: matrix
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: minio
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: nextcloud
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: nfs-provisioner
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: postgres-operator
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: private-gitlab-com-gitlab-runner
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: s3-ingress
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: sed-discord-bot
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: stocks-analysis
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: vault
    namespace: argocd
    status: Synced
    version: v1alpha1
  - group: argoproj.io
    kind: Application
    name: vault-secrets-operator
    namespace: argocd
    status: Synced
    version: v1alpha1
  sourceType: Kustomize
  summary: {}
  sync:
    comparedTo:
      destination:
        name: in-cluster
        namespace: app-manager
      source:
        path: apps
        repoURL: https://gitlab.com/sed-infra/k8s/cluster.git
        targetRevision: HEAD
    revision: 95b18ed056d6ff6dfd95364d6bf0f75410648359
    status: Synced