feat: Helmfile-ify System Argo Applications #21

Merged
mrtz-j merged 4 commits from mrtz/helmify into helmify 2025-06-10 15:46:10 +00:00
mrtz-j commented 2025-06-04 11:21:06 +00:00 (Migrated from gitlab.com)

Migrate sys applications to helmfile.

Before merging this MR we have to update the TargetRevsion to HEAD, done here: !8

NOTE: This does not include ekman apps such as linkerd.

File structure:

/
├── helmfile.d/                                                 # Helmfiles, *.yaml.gotmpl
├── charts/                                                     # Our own charts, e.g `Atlantis`
├── values                                                      # Values for helmfiles
│   ├── <chart>
│   │   ├── values.yaml.gotmpl                                  # Values to be templated in `values/`
│   │   ├── kustomize                                           # Kustomizations per environment
│   │   ├── manifests                                           # Raw manifests
│   │   │   ├── <chart>.yaml                                    # Argo App for bootstrap
│   │   │   ├── dashboards                                      # Grafana dashboards
│   │   │   │   └── <chart>-metrics.yaml
│   │   │   └── policies                                        # Cilium and Kyverno policies
│   │   │       ├── CiliumNetworkPolicy-allow-api-server.yaml   
│   │   │       └── KyvernoPolicy-regred-secret.yaml            
│   │   └── values                                              # Values for each environment
│   │       ├── <chart>-staging.yaml.gotmpl                     # Values for staging environment
│   │       ├── <chart>-prod.yaml.gotmpl                        # Values for prod environment
│   │       └── <chart>.yaml.gotmpl                             # Standard values for all environments
│   │
│   ├── values.yaml                                             # Standard values for all cluster
│   ├── values-oceanbox.yaml                                    # Values overrides for oceanbox 
│   ├── values-ekman.yaml                                       # Values overrides for ekman

TODO:

  • Argo
  • Argo-Apps (deprecate)
  • Cert-Manager
  • Kyverno
  • Cilium
  • Ingress-nginx
  • Postgres-Operator
  • NFS-Provisioner
  • Metricsserver
  • Prometheus
  • Velero
  • x509-exporter
Migrate `sys` applications to helmfile. Before merging this MR we have to update the `TargetRevsion` to `HEAD`, done here: !8 NOTE: This does not include `ekman` apps such as linkerd. File structure: ```bash / ├── helmfile.d/ # Helmfiles, *.yaml.gotmpl ├── charts/ # Our own charts, e.g `Atlantis` ├── values # Values for helmfiles │ ├── <chart> │ │ ├── values.yaml.gotmpl # Values to be templated in `values/` │ │ ├── kustomize # Kustomizations per environment │ │ ├── manifests # Raw manifests │ │ │ ├── <chart>.yaml # Argo App for bootstrap │ │ │ ├── dashboards # Grafana dashboards │ │ │ │ └── <chart>-metrics.yaml │ │ │ └── policies # Cilium and Kyverno policies │ │ │ ├── CiliumNetworkPolicy-allow-api-server.yaml │ │ │ └── KyvernoPolicy-regred-secret.yaml │ │ └── values # Values for each environment │ │ ├── <chart>-staging.yaml.gotmpl # Values for staging environment │ │ ├── <chart>-prod.yaml.gotmpl # Values for prod environment │ │ └── <chart>.yaml.gotmpl # Standard values for all environments │ │ │ ├── values.yaml # Standard values for all cluster │ ├── values-oceanbox.yaml # Values overrides for oceanbox │ ├── values-ekman.yaml # Values overrides for ekman ``` TODO: - [x] Argo - [x] Argo-Apps (deprecate) - [x] Cert-Manager - [x] Kyverno - [x] Cilium - [x] Ingress-nginx - [x] Postgres-Operator - [x] NFS-Provisioner - [x] Metricsserver - [x] Prometheus - [x] Velero - [x] x509-exporter
mrtz-j commented 2025-06-04 11:21:06 +00:00 (Migrated from gitlab.com)

assigned to @mrtz-j

assigned to @mrtz-j
mrtz-j commented 2025-06-04 11:58:32 +00:00 (Migrated from gitlab.com)

marked this merge request as draft

marked this merge request as **draft**
mrtz-j commented 2025-06-04 11:58:32 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
mrtz-j commented 2025-06-04 11:59:01 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
mrtz-j commented 2025-06-04 13:38:24 +00:00 (Migrated from gitlab.com)

