@@ -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
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