Skip to content

Commit

Permalink
Switch rollup to 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed Jul 1, 2024
1 parent dbabb67 commit dd8d1af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rollup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
##################################################
## OCTO-1
- name: rollup-1
image: ghcr.io/johnstrunk/jira-summarizer:latest
image: ghcr.io/johnstrunk/jira-summarizer:1.4.0
command:
- "/app/.venv/bin/python"
- "rollup_status.py"
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
##################################################
## OCTO-2
- name: rollup-2
image: ghcr.io/johnstrunk/jira-summarizer:latest
image: ghcr.io/johnstrunk/jira-summarizer:1.4.0
command:
- "/app/.venv/bin/python"
- "rollup_status.py"
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
##################################################
## OCTO-3
- name: rollup-3
image: ghcr.io/johnstrunk/jira-summarizer:latest
image: ghcr.io/johnstrunk/jira-summarizer:1.4.0
command:
- "/app/.venv/bin/python"
- "rollup_status.py"
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
##################################################
## OCTO-4
- name: rollup-4
image: ghcr.io/johnstrunk/jira-summarizer:latest
image: ghcr.io/johnstrunk/jira-summarizer:1.4.0
command:
- "/app/.venv/bin/python"
- "rollup_status.py"
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
##################################################
## OCTO-6
- name: rollup-6
image: ghcr.io/johnstrunk/jira-summarizer:latest
image: ghcr.io/johnstrunk/jira-summarizer:1.4.0
command:
- "/app/.venv/bin/python"
- "rollup_status.py"
Expand Down

0 comments on commit dd8d1af

Please sign in to comment.