added 1 commit

  • db68e727 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>db68e727 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1379804352&start_sha=74e926b67f09ec42eb0e1631709d7fb5f2a8b651)
mrtz-j commented 2025-06-04 13:52:44 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 7bee494e - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>7bee494e - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1379831467&start_sha=db68e727cf66fcbeb9bae6c2d5f2843ce8196921)
mrtz-j commented 2025-06-04 13:53:30 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 16301747 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>16301747 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1379832901&start_sha=7bee494e431102858f6a810801e6b7f0b7e9adeb)
mrtz-j commented 2025-06-04 14:48:44 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 011f3c4a - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>011f3c4a - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1379934245&start_sha=163017479908ba0aae2ed963809c4d2bee15fa13)
mrtz-j commented 2025-06-04 15:36:53 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 6782cab7 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>6782cab7 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1380010982&start_sha=011f3c4aae1a1c0a14b623fd2f67bec1bda4fee4)
mrtz-j commented 2025-06-04 15:46:08 +00:00 (Migrated from gitlab.com)

added 1 commit

  • ad45df27 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>ad45df27 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1380023645&start_sha=6782cab7b53ce2f5195eb7400e7b033f89ef3b04)
mrtz-j commented 2025-06-05 08:45:34 +00:00 (Migrated from gitlab.com)

added 1 commit

  • ae0537b0 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>ae0537b0 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1380828698&start_sha=ad45df270ea354e545a5f2b61c2a8d6d3d870a37)
mrtz-j commented 2025-06-05 10:41:08 +00:00 (Migrated from gitlab.com)

added 1 commit

  • af8cc905 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>af8cc905 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381037101&start_sha=ae0537b098ec4d826ed5dc119fa8ab1ecaaf8b87)
mrtz-j commented 2025-06-05 10:44:51 +00:00 (Migrated from gitlab.com)

added 1 commit

  • f68854c6 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>f68854c6 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381043031&start_sha=af8cc905eb62a019aa22f2f8f9129968a67d5eae)
mrtz-j commented 2025-06-05 10:47:55 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 374039c0 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>374039c0 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381047677&start_sha=f68854c6197dcd67ab422b27b709ac5e9d5c392a)
mrtz-j commented 2025-06-05 10:56:31 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 57840d7f - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>57840d7f - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381060608&start_sha=374039c0251f743756b9fbeea7ff3bf64752e346)
mrtz-j commented 2025-06-05 11:11:31 +00:00 (Migrated from gitlab.com)

added 1 commit

  • e415070f - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>e415070f - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381082986&start_sha=57840d7f1d8f857f5209c5d0f186906527f1003c)
mrtz-j commented 2025-06-05 11:15:00 +00:00 (Migrated from gitlab.com)

added 1 commit

  • ed19b995 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>ed19b995 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381088129&start_sha=e415070fdf6120ff78432237085e16c4b441edcd)
mrtz-j commented 2025-06-05 11:26:54 +00:00 (Migrated from gitlab.com)

added 1 commit

  • d9551317 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>d9551317 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381105030&start_sha=ed19b995ec8483f0388ee3cb089e5542520b40a3)
mrtz-j commented 2025-06-05 11:28:45 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 1894e22a - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>1894e22a - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381107507&start_sha=d9551317ac092eb63bae22b69b4ae08c96aceae6)
mrtz-j commented 2025-06-05 11:31:00 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 1d021f8a - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>1d021f8a - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381110750&start_sha=1894e22a6762389fab9d859da74e825a51c7ee3c)
mrtz-j commented 2025-06-05 11:38:26 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 852cfb48 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>852cfb48 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381121735&start_sha=1d021f8ac22c653b172954248c68dea65cedb654)
mrtz-j commented 2025-06-05 11:49:06 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 1bb72084 - feat: Migrate sys applications to helmfile

Compare with previous version

added 1 commit <ul><li>1bb72084 - feat: Migrate sys applications to helmfile</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381136717&start_sha=852cfb48a96da2665db4ea26f535ff09070551f5)
mrtz-j commented 2025-06-05 11:52:55 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 05f0842e - wip: Permission denied cp

Compare with previous version

added 1 commit <ul><li>05f0842e - wip: Permission denied cp</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381142130&start_sha=1bb720840d3f1a7b4ea1fd230b33470349fc7225)
mrtz-j commented 2025-06-05 11:54:30 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 5671b6fb - wip: Permission denied mkdir

Compare with previous version

