Skip to content

Commit

Permalink
folder struct
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkR08 committed Jul 5, 2024
1 parent 85a3e64 commit a808626
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:
working-directory: ./myapp
- name : push image to acr
run: docker push demolearnacr.azurecr.io/demo_dev/product_list_app:${{ github.sha }}
- name: Update values.yaml
uses: fjogeleit/yaml-update-action@main
with:
valueFile: 'manifest/deployment.yaml'
propertyPath: 'spec.template.container.image'
value: demolearnacr.azurecr.io/demo_dev/product-list-app:${{ github.sha }}
commitChange: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions myapp/manifestfile.yml → manifest/manifestfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ spec:
spec:
containers:
- name: myapp
image: demolearnacr.azurecr.io/demo_dev/product_list_app:$tag
imagePullPolicy: IfNotPresent
image: demolearnacr.azurecr.io/demo_dev/product_list_app:
imagePullPolicy: Always
ports:
- containerPort: 5070
imagePullSecrets:
Expand Down
File renamed without changes.

0 comments on commit a808626

Please sign in to comment.