Skip to content

Commit

Permalink
Bump tokens to rent and end epoch with hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Dec 21, 2023
1 parent e9f2bdb commit 0eb6832
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifests/web-cluster/prod/helium/close-governance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: close-governance
image: public.ecr.aws/v0j6k5v6/crons:0.0.11
image: public.ecr.aws/v0j6k5v6/crons:0.0.12
imagePullPolicy: IfNotPresent
command: ["node", "/usr/src/app/lib/src/close-governance.js"]
env:
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/prod/helium/end-epoch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: end-epoch
image: public.ecr.aws/v0j6k5v6/crons:0.0.11
image: public.ecr.aws/v0j6k5v6/crons:0.0.12
imagePullPolicy: IfNotPresent
command: ["node", "/usr/src/app/lib/src/end-epoch.js"]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: tokens-to-rent
image: public.ecr.aws/v0j6k5v6/tokens-to-rent-service:0.0.8
image: public.ecr.aws/v0j6k5v6/tokens-to-rent-service:0.0.10
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8081
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/close-governance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: close-governance
image: public.ecr.aws/v0j6k5v6/crons:0.0.11
image: public.ecr.aws/v0j6k5v6/crons:0.0.12
imagePullPolicy: IfNotPresent
command: ["node", "/usr/src/app/lib/src/close-governance.js"]
env:
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/end-epoch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: end-epoch
image: public.ecr.aws/v0j6k5v6/crons:0.0.11
image: public.ecr.aws/v0j6k5v6/crons:0.0.12
imagePullPolicy: IfNotPresent
command: ["node", "/usr/src/app/lib/src/end-epoch.js"]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: tokens-to-rent
image: public.ecr.aws/v0j6k5v6/tokens-to-rent-service:0.0.8
image: public.ecr.aws/v0j6k5v6/tokens-to-rent-service:0.0.10
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8081
Expand Down

0 comments on commit 0eb6832

Please sign in to comment.