added 1 commit <ul><li>5671b6fb - wip: Permission denied mkdir</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381144364&start_sha=05f0842ef79bbaba266a66447710ccef3e456959)
mrtz-j commented 2025-06-05 11:57:26 +00:00 (Migrated from gitlab.com)

added 1 commit

  • f8f412c6 - wip: Preserve repo permissions in sidecar

Compare with previous version

added 1 commit <ul><li>f8f412c6 - wip: Preserve repo permissions in sidecar</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381148724&start_sha=5671b6fbe322752cc5bf63bfc42275db0a8db7e0)
mrtz-j commented 2025-06-05 12:02:46 +00:00 (Migrated from gitlab.com)

added 1 commit

  • d29d8893 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>d29d8893 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381156559&start_sha=f8f412c64e02b83ea6c70e22b10488a90fcd8cdf)
mrtz-j commented 2025-06-05 12:04:25 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 27f6a624 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>27f6a624 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381159023&start_sha=d29d8893bc031b9b38bb7593af89b7c0eac92510)
mrtz-j commented 2025-06-05 12:36:45 +00:00 (Migrated from gitlab.com)

added 1 commit

  • fe97ed68 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>fe97ed68 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381211265&start_sha=27f6a624533e5ac8ae4fa548230cc42de00cd312)
mrtz-j commented 2025-06-05 14:00:35 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 306c1356 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>306c1356 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381355299&start_sha=fe97ed68ba93801ebfa5af8a03f9325557f4b7f1)
mrtz-j commented 2025-06-05 14:31:03 +00:00 (Migrated from gitlab.com)

added 1 commit

  • f1c7c7cd - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>f1c7c7cd - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381417208&start_sha=306c1356e58a2197d8220aeceb0531f8cdd6330a)
mrtz-j commented 2025-06-05 14:31:44 +00:00 (Migrated from gitlab.com)

added 1 commit

  • bc7e3228 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>bc7e3228 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381418755&start_sha=f1c7c7cde5ed999fdfd746d0d50bf1980c121fc2)
mrtz-j commented 2025-06-05 14:34:26 +00:00 (Migrated from gitlab.com)

marked the checklist item Metricsserver as completed

marked the checklist item **Metricsserver** as completed
mrtz-j commented 2025-06-05 14:34:27 +00:00 (Migrated from gitlab.com)

marked the checklist item Velero as completed

marked the checklist item **Velero** as completed
mrtz-j commented 2025-06-05 14:42:20 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 69e18a1e - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>69e18a1e - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381443030&start_sha=bc7e3228b26cde120f9434db0f0bcb47f5477953)
mrtz-j commented 2025-06-05 14:46:34 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 22b005ca - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>22b005ca - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381452124&start_sha=69e18a1e7ad88fb408272a7e3913f9a04b19199d)
mrtz-j commented 2025-06-05 14:47:41 +00:00 (Migrated from gitlab.com)

added 1 commit

  • c1c86ae8 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>c1c86ae8 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381454330&start_sha=22b005ca7a9c4c0156b3ef3c5d8a2fc6c3e3d686)
mrtz-j commented 2025-06-05 14:50:34 +00:00 (Migrated from gitlab.com)

added 1 commit

  • db41a954 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>db41a954 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381460089&start_sha=c1c86ae875a1980134ef8b4d7a8e16001af2d434)
mrtz-j commented 2025-06-05 14:51:22 +00:00 (Migrated from gitlab.com)

marked the checklist item x509-exporter as completed

marked the checklist item **x509-exporter** as completed
mrtz-j commented 2025-06-05 14:59:17 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 6e792b2b - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>6e792b2b - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381476235&start_sha=db41a95450ed9365d8fcc07c0577b75804abc450)
mrtz-j commented 2025-06-05 15:07:37 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 63fa3133 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>63fa3133 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381490096&start_sha=6e792b2b6a2036b219702261b3f4bbfe1e527397)
mrtz-j commented 2025-06-05 15:12:49 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 0feec6ae - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>0feec6ae - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381498990&start_sha=63fa3133f869d79420fbdddd3d5b78003494a3d9)
mrtz-j commented 2025-06-05 15:16:35 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 3e84c65d - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>3e84c65d - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381505084&start_sha=0feec6ae2fbfa52ad0db4b6a57854fe3ed260d96)
mrtz-j commented 2025-06-05 15:18:19 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 30024ab1 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>30024ab1 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381507804&start_sha=3e84c65dc8b517858da7049499c53b3101729da7)
mrtz-j commented 2025-06-05 15:19:37 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 50cb3f8a - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>50cb3f8a - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381509895&start_sha=30024ab137e0b19f999245deafee7bb3ad394e82)
mrtz-j commented 2025-06-05 15:24:05 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 77eb9ad7 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>77eb9ad7 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381517475&start_sha=50cb3f8a4b50a2cfb945cf6759c2009276e74fb8)
mrtz-j commented 2025-06-05 15:29:16 +00:00 (Migrated from gitlab.com)

