flate diff
Select a resource from the tree to view its diff.

changedTalosUpgrade system-upgrade/talos

Kustomization system-upgrade/tuppr-upgrades (kubernetes/apps/system-upgrade/tuppr/upgrades)
1 apiVersion: tuppr.home-operations.com/v1alpha1 1 apiVersion: tuppr.home-operations.com/v1alpha1
2 kind: TalosUpgrade 2 kind: TalosUpgrade
3 metadata: 3 metadata:
4 labels: 4 labels:
5 kustomize.toolkit.fluxcd.io/name: tuppr-upgrades 5 kustomize.toolkit.fluxcd.io/name: tuppr-upgrades
6 kustomize.toolkit.fluxcd.io/namespace: system-upgrade 6 kustomize.toolkit.fluxcd.io/namespace: system-upgrade
7 name: talos 7 name: talos
8 namespace: system-upgrade 8 namespace: system-upgrade
9 spec: 9 spec:
10 healthChecks: 10 healthChecks:
11 - apiVersion: volsync.backube/v1alpha1 11 - apiVersion: volsync.backube/v1alpha1
12 expr: status.conditions.filter(c, c.type == "Synchronizing").all(c, c.status == 12 expr: status.conditions.filter(c, c.type == "Synchronizing").all(c, c.status ==
13 "False") 13 "False")
14 kind: ReplicationSource 14 kind: ReplicationSource
15 - apiVersion: ceph.rook.io/v1 15 - apiVersion: ceph.rook.io/v1
16 expr: status.ceph.health in ['HEALTH_OK'] 16 expr: status.ceph.health in ['HEALTH_OK']
17 kind: CephCluster 17 kind: CephCluster
18 - apiVersion: postgresql.cnpg.io/v1 18 - apiVersion: postgresql.cnpg.io/v1
19 expr: status.conditions.filter(e, e.type == 'Ready').all(e, e.status == 'True') 19 expr: status.conditions.filter(e, e.type == 'Ready').all(e, e.status == 'True')
20 kind: Cluster 20 kind: Cluster
21 - apiVersion: k8s.mariadb.com/v1alpha1 21 - apiVersion: k8s.mariadb.com/v1alpha1
22 expr: status.conditions.filter(e, e.type == 'Ready').all(e, e.status == 'True') 22 expr: status.conditions.filter(e, e.type == 'Ready').all(e, e.status == 'True')
23 kind: MariaDB 23 kind: MariaDB
24 policy: 24 policy:
25 rebootMode: powercycle 25 rebootMode: powercycle
26 talos: 26 talos:
27 version: v1.13.2 27 version: v1.13.4
28 28
1 1 apiVersion: tuppr.home-operations.com/v1alpha1
2 2 kind: TalosUpgrade
3 3 metadata:
4 4 labels:
5 5 kustomize.toolkit.fluxcd.io/name: tuppr-upgrades
6 6 kustomize.toolkit.fluxcd.io/namespace: system-upgrade
7 7 name: talos
8 8 namespace: system-upgrade
9 9 spec:
10 10 healthChecks:
11 11 - apiVersion: volsync.backube/v1alpha1
12 12 expr: status.conditions.filter(c, c.type == "Synchronizing").all(c, c.status ==
13 13 "False")
14 14 kind: ReplicationSource
15 15 - apiVersion: ceph.rook.io/v1
16 16 expr: status.ceph.health in ['HEALTH_OK']
17 17 kind: CephCluster
18 18 - apiVersion: postgresql.cnpg.io/v1
19 19 expr: status.conditions.filter(e, e.type == 'Ready').all(e, e.status == 'True')
20 20 kind: Cluster
21 21 - apiVersion: k8s.mariadb.com/v1alpha1
22 22 expr: status.conditions.filter(e, e.type == 'Ready').all(e, e.status == 'True')
23 23 kind: MariaDB
24 24 policy:
25 25 rebootMode: powercycle
26 26 talos:
27 version: v1.13.2
27 version: v1.13.4
28 28