Skip to content

Commit

Permalink
Merge pull request #13 from w3f/pullPolicy
Browse files Browse the repository at this point in the history
set default pull policy to always
  • Loading branch information
ironoa authored Oct 26, 2022
2 parents f075fa3 + c609565 commit 679844c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/polkadot-k8s-payouts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Polkadot K8s Payouts
name: polkadot-k8s-payouts
version: v1.0.2
version: v1.1.0
appVersion: v1
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/polkadot-k8s-payouts/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
containers:
- name: {{ .Release.Name }}
image: {{ .Values.image.repo }}:{{ .Values.image.tag | default .Chart.AppVersion }}
imagePullPolicy: IfNotPresent
imagePullPolicy: {{ .Values.image.pullPolicy | default "Always" }}
{{ if eq .Values.cronjob.timeout true }}
command: ["timeout", "1200", "yarn", "start"]
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-payouts",
"version": "1.0.2",
"version": "1.1.0",
"description": "Automated transfers among accounts",
"repository": "[email protected]:w3f/accountant.git",
"author": "W3F Infrastructure Team <[email protected]>",
Expand Down

0 comments on commit 679844c

Please sign in to comment.