added 1 commit

  • e1ce7bd3 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>e1ce7bd3 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381524917&start_sha=77eb9ad7f15c7001a2204adf81e0457ac8c8a365)
mrtz-j commented 2025-06-05 15:30:21 +00:00 (Migrated from gitlab.com)

marked the checklist item Prometheus as completed

marked the checklist item **Prometheus** as completed
mrtz-j commented 2025-06-05 15:33:57 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 6ad4526f - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>6ad4526f - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1381531950&start_sha=e1ce7bd39240c9f784d427874e590f4a210c8521)
mrtz-j commented 2025-06-06 06:39:57 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 9330dac5 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>9330dac5 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382177284&start_sha=6ad4526fa5cd349309e9fd5febed645c0ae2903b)
mrtz-j commented 2025-06-06 06:40:45 +00:00 (Migrated from gitlab.com)

marked the checklist item Postgres-Operator as completed

marked the checklist item **Postgres-Operator** as completed
mrtz-j commented 2025-06-06 06:54:28 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 8a1f43c9 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>8a1f43c9 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382188233&start_sha=9330dac546287a6211f54f883aa6649509333199)
mrtz-j commented 2025-06-06 06:55:27 +00:00 (Migrated from gitlab.com)

added 1 commit

  • fc16e69f - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>fc16e69f - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382188769&start_sha=8a1f43c999171a2b873c61fb267a864ef205e0a8)
mrtz-j commented 2025-06-06 06:55:39 +00:00 (Migrated from gitlab.com)

marked the checklist item NFS-Provisioner as completed

marked the checklist item **NFS-Provisioner** as completed
mrtz-j commented 2025-06-06 07:30:34 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 1e6fb5d2 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>1e6fb5d2 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382224826&start_sha=fc16e69fd8adc03058f8f0cc2f57edcecdaaabca)
mrtz-j commented 2025-06-06 07:57:27 +00:00 (Migrated from gitlab.com)

marked the checklist item Cert-Manager as completed

marked the checklist item **Cert-Manager** as completed
mrtz-j commented 2025-06-06 07:57:28 +00:00 (Migrated from gitlab.com)

marked the checklist item Cert-Manager as incomplete

marked the checklist item **Cert-Manager** as incomplete
mrtz-j commented 2025-06-06 10:22:14 +00:00 (Migrated from gitlab.com)

marked the checklist item Cert-Manager as completed

marked the checklist item **Cert-Manager** as completed
mrtz-j commented 2025-06-06 10:36:04 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 0f4e8e05 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>0f4e8e05 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382465460&start_sha=1e6fb5d2e98d1afef20cb06b4653d993d6a6aef1)
mrtz-j commented 2025-06-06 10:41:43 +00:00 (Migrated from gitlab.com)

added 1 commit

  • ff9bb06e - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>ff9bb06e - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382471938&start_sha=0f4e8e05ebcf0cd1e16afa2bc3863ddeb876b860)
mrtz-j commented 2025-06-06 10:44:09 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 61a5b0fd - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>61a5b0fd - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382475023&start_sha=ff9bb06ed1434abb7ec0e7ffa2db6a0deeee951a)
mrtz-j commented 2025-06-06 10:47:26 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 40128d84 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>40128d84 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382479362&start_sha=61a5b0fd1e993a4ba933559d2d0a4783c27ae8d3)
mrtz-j commented 2025-06-06 10:51:37 +00:00 (Migrated from gitlab.com)

marked the checklist item Kyverno as completed

marked the checklist item **Kyverno** as completed
mrtz-j commented 2025-06-06 12:10:15 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 7284b474 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>7284b474 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382586287&start_sha=40128d842b1a23e56e29760b848a59a20e248d0c)
mrtz-j commented 2025-06-06 13:06:39 +00:00 (Migrated from gitlab.com)

added 1 commit

  • a4c3c6ae - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>a4c3c6ae - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382664901&start_sha=7284b4747dcdca1ef735a304934795b53db108b5)
mrtz-j commented 2025-06-06 13:15:16 +00:00 (Migrated from gitlab.com)

