From e9b19d4cf6208342817ff2f59152cb47c792cc50 Mon Sep 17 00:00:00 2001 From: ITViking Date: Wed, 9 Oct 2024 13:45:23 +0200 Subject: [PATCH 01/24] add maintenance plan outline --- docs/maintenance-plan.md | 66 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 docs/maintenance-plan.md diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md new file mode 100644 index 00000000..54af5ea9 --- /dev/null +++ b/docs/maintenance-plan.md @@ -0,0 +1,66 @@ +# Maintenance plan + +This document outlines every piece of the platform that need upgrading and +updating. + +## Lagoon + +Update interval: 1-4 months +Release URL: https://github.com/uselagoon/lagoon/releases +Expect downtime: Highly likely +Time to do: Unknown at the time of writing (most likely a day the first time) +Runbook: +Notes: + +## AKS + + +## Actions/checkout + +## Helm charts + +We have some Helm charts that requires upgrades. +Information on Helm upgrades can be found +on the [Helm website](https://helm.sh/docs/helm/helm_upgrade/) + +### Cert-manager + +### Grafana + +### Harbor + +### Ingress Nginx + +### Lagoon Remote + +### Lagoon Core + +### Loki + +### Promstack + +### Promtail + +### K8Up + + +## DPL Shell parts + +### Terraform + + +### Azure CLI + +### KubeCTL + +### Krew + +### Terraform + +### Task + +### Lagoon CLI + +### Helm + + From 628350de458c0821eb9c4fce8a792ebd0cdd3540 Mon Sep 17 00:00:00 2001 From: ITViking Date: Wed, 9 Oct 2024 21:32:05 +0200 Subject: [PATCH 02/24] flesh out AKS section --- docs/maintenance-plan.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 54af5ea9..7ff94d41 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -7,13 +7,22 @@ updating. Update interval: 1-4 months Release URL: https://github.com/uselagoon/lagoon/releases +Upgrade Docs URL: Expect downtime: Highly likely Time to do: Unknown at the time of writing (most likely a day the first time) Runbook: -Notes: +Notes: ## AKS +Update interval: monthly +Release URL: https://kubernetes.io/releases/ +Upgrade Docs URL: + https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-portal +Expect downtime: yes, there'll be a very short outage alike to releases +Time to do: 2-6 hours +Runbook: [Update AKS](./runbooks/upgrading-aks.md) +Notes: ## Actions/checkout From 35d228233375b0472f3a38100a8b3d7a80fe631e Mon Sep 17 00:00:00 2001 From: ITViking Date: Wed, 9 Oct 2024 21:37:14 +0200 Subject: [PATCH 03/24] no bare urls --- docs/maintenance-plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 7ff94d41..c4f095cc 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -6,7 +6,7 @@ updating. ## Lagoon Update interval: 1-4 months -Release URL: https://github.com/uselagoon/lagoon/releases +Release URL: Upgrade Docs URL: Expect downtime: Highly likely Time to do: Unknown at the time of writing (most likely a day the first time) @@ -16,9 +16,9 @@ Notes: ## AKS Update interval: monthly -Release URL: https://kubernetes.io/releases/ +Release URL: Upgrade Docs URL: - https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-portal + Expect downtime: yes, there'll be a very short outage alike to releases Time to do: 2-6 hours Runbook: [Update AKS](./runbooks/upgrading-aks.md) From b988d4aa6ba6805bf21b49f8196bb1363d63ec04 Mon Sep 17 00:00:00 2001 From: ITViking Date: Wed, 9 Oct 2024 21:39:24 +0200 Subject: [PATCH 04/24] fix no double empty lines --- docs/maintenance-plan.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index c4f095cc..117b4397 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -52,12 +52,10 @@ on the [Helm website](https://helm.sh/docs/helm/helm_upgrade/) ### K8Up - ## DPL Shell parts ### Terraform - ### Azure CLI ### KubeCTL From 08e0da20c647fcb9296b2f5e70094b8d247d625d Mon Sep 17 00:00:00 2001 From: ITViking Date: Wed, 9 Oct 2024 21:41:46 +0200 Subject: [PATCH 05/24] fix identical headings and more multiple empty lines --- docs/maintenance-plan.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 117b4397..d47f2f29 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -62,12 +62,8 @@ on the [Helm website](https://helm.sh/docs/helm/helm_upgrade/) ### Krew -### Terraform - ### Task ### Lagoon CLI ### Helm - - From 1362aef198d81cf5aee2e8dd5690f0b682a2b5cc Mon Sep 17 00:00:00 2001 From: ITViking Date: Wed, 9 Oct 2024 21:42:51 +0200 Subject: [PATCH 06/24] change to AKS supported Kubernetes version release calendar --- docs/maintenance-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index d47f2f29..f92811c4 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -16,7 +16,7 @@ Notes: ## AKS Update interval: monthly -Release URL: +Release URL: Upgrade Docs URL: Expect downtime: yes, there'll be a very short outage alike to releases From 5d7fd7031a881ff3cb3028b24a032f791b23d427 Mon Sep 17 00:00:00 2001 From: ITViking Date: Wed, 9 Oct 2024 22:14:40 +0200 Subject: [PATCH 07/24] add the list of information points we want on all of the parts --- docs/maintenance-plan.md | 162 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 154 insertions(+), 8 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index f92811c4..267535b7 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -24,46 +24,192 @@ Time to do: 2-6 hours Runbook: [Update AKS](./runbooks/upgrading-aks.md) Notes: -## Actions/checkout +## Support Workloads -## Helm charts - -We have some Helm charts that requires upgrades. +We have a number of support workloads. Which at the time of writing is all +Helm Charts. Information on Helm upgrades can be found on the [Helm website](https://helm.sh/docs/helm/helm_upgrade/) ### Cert-manager +Update interval: +Release URL: +Upgrade Docs URL: + Date: Wed, 9 Oct 2024 22:17:49 +0200 Subject: [PATCH 08/24] link to general support workload upgrade runbook --- docs/maintenance-plan.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 267535b7..3712878b 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -29,7 +29,9 @@ Notes: We have a number of support workloads. Which at the time of writing is all Helm Charts. Information on Helm upgrades can be found -on the [Helm website](https://helm.sh/docs/helm/helm_upgrade/) +on the [Helm website](https://helm.sh/docs/helm/helm_upgrade/). +There's a general runbook for upgrading the support workloads here: +[Upgrade Support Workloads](./runbooks/upgrading-support-workloads.md). ### Cert-manager From 12d272f7a46a681826a426b03696ca40210fd557 Mon Sep 17 00:00:00 2001 From: ITViking Date: Wed, 9 Oct 2024 22:45:50 +0200 Subject: [PATCH 09/24] remove Date: Wed, 9 Oct 2024 22:46:09 +0200 Subject: [PATCH 10/24] flesh out cert-manager --- docs/maintenance-plan.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index aa873705..dd93ed75 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -35,13 +35,12 @@ There's a general runbook for upgrading the support workloads here: ### Cert-manager -Update interval: -Release URL: -Upgrade Docs URL: - +Upgrade Docs URL: +Expect downtime: Unknown, but likely none +Time to do: Unknown, but likely < 1 hour +Runbook: [Upgrade Cert-manager](./runbooks/upgrading-support-workloads.md#cert-manager). Notes: ### Grafana From 0ebff24d8bfdfe07d49f2f2c74c80f52b2abadaa Mon Sep 17 00:00:00 2001 From: ITViking Date: Thu, 10 Oct 2024 09:56:22 +0200 Subject: [PATCH 11/24] add link to upgrading lagoon runbook --- docs/maintenance-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index dd93ed75..a4f7fac0 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -10,7 +10,7 @@ Release URL: Upgrade Docs URL: Expect downtime: Highly likely Time to do: Unknown at the time of writing (most likely a day the first time) -Runbook: +Runbook: [Upgrading Lagoon](./runbooks/upgrading-lagoon.md) Notes: ## AKS From 6152a6ebb3dec641b60e69e76ae9e0590f17f38b Mon Sep 17 00:00:00 2001 From: ITViking Date: Thu, 10 Oct 2024 11:41:32 +0200 Subject: [PATCH 12/24] flesh out Grafana section --- docs/maintenance-plan.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index a4f7fac0..296ff584 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -45,12 +45,13 @@ Notes: ### Grafana -Update interval: -Release URL: +Update interval: weekly +Release URL: Upgrade Docs URL: -Expect downtime: -Time to do: -Runbook: +Expect downtime: No, maybe a little for Grafana, but nothing that affects the + libraries. +Time to do: Unknown +Runbook: [Upgrade Grafana](./runbooks/upgrading-support-workloads.md#grafana) Notes: ### Harbor From b727da998a9e8fb3e35331bebe403d7338de3ce4 Mon Sep 17 00:00:00 2001 From: ITViking Date: Thu, 10 Oct 2024 20:20:20 +0200 Subject: [PATCH 13/24] flesh out harbor section --- docs/maintenance-plan.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 296ff584..b3c3eb4a 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -56,12 +56,13 @@ Notes: ### Harbor -Update interval: -Release URL: -Upgrade Docs URL: -Expect downtime: -Time to do: -Runbook: +Update interval: somewhat monthly +Release URL: +Upgrade Docs URL: +Expect downtime: Harbor will have downtime, it will affect sites that need + redeployment as well as developers who firing up and environment. +Time to do: Unknown +Runbook: [Upgrading Harboar](./runbooks/upgrading-support-workloads.md#harbor) Notes: ### Ingress Nginx From a19f8be13c6b1239a0c84772c3e17dfa8452f407 Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 13:22:10 +0200 Subject: [PATCH 14/24] flesh out Nginx-ingress section --- docs/maintenance-plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index b3c3eb4a..888ffe2e 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -67,12 +67,12 @@ Notes: ### Ingress Nginx -Update interval: -Release URL: -Upgrade Docs URL: -Expect downtime: -Time to do: -Runbook: +Update interval: Monthly +Release URL: +Upgrade Docs URL: +Expect downtime: Highly likely +Time to do: Unkonwn +Runbook: [Upgrading Nginx-ingresss](./runbooks/upgrading-support-workloads#ingress-nginx) Notes: ### K8up From 8da124cb94b41dc3dd79c21e6f458ce94862ff3e Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 13:28:00 +0200 Subject: [PATCH 15/24] add section on K8up --- docs/maintenance-plan.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 888ffe2e..09557d15 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -77,13 +77,10 @@ Notes: ### K8up -Update interval: -Release URL: -Upgrade Docs URL: -Expect downtime: -Time to do: -Runbook: -Notes: +DO NOT UPGRADE. +From time to time we should checkin with this page [K8Up in lagoon](https://docs.lagoon.sh/installing-lagoon/lagoon-backups/#lagoon-backups) +, where they'll hopefully give and update when it is possible to update K8Up +to a later version than version 1.x.x ### Loki From a5d9158a9d26a7528008d5528f269a9199f1eb2d Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 13:50:59 +0200 Subject: [PATCH 16/24] add sections on Loki and Minio --- docs/maintenance-plan.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 09557d15..dd3ffc9c 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -84,23 +84,18 @@ to a later version than version 1.x.x ### Loki -Update interval: -Release URL: -Upgrade Docs URL: -Expect downtime: -Time to do: -Runbook: +Update interval: somewhat monthly +Release URL: +Upgrade Docs URL: +Expect downtime: Might be some, but nothing that will hit the libraries +Time to do: Unkown +Runbook: [Upgrade Loki](./runbooks/upgrading-support-workloads.md#loki) Notes: ### Minio -Update interval: -Release URL: -Upgrade Docs URL: -Expect downtime: -Time to do: -Runbook: -Notes: +As we're replacing Minio, we will have to do a section on what ever tool + we're replacing it with. ### Prometheus From bb3c421b5bc4617f2e28b3cfd057c8eb990fd162 Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 14:00:02 +0200 Subject: [PATCH 17/24] add a Prometheus section --- docs/maintenance-plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index dd3ffc9c..ed987b96 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -99,12 +99,12 @@ As we're replacing Minio, we will have to do a section on what ever tool ### Prometheus -Update interval: -Release URL: -Upgrade Docs URL: -Expect downtime: -Time to do: -Runbook: +Update interval: Weekly +Release URL: +Upgrade Docs URL: +Expect downtime: Probably, but nothing the libraries will be affected by +Time to do: Unkown +Runbook: [Upgrading Prometheus](./runbooks/upgrading-support-workloads.md#prometheus) Notes: ### Promtail From 30b7e93bf325549050dcd29ca52c4deebc4d2fc5 Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 14:07:07 +0200 Subject: [PATCH 18/24] add section on upgrading Promtail --- docs/maintenance-plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index ed987b96..fdc278d7 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -109,12 +109,12 @@ Notes: ### Promtail -Update interval: -Release URL: -Upgrade Docs URL: -Expect downtime: -Time to do: -Runbook: +Update interval: monthly-quarterly +Release URL: +Upgrade Docs URL: +Expect downtime: Probably, but nothing that concerns the libraries. +Time to do: Unknown +Runbook: [Upgrading Promtail](./runbooks/upgrading-support-workloads.md#upgrade-promtail) Notes: ## DPL Shell parts From 14e8f60eba670193221baa300f7e0661ce5c4197 Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 14:40:15 +0200 Subject: [PATCH 19/24] flesh out lagoon cli section --- docs/maintenance-plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index fdc278d7..c0e66512 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -176,13 +176,13 @@ Notes: ### Lagoon CLI -Update interval: -Release URL: -Upgrade Docs URL: -Expect downtime: -Time to do: +Update interval: Quaterly +Release URL: +Expect downtime: None +Time to do: 1 hour Runbook: -Notes: +Notes: Dependabot has not as of yet notified us of any available updates, + so we have to check manually. ### Helm From 50f35c1a4d21a770b880286b337f13cdeb5ff304 Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 14:46:54 +0200 Subject: [PATCH 20/24] add all the release URL's of the dpl shell tools --- docs/maintenance-plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index c0e66512..2e86c627 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -127,7 +127,7 @@ are notified about updates pretty quickly. ### Terraform Update interval: -Release URL: +Release URL: Upgrade Docs URL: Expect downtime: Time to do: @@ -137,7 +137,7 @@ Notes: ### Azure CLI Update interval: -Release URL: +Release URL: Upgrade Docs URL: Expect downtime: Time to do: @@ -147,7 +147,7 @@ Notes: ### KubeCTL Update interval: -Release URL: +Release URL: Upgrade Docs URL: Expect downtime: Time to do: @@ -157,7 +157,7 @@ Notes: ### Krew Update interval: -Release URL: +Release URL: Upgrade Docs URL: Expect downtime: Time to do: @@ -167,7 +167,7 @@ Notes: ### Task Update interval: -Release URL: +Release URL: Upgrade Docs URL: Expect downtime: Time to do: @@ -187,7 +187,7 @@ Notes: Dependabot has not as of yet notified us of any available updates, ### Helm Update interval: -Release URL: +Release URL: Upgrade Docs URL: Expect downtime: Time to do: From d9ff3eef069ba31bffbe020cd4d5c3bc358a84fa Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 14:48:20 +0200 Subject: [PATCH 21/24] set the Expect downtime to none for all of the dpl shell tools --- docs/maintenance-plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 2e86c627..39639b44 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -129,7 +129,7 @@ are notified about updates pretty quickly. Update interval: Release URL: Upgrade Docs URL: -Expect downtime: +Expect downtime: None Time to do: Runbook: Notes: @@ -139,7 +139,7 @@ Notes: Update interval: Release URL: Upgrade Docs URL: -Expect downtime: +Expect downtime: None Time to do: Runbook: Notes: @@ -149,7 +149,7 @@ Notes: Update interval: Release URL: Upgrade Docs URL: -Expect downtime: +Expect downtime: None Time to do: Runbook: Notes: @@ -159,7 +159,7 @@ Notes: Update interval: Release URL: Upgrade Docs URL: -Expect downtime: +Expect downtime: None Time to do: Runbook: Notes: @@ -169,7 +169,7 @@ Notes: Update interval: Release URL: Upgrade Docs URL: -Expect downtime: +Expect downtime: None Time to do: Runbook: Notes: @@ -189,7 +189,7 @@ Notes: Dependabot has not as of yet notified us of any available updates, Update interval: Release URL: Upgrade Docs URL: -Expect downtime: +Expect downtime: None Time to do: Runbook: Notes: From 222ff1da1be3c217af0e6b10b95467e3db03debf Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 14:49:26 +0200 Subject: [PATCH 22/24] remove irrelevant point from all the dpl shell tool sections --- docs/maintenance-plan.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 39639b44..1a1bf97c 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -128,7 +128,6 @@ are notified about updates pretty quickly. Update interval: Release URL: -Upgrade Docs URL: Expect downtime: None Time to do: Runbook: @@ -138,7 +137,6 @@ Notes: Update interval: Release URL: -Upgrade Docs URL: Expect downtime: None Time to do: Runbook: @@ -148,7 +146,6 @@ Notes: Update interval: Release URL: -Upgrade Docs URL: Expect downtime: None Time to do: Runbook: @@ -158,7 +155,6 @@ Notes: Update interval: Release URL: -Upgrade Docs URL: Expect downtime: None Time to do: Runbook: @@ -168,7 +164,6 @@ Notes: Update interval: Release URL: -Upgrade Docs URL: Expect downtime: None Time to do: Runbook: @@ -188,7 +183,6 @@ Notes: Dependabot has not as of yet notified us of any available updates, Update interval: Release URL: -Upgrade Docs URL: Expect downtime: None Time to do: Runbook: From 4fa2c8144104c5796522594ba6702b971af9dd9e Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 14:53:16 +0200 Subject: [PATCH 23/24] flesh out update interval for dpl shell tools --- docs/maintenance-plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index 1a1bf97c..f91fd0f6 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -126,7 +126,7 @@ are notified about updates pretty quickly. ### Terraform -Update interval: +Update interval: Monthly Release URL: Expect downtime: None Time to do: @@ -135,7 +135,7 @@ Notes: ### Azure CLI -Update interval: +Update interval: Unknown Release URL: Expect downtime: None Time to do: @@ -144,7 +144,7 @@ Notes: ### KubeCTL -Update interval: +Update interval: Quarterly Release URL: Expect downtime: None Time to do: @@ -153,7 +153,7 @@ Notes: ### Krew -Update interval: +Update interval: Unkown, hasen't been updated since 2023 Release URL: Expect downtime: None Time to do: @@ -162,7 +162,7 @@ Notes: ### Task -Update interval: +Update interval: Monthly Release URL: Expect downtime: None Time to do: @@ -181,7 +181,7 @@ Notes: Dependabot has not as of yet notified us of any available updates, ### Helm -Update interval: +Update interval: Monthly Release URL: Expect downtime: None Time to do: From f4719359afd34adab91ed42b6902b22b67b08f93 Mon Sep 17 00:00:00 2001 From: ITViking Date: Fri, 11 Oct 2024 14:55:05 +0200 Subject: [PATCH 24/24] set Time to do --- docs/maintenance-plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/maintenance-plan.md b/docs/maintenance-plan.md index f91fd0f6..ce1a29aa 100644 --- a/docs/maintenance-plan.md +++ b/docs/maintenance-plan.md @@ -129,7 +129,7 @@ are notified about updates pretty quickly. Update interval: Monthly Release URL: Expect downtime: None -Time to do: +Time to do: 1 hour Runbook: Notes: @@ -138,7 +138,7 @@ Notes: Update interval: Unknown Release URL: Expect downtime: None -Time to do: +Time to do: 1 hour Runbook: Notes: @@ -147,7 +147,7 @@ Notes: Update interval: Quarterly Release URL: Expect downtime: None -Time to do: +Time to do: 1 hour Runbook: Notes: @@ -156,7 +156,7 @@ Notes: Update interval: Unkown, hasen't been updated since 2023 Release URL: Expect downtime: None -Time to do: +Time to do: 1 hour Runbook: Notes: @@ -165,7 +165,7 @@ Notes: Update interval: Monthly Release URL: Expect downtime: None -Time to do: +Time to do: 1 hour Runbook: Notes: @@ -184,6 +184,6 @@ Notes: Dependabot has not as of yet notified us of any available updates, Update interval: Monthly Release URL: Expect downtime: None -Time to do: +Time to do: 1 hour Runbook: Notes: