Staging instance, all changes can be removed at any time

Skip to content
Snippets Groups Projects

draft: merge cluster-configuration chart into this repo

Open Nicolas Dandrimont requested to merge wip/merge-cc-charts into master

This pulls the history of the cluster-configuration directory of swh-charts into a subdirectory of argocd-configuration, then updates the cluster-configuration ApplicationSet to use the local chart directly.

This will help us migrate the cluster-configuration chart-of-apps to ApplicationSets, if we want to do that.

Reproducer:

cd $(mktemp -d)
git clone https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts.git tmp-cluster-configuration
cd tmp-cluster-configuration
git filter-repo --path cluster-configuration --path-rename cluster-configuration/:argocd-configuration/chart/
cd ..
git clone https://gitlab.softwareheritage.org/swh/infra/ci-cd/k8s-clusters-conf.git
cd k8s-clusters-conf
git checkout -b wip/merge-cc-charts
git remote add swh-charts ../tmp-cluster-configuration
git fetch swh-charts
git merge --allow-unrelated-histories swh-charts/production

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Nicolas Dandrimont changed target branch from master to mr/rook-ceph-applicationset

    changed target branch from master to mr/rook-ceph-applicationset

  • Nicolas Dandrimont changed target branch from mr/rook-ceph-applicationset to master

    changed target branch from mr/rook-ceph-applicationset to master

Please register or sign in to reply
Loading