added 1 commit

  • ab5cfc94 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>ab5cfc94 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382677114&start_sha=a4c3c6aef22eeaa4f407296161d1fffe2b67f055)
mrtz-j commented 2025-06-06 13:24:35 +00:00 (Migrated from gitlab.com)

added 1 commit

  • efea4553 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>efea4553 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382689408&start_sha=ab5cfc949e16becca73a81782b5ad5d6981be5be)
mrtz-j commented 2025-06-06 13:26:38 +00:00 (Migrated from gitlab.com)

marked the checklist item Ingress-nginx as completed

marked the checklist item **Ingress-nginx** as completed
mrtz-j commented 2025-06-06 14:24:37 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 428aba18 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>428aba18 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1382779276&start_sha=efea45536ca3b2e3457bf6f0e036c0f119a6f44f)
mrtz-j commented 2025-06-06 18:20:02 +00:00 (Migrated from gitlab.com)

added 1 commit

  • dc36e4ce - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>dc36e4ce - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1383041221&start_sha=428aba18f9beeabaca37e870eb358b14993bfc55)
mrtz-j commented 2025-06-10 05:47:51 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 3833b6b0 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>3833b6b0 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1384862199&start_sha=dc36e4ce932adb7356c530526cc3e66e148a0cd7)
mrtz-j commented 2025-06-10 06:01:38 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 8de256fa - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>8de256fa - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1384870597&start_sha=3833b6b00b9d8d22ce2da9476d87c874e24d98bf)
mrtz-j commented 2025-06-10 06:07:30 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 07c9f4c0 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>07c9f4c0 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1384875545&start_sha=8de256fabf937e2df8eef357ac013aa54c38e8c1)
mrtz-j commented 2025-06-10 06:14:13 +00:00 (Migrated from gitlab.com)

added 1 commit

  • d0199313 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>d0199313 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1384880916&start_sha=07c9f4c09a8c40dd4038221dc9f668874637f076)
mrtz-j commented 2025-06-10 06:19:53 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 1e79eed7 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>1e79eed7 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1384885517&start_sha=d0199313a9ffc7f0a16893c9833955c83ce29c1d)
mrtz-j commented 2025-06-10 06:25:21 +00:00 (Migrated from gitlab.com)

marked the checklist item Argo-Apps (deprecate) as completed

marked the checklist item **Argo-Apps (deprecate)** as completed
mrtz-j commented 2025-06-10 06:25:23 +00:00 (Migrated from gitlab.com)

marked the checklist item Argo as completed

marked the checklist item **Argo** as completed
mrtz-j commented 2025-06-10 06:49:28 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 333e8d3b - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>333e8d3b - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1384915268&start_sha=1e79eed724f93679766230f78e5e4b428368e513)
mrtz-j commented 2025-06-10 06:54:46 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 7cdca4f9 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>7cdca4f9 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1384921469&start_sha=333e8d3b44bb88a49f42fd3460dceb87404499ae)
mrtz-j commented 2025-06-10 06:56:37 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 0d8ba9f0 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>0d8ba9f0 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1384923740&start_sha=7cdca4f9940cf33b54a28e233c79dfcf3ae10929)
mrtz-j commented 2025-06-10 07:52:30 +00:00 (Migrated from gitlab.com)

added 1 commit

  • ae56e689 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>ae56e689 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385002243&start_sha=0d8ba9f07186309518e9f01599ee2df84abe7d52)
mrtz-j commented 2025-06-10 08:00:27 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 47aa8887 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>47aa8887 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385014988&start_sha=ae56e6891331fefc5bf93acbad462d01fb3f6b60)
mrtz-j commented 2025-06-10 08:32:30 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 5e7cc25d - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>5e7cc25d - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385062273&start_sha=47aa888759bfc2d94b181ef814abff68fccb0a8a)
mrtz-j commented 2025-06-10 08:52:46 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 4e92aefa - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>4e92aefa - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385093349&start_sha=5e7cc25dbc30cf91fb84ce91f5fe7e91f33f0253)
mrtz-j commented 2025-06-10 08:54:30 +00:00 (Migrated from gitlab.com)

added 1 commit

  • e1d7b665 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>e1d7b665 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385096173&start_sha=4e92aefad8718b98251de5810b92c1933858ecfa)
