Skip to content

Commit da1135d

Browse files
authored
Merge pull request #138 from Staffbase/michikrug-patch-1
Update CODEOWNERS to change team ownership
2 parents b703e70 + fd81a88 commit da1135d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @Staffbase/diablo @Staffbase/workflow-enthusiasts
1+
* @Staffbase/product-core-infra @Staffbase/workflow-enthusiasts

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
with:
4242
docker-username: ${{ vars.HARBOR_USERNAME }}
4343
docker-password: ${{ secrets.HARBOR_PASSWORD }}
44-
docker-image: private/diablo-redbook
44+
docker-image: private/my-service
4545
gitops-token: ${{ secrets.GITOPS_TOKEN }}
4646
gitops-dev: |-
47-
clusters/customization/dev/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image
47+
clusters/customization/dev/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image
4848
gitops-stage: |-
49-
clusters/customization/stage/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image
49+
clusters/customization/stage/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image
5050
gitops-prod: |-
51-
clusters/customization/prod/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image
51+
clusters/customization/prod/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image
5252
```
5353
5454
### Build and Push Docker Image
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
docker-username: ${{ vars.HARBOR_USERNAME }}
7575
docker-password: ${{ secrets.HARBOR_PASSWORD }}
76-
docker-image: private/diablo-redbook
76+
docker-image: private/my-service
7777
```
7878
7979
### Deploy Docker Image
@@ -96,14 +96,14 @@ jobs:
9696
- name: GitOps (deploy a new Docker image)
9797
uses: Staffbase/gitops-github-action@v7.1
9898
with:
99-
docker-image: private/diablo-redbook
99+
docker-image: private/my-service
100100
gitops-token: ${{ secrets.GITOPS_TOKEN }}
101101
gitops-dev: |-
102-
clusters/customization/dev/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image
102+
clusters/customization/dev/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image
103103
gitops-stage: |-
104-
clusters/customization/stage/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image
104+
clusters/customization/stage/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image
105105
gitops-prod: |-
106-
clusters/customization/prod/mothership/diablo-redbook/diablo-redbook-helm.yaml spec.template.spec.containers.redbook.image
106+
clusters/customization/prod/mothership/my-service/my-service-helm.yaml spec.template.spec.containers.redbook.image
107107
```
108108
109109
### Deployment tracking annotations

0 commit comments

Comments
 (0)