Skip to content

Commit be9e215

Browse files
authored
fix: change image pull policy to IfNotPresent (#247)
* fix: change image pull policy to IfNotPresent * bump version * fix: lint
1 parent 04b537b commit be9e215

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+149
-149
lines changed

charts/admin-system-backend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: admin-system-backend helm charts
44
name: admin-system-backend
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/admin-system-backend/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# admin-system-backend
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
admin-system-backend helm charts
66

@@ -48,7 +48,7 @@ Kubernetes: `>=1.22.0-0`
4848
| env[4].value | string | `"123456"` | |
4949
| global.fullnameOverride | string | `"admin-system-backend"` | |
5050
| global.nameOverride | string | `"admin-system-backend"` | |
51-
| image.pullPolicy | string | `"Always"` | |
51+
| image.pullPolicy | string | `"IfNotPresent"` | |
5252
| image.repository | string | `"scrolltech/scroll-admin-system"` | |
5353
| image.tag | string | `"v0.1.2"` | |
5454
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |

charts/admin-system-backend/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ controller:
1010

1111
image:
1212
repository: scrolltech/scroll-admin-system
13-
pullPolicy: Always
13+
pullPolicy: IfNotPresent
1414
tag: v0.1.2
1515

1616
env:

charts/admin-system-cron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: admin-system-cron helm charts
44
name: admin-system-cron
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/admin-system-cron/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# admin-system-cron
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
admin-system-cron helm charts
66

@@ -42,7 +42,7 @@ Kubernetes: `>=1.22.0-0`
4242
| env[4].value | string | `"release"` | |
4343
| global.fullnameOverride | string | `"admin-system-cron"` | |
4444
| global.nameOverride | string | `"admin-system-cron"` | |
45-
| image.pullPolicy | string | `"Always"` | |
45+
| image.pullPolicy | string | `"IfNotPresent"` | |
4646
| image.repository | string | `"scrolltech/scroll-admin-cron"` | |
4747
| image.tag | string | `"v0.1.0"` | |
4848
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |

charts/admin-system-cron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ controller:
1010

1111
image:
1212
repository: scrolltech/scroll-admin-cron
13-
pullPolicy: Always
13+
pullPolicy: IfNotPresent
1414
tag: v0.1.0
1515

1616
env:

charts/admin-system-dashboard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: admin-system-dashboard helm charts
44
name: admin-system-dashboard
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/admin-system-dashboard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# admin-system-dashboard
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
admin-system-dashboard helm charts
66

@@ -35,7 +35,7 @@ Kubernetes: `>=1.22.0-0`
3535
| env[1].value | string | `"scroll-sdk"` | |
3636
| global.fullnameOverride | string | `"admin-system-dashboard"` | |
3737
| global.nameOverride | string | `"admin-system-dashboard"` | |
38-
| image.pullPolicy | string | `"Always"` | |
38+
| image.pullPolicy | string | `"IfNotPresent"` | |
3939
| image.repository | string | `"scrolltech/admin-dashboard"` | |
4040
| image.tag | string | `"v0.0.19"` | |
4141
| ingress.main.annotations | object | `{}` | |

charts/admin-system-dashboard/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ controller:
1010

1111
image:
1212
repository: scrolltech/admin-dashboard
13-
pullPolicy: Always
13+
pullPolicy: IfNotPresent
1414
tag: v0.0.19
1515

1616
env:

charts/balance-checker/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: balance-checker helm charts
44
name: balance-checker
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/balance-checker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# balance-checker
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
balance-checker helm charts
66

@@ -37,7 +37,7 @@ Kubernetes: `>=1.22.0-0`
3737
| env[3].value | string | `""` | |
3838
| global.fullnameOverride | string | `"balance-checker"` | |
3939
| global.nameOverride | string | `"balance-checker"` | |
40-
| image.pullPolicy | string | `"Always"` | |
40+
| image.pullPolicy | string | `"IfNotPresent"` | |
4141
| image.repository | string | `"scrolltech/balance-checker"` | |
4242
| image.tag | string | `"0.0.2"` | |
4343
| initContainers.1-wait-for-l1.command[0] | string | `"/bin/sh"` | |

charts/balance-checker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ global:
55

66
image:
77
repository: scrolltech/balance-checker
8-
pullPolicy: Always
8+
pullPolicy: IfNotPresent
99
tag: 0.0.2
1010

1111
env:

charts/blockscout-sc-verifier/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: blockscout-sc-verifier helm charts
44
name: blockscout-sc-verifier
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/blockscout-sc-verifier/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# blockscout-sc-verifier
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
blockscout-sc-verifier helm charts
66

@@ -72,7 +72,7 @@ Kubernetes: `>=1.22.0-0`
7272
| env[9].value | bool | `true` | |
7373
| global.fullnameOverride | string | `"blockscout-sc-verifier"` | |
7474
| global.nameOverride | string | `"blockscout-sc-verifier"` | |
75-
| image.pullPolicy | string | `"Always"` | |
75+
| image.pullPolicy | string | `"IfNotPresent"` | |
7676
| image.repository | string | `"ghcr.io/blockscout/smart-contract-verifier"` | |
7777
| image.tag | string | `"v1.7.0"` | |
7878
| probes.liveness.enabled | bool | `false` | |

charts/blockscout-sc-verifier/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ controller:
1010

1111
image:
1212
repository: ghcr.io/blockscout/smart-contract-verifier
13-
pullPolicy: Always
13+
pullPolicy: IfNotPresent
1414
tag: v1.7.0
1515

1616
env:

charts/bridge-history-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: bridge-history-api helm charts
44
name: bridge-history-api
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/bridge-history-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bridge-history-api
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
bridge-history-api helm charts
66

@@ -40,7 +40,7 @@ Kubernetes: `>=1.22.0-0`
4040
| env[0].value | string | `"8090"` | |
4141
| global.fullnameOverride | string | `"bridge-history-api"` | |
4242
| global.nameOverride | string | `"bridge-history-api"` | |
43-
| image.pullPolicy | string | `"Always"` | |
43+
| image.pullPolicy | string | `"IfNotPresent"` | |
4444
| image.repository | string | `"scrolltech/bridgehistoryapi-api"` | |
4545
| image.tag | string | `"v4.4.71"` | |
4646
| ingress.main.annotations | object | `{}` | |

charts/bridge-history-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ controller:
99

1010
image:
1111
repository: scrolltech/bridgehistoryapi-api
12-
pullPolicy: Always
12+
pullPolicy: IfNotPresent
1313
tag: v4.4.71
1414

1515
command:

charts/bridge-history-fetcher/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: bridge-history-fetcher helm charts
44
name: bridge-history-fetcher
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/bridge-history-fetcher/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bridge-history-fetcher
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
bridge-history-fetcher helm charts
66

@@ -40,7 +40,7 @@ Kubernetes: `>=1.22.0-0`
4040
| env[0].value | string | `"8090"` | |
4141
| global.fullnameOverride | string | `"bridge-history-fetcher"` | |
4242
| global.nameOverride | string | `"bridge-history-fetcher"` | |
43-
| image.pullPolicy | string | `"Always"` | |
43+
| image.pullPolicy | string | `"IfNotPresent"` | |
4444
| image.repository | string | `"scrolltech/bridgehistoryapi-fetcher"` | |
4545
| image.tag | string | `"v4.4.71"` | |
4646
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |

charts/bridge-history-fetcher/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ controller:
99

1010
image:
1111
repository: scrolltech/bridgehistoryapi-fetcher
12-
pullPolicy: Always
12+
pullPolicy: IfNotPresent
1313
tag: v4.4.71
1414

1515
command:

charts/chain-monitor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: chain-monitor helm charts
44
name: chain-monitor
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/chain-monitor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# chain-monitor
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
chain-monitor helm charts
66

@@ -34,7 +34,7 @@ Kubernetes: `>=1.22.0-0`
3434
| env[1].value | int | `8090` | |
3535
| global.fullnameOverride | string | `"chain-monitor"` | |
3636
| global.nameOverride | string | `"chain-monitor"` | |
37-
| image.pullPolicy | string | `"Always"` | |
37+
| image.pullPolicy | string | `"IfNotPresent"` | |
3838
| image.repository | string | `"scrolltech/chain-monitorv2"` | |
3939
| image.tag | string | `"v1.1.29"` | |
4040
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |

charts/chain-monitor/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ global:
55

66
image:
77
repository: scrolltech/chain-monitorv2
8-
pullPolicy: Always
8+
pullPolicy: IfNotPresent
99
tag: v1.1.29
1010

1111
env:

charts/coordinator-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: coordinator-api helm charts
44
name: coordinator-api
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/coordinator-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coordinator-api
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
coordinator-api helm charts
66

@@ -46,7 +46,7 @@ Kubernetes: `>=1.22.0-0`
4646
| env[3].value | string | `"/data/assets/"` | |
4747
| global.fullnameOverride | string | `"coordinator-api"` | |
4848
| global.nameOverride | string | `"coordinator-api"` | |
49-
| image.pullPolicy | string | `"Always"` | |
49+
| image.pullPolicy | string | `"IfNotPresent"` | |
5050
| image.repository | string | `"scrolltech/coordinator-api"` | |
5151
| image.tag | string | `"v4.4.59"` | |
5252
| ingress.main.annotations | object | `{}` | |

charts/coordinator-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010

1111
image:
1212
repository: scrolltech/coordinator-api
13-
pullPolicy: Always
13+
pullPolicy: IfNotPresent
1414
tag: v4.4.59
1515

1616
env:

charts/coordinator-cron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: coordinator-cron helm charts
44
name: coordinator-cron
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/coordinator-cron/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coordinator-cron
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
coordinator-cron helm charts
66

@@ -43,7 +43,7 @@ Kubernetes: `>=1.22.0-0`
4343
| env[4].value | string | `"release"` | |
4444
| global.fullnameOverride | string | `"coordinator-cron"` | |
4545
| global.nameOverride | string | `"coordinator-cron"` | |
46-
| image.pullPolicy | string | `"Always"` | |
46+
| image.pullPolicy | string | `"IfNotPresent"` | |
4747
| image.repository | string | `"scrolltech/coordinator-cron"` | |
4848
| image.tag | string | `"v4.4.58"` | |
4949
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |

charts/coordinator-cron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ global:
55

66
image:
77
repository: scrolltech/coordinator-cron
8-
pullPolicy: Always
8+
pullPolicy: IfNotPresent
99
tag: v4.4.58
1010

1111
env:

charts/frontends/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: frontends helm charts
44
name: frontends
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/frontends/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frontends
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
frontends helm charts
66

@@ -35,7 +35,7 @@ Kubernetes: `>=1.22.0-0`
3535
| defaultProbes.spec.httpGet.port | int | `80` | |
3636
| global.fullnameOverride | string | `"frontends"` | |
3737
| global.nameOverride | string | `"frontends"` | |
38-
| image.pullPolicy | string | `"Always"` | |
38+
| image.pullPolicy | string | `"IfNotPresent"` | |
3939
| image.repository | string | `"scrolltech/frontends"` | |
4040
| image.tag | string | `"2.2.24"` | |
4141
| ingress.main.annotations | object | `{}` | |

charts/frontends/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ controller:
99

1010
image:
1111
repository: scrolltech/frontends
12-
pullPolicy: Always
12+
pullPolicy: IfNotPresent
1313
tag: 2.2.24
1414

1515
command:

charts/gas-oracle/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: gas-oracle helm charts
44
name: gas-oracle
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

0 commit comments

Comments
 (0)