Skip to content

Commit

Permalink
build(deps): Do not forget to update version in k8s deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Oct 2, 2022
1 parent a941ea9 commit 873c890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
sed -i "s|^\(version: \)\([0-9]\+\.\)\{2\}[0-9]\+|\1${tag}|" build/package/snap/snapcraft.yaml
echo "Checking README.md..."
sed -i "s|\(dip:\)\([0-9]\+\.\)\{2\}[0-9]\+|\1${tag}|" README.md
echo "Checking deployments/k8s-and-openshift/deploy.yml..."
sed -i "s|\(dip:\)\([0-9]\+\.\)\{2\}[0-9]\+|\1${tag}|" deployments/k8s-and-openshift/deploy.yml
- uses: EndBug/add-and-commit@v9
with:
author_name: github-actions[bot]
Expand Down
2 changes: 1 addition & 1 deletion deployments/k8s-and-openshift/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
serviceAccountName: dip
containers:
- name: dip
image: utrecht/dip:4.1.0
image: utrecht/dip:4.1.1
resources:
limits:
memory: '64Mi'
Expand Down

0 comments on commit 873c890

Please sign in to comment.