From 2f534f966c0ac4835887e4351701db72c1ede66c Mon Sep 17 00:00:00 2001 From: Michael Krug Date: Wed, 27 May 2026 21:47:09 +0200 Subject: [PATCH 1/2] Update CODEOWNERS to change team ownership --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e076ebf..a41e46f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @Staffbase/diablo @Staffbase/workflow-enthusiasts +* @Staffbase/product-core-infra @Staffbase/workflow-enthusiasts From fd81a8809a31c3c262d6bbe2c5a870817870dc62 Mon Sep 17 00:00:00 2001 From: Michael Krug Date: Wed, 27 May 2026 21:48:54 +0200 Subject: [PATCH 2/2] Update Docker image references from diablo-redbook to my-service --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 80a1979..780ca4c 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ jobs: with: docker-username: ${{ vars.HARBOR_USERNAME }} docker-password: ${{ secrets.HARBOR_PASSWORD }} - docker-image: private/diablo-redbook + docker-image: private/my-service gitops-token: ${{ secrets.GITOPS_TOKEN }} gitops-dev: |- - clusters/customization/dev/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image + clusters/customization/dev/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image gitops-stage: |- - clusters/customization/stage/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image + clusters/customization/stage/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image gitops-prod: |- - clusters/customization/prod/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image + clusters/customization/prod/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image ``` ### Build and Push Docker Image @@ -73,7 +73,7 @@ jobs: with: docker-username: ${{ vars.HARBOR_USERNAME }} docker-password: ${{ secrets.HARBOR_PASSWORD }} - docker-image: private/diablo-redbook + docker-image: private/my-service ``` ### Deploy Docker Image @@ -96,14 +96,14 @@ jobs: - name: GitOps (deploy a new Docker image) uses: Staffbase/gitops-github-action@v7.1 with: - docker-image: private/diablo-redbook + docker-image: private/my-service gitops-token: ${{ secrets.GITOPS_TOKEN }} gitops-dev: |- - clusters/customization/dev/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image + clusters/customization/dev/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image gitops-stage: |- - clusters/customization/stage/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image + clusters/customization/stage/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image gitops-prod: |- - clusters/customization/prod/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image + clusters/customization/prod/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image ``` ### Deployment tracking annotations