Skip to content

Commit

Permalink
change from latest to canary in manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Jun 27, 2023
1 parent 7d35165 commit f130dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/bases/cron/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: "stats-tracker-ghcr"
containers:
- name: stathcr
image: ghcr.io/kingdonb/stats-tracker-ghcr:latest
image: ghcr.io/kingdonb/stats-tracker-ghcr:canary
imagePullPolicy: Always
#args:
# - "-v=3"
Expand Down
2 changes: 1 addition & 1 deletion deploy/bases/rails/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
serviceAccountName: "stats-tracker-ghcr"
containers:
- image: ghcr.io/kingdonb/stats-tracker-ghcr:latest
- image: ghcr.io/kingdonb/stats-tracker-ghcr:canary
name: statsview
command: ["bundle"]
args: ["exec", "rails", "server", "-b", "0.0.0.0"]
Expand Down

0 comments on commit f130dd1

Please sign in to comment.