Skip to content

Commit

Permalink
Merge pull request #7 from BobJWalker/feature/triggers
Browse files Browse the repository at this point in the history
Feature/triggers
  • Loading branch information
BobJWalker authored Feb 9, 2024
2 parents d8cebbb + 0b050d1 commit 4ffc6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
cmd: yq -i '.images.[0].newTag = "${{ steps.determine_version.outputs.semVer }}"' 'k8s/overlays/test/kustomization.yaml'
if: github.ref == 'refs/heads/main'
- name: commit the kustomize change for Argo
- name: commit the kustomize change for Argo to trigger
uses: devops-infra/action-commit-push@master
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion k8s/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ secretGenerator:
images:
- name: bobjwalker99/randomquotes-k8s
newName: bobjwalker99/randomquotes-k8s
newTag: "0.1.52-triggers.6"
newTag: "0.1.53-triggers.2"
patches:
- target:
kind: Ingress
Expand Down

0 comments on commit 4ffc6c0

Please sign in to comment.