mrtz-j commented 2025-06-10 08:58:05 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 6337d4d1 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>6337d4d1 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385101869&start_sha=e1d7b6654a1224f70f6def706c6023fdc2b1eaed)
mrtz-j commented 2025-06-10 09:03:34 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 09555aba - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>09555aba - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385110758&start_sha=6337d4d1d692a05b0915c59cbe9c8b87df380ed3)
mrtz-j commented 2025-06-10 09:05:31 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 25d32639 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>25d32639 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385113822&start_sha=09555abad7bdad3c36aa5dd0461af1230daa618d)
mrtz-j commented 2025-06-10 09:13:44 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 59209ece - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>59209ece - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385127220&start_sha=25d32639642977bb004318eb75afc903c2715eb7)
mrtz-j commented 2025-06-10 11:35:16 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 2839f2f0 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>2839f2f0 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385345845&start_sha=59209ecec6c073c611a5f510c9c7e26c084c5627)
mrtz-j commented 2025-06-10 12:45:26 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 30ecc666 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>30ecc666 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385454022&start_sha=2839f2f010475a0bda96a41d817706b20839ee4b)
mrtz-j commented 2025-06-10 12:47:12 +00:00 (Migrated from gitlab.com)

added 1 commit

  • be3452b9 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>be3452b9 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385457020&start_sha=30ecc666f2010b5a64f7a2e094c970b203b0c1ae)
mrtz-j commented 2025-06-10 12:56:17 +00:00 (Migrated from gitlab.com)

added 1 commit

  • cca2b91a - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>cca2b91a - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385472751&start_sha=be3452b98139f2648146863f776da2607a91cd37)
mrtz-j commented 2025-06-10 13:06:09 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 9ee4a5eb - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>9ee4a5eb - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385490435&start_sha=cca2b91a55fd80bff43641ae9eaaf900403c80d9)
mrtz-j commented 2025-06-10 13:57:23 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 40c92864 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>40c92864 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385579451&start_sha=14807aa344b2bf3c3c2876cd1290246f4fca77cc)
mrtz-j commented 2025-06-10 14:07:53 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 64a5d455 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>64a5d455 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385600779&start_sha=40c928640ef5810c2893ea346dbff8d69c525459)
mrtz-j commented 2025-06-10 14:24:07 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 3bbed253 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>3bbed253 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385630670&start_sha=64a5d4554281aac126679ddb64cbaa1635f5bab2)
mrtz-j commented 2025-06-10 14:24:34 +00:00 (Migrated from gitlab.com)

added 1 commit

  • ae93e374 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>ae93e374 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385631412&start_sha=3bbed2535f0fcdd800368e97eed9b9339466198f)
mrtz-j commented 2025-06-10 14:27:12 +00:00 (Migrated from gitlab.com)

marked the checklist item Cilium as completed

marked the checklist item **Cilium** as completed
mrtz-j commented 2025-06-10 14:27:33 +00:00 (Migrated from gitlab.com)

requested review from @juselius

requested review from @juselius
mrtz-j commented 2025-06-10 14:41:36 +00:00 (Migrated from gitlab.com)

marked this merge request as ready

marked this merge request as **ready**
mrtz-j commented 2025-06-10 14:42:34 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
mrtz-j commented 2025-06-10 14:56:32 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 3d2711ed - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>3d2711ed - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385688866&start_sha=ae93e37402768dca62aec343e12725ac92ed9dcd)
mrtz-j commented 2025-06-10 14:56:45 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 1b1c1a94 - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>1b1c1a94 - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385689226&start_sha=3d2711ed980317fbbbcb5a87f83c6fcb78516e9b)
mrtz-j commented 2025-06-10 15:00:24 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 9249f0eb - wip: Match chart to k8s state

Compare with previous version

added 1 commit <ul><li>9249f0eb - wip: Match chart to k8s state</li></ul> [Compare with previous version](/oceanbox/manifests/-/merge_requests/7/diffs?diff_id=1385695135&start_sha=1b1c1a943db60d2fd1f07a7a767c6e43576a7e51)
mrtz-j commented 2025-06-10 15:23:34 +00:00 (Migrated from gitlab.com)

changed title from Helmfile-ify System Argo Applications to feat: Helmfile-ify System Argo Applications

<p>changed title from <code class="idiff">Helmfile-ify System Argo Applications</code> to <code class="idiff"><span class="idiff left right addition">feat: </span>Helmfile-ify System Argo Applications</code></p>
juselius commented 2025-06-10 15:46:10 +00:00 (Migrated from gitlab.com)

mentioned in commit 3da469c337

mentioned in commit 3da469c3375a773bb76bd342e469229cc47c8093
juselius (Migrated from gitlab.com) merged commit 3da469c337 into helmify 2025-06-10 15:46:11 +00:00
Sign in to join this conversation.