Regular Software Updates » History » Version 19
Nico Schottelius, 11/13/2023 10:18 PM
| 1 | 1 | Nico Schottelius | h1. Regular Software Updates |
|---|---|---|---|
| 2 | |||
| 3 | There are various software stacks that should be updated regularly. This document describes the intervals and procedures. |
||
| 4 | |||
| 5 | 2 | Nico Schottelius | h2. Kubernetes based Applications |
| 6 | 1 | Nico Schottelius | |
| 7 | All kubernetes based applications should be updated in a 2 step manner: |
||
| 8 | |||
| 9 | 2 | Nico Schottelius | * Create a ticket in the datacenterlight project for the update |
| 10 | 1 | Nico Schottelius | * Create or update apps/dev/APPNAME in k8s-config |
| 11 | * Create or update a test instance in the kubernetes cluster that is using apps/dev/APPNAME |
||
| 12 | * Ensure the test instance is running properly |
||
| 13 | * Apply changes from apps/dev/APPNAME to apps/prod/APPNAME |
||
| 14 | * Ensure all production instances are applying and working properly |
||
| 15 | 2 | Nico Schottelius | |
| 16 | Schedule: all apps should be checked for new updates at least once per month. |
||
| 17 | |||
| 18 | 14 | Nico Schottelius | | App | Link to relevant versions | |
| 19 | | ArgoCD | See below | |
||
| 20 | | Ceph | https://quay.io/repository/ceph/ceph?tab=tags | |
||
| 21 | 17 | Nico Schottelius | | cert-manager | https://artifacthub.io/packages/helm/cert-manager/cert-manager | |
| 22 | 14 | Nico Schottelius | | Gitea | https://hub.docker.com/r/gitea/gitea/tags | |
| 23 | | Harbor | helm search repo -l harbor/harbor | |
||
| 24 | 15 | Nico Schottelius | | Matrix | https://hub.docker.com/r/matrixdotorg/synapse/tags | |
| 25 | | | https://hub.docker.com/r/vectorim/element-web/tags | |
||
| 26 | | | https://github.com/matrix-org/synapse/releases | |
||
| 27 | 19 | Nico Schottelius | | | https://hub.docker.com/r/awesometechnologies/synapse-admin/tags | |
| 28 | 14 | Nico Schottelius | | Mattermost | https://hub.docker.com/r/mattermost/mattermost-team-edition/tags | |
| 29 | | Mastodon | https://hub.docker.com/r/tootsuite/mastodon/tags https://github.com/mastodon/mastodon/tags | |
||
| 30 | 18 | Nico Schottelius | | Mittwald Secret Generator | https://github.com/mittwald/kubernetes-secret-generator/tags | |
| 31 | 14 | Nico Schottelius | | Netbox | https://hub.docker.com/r/netboxcommunity/netbox/tags | |
| 32 | 16 | Nico Schottelius | | nginx-ingress | https://github.com/kubernetes/ingress-nginx/releases | |
| 33 | 14 | Nico Schottelius | | Rook | https://github.com/rook/rook/tags | |
| 34 | | Nextcloud | https://hub.docker.com/_/nextcloud/tags | |
||
| 35 | | Redmine | https://hub.docker.com/_/redmine/tags | |
||
| 36 | 10 | Nico Schottelius | |
| 37 | h3. ArgoCD |
||
| 38 | |||
| 39 | We usually use stable via: |
||
| 40 | |||
| 41 | <pre> |
||
| 42 | kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml |
||
| 43 | </pre> |