Skip to content

Commit

Permalink
fix: change image pull policy to IfNotPresent (#247)
Browse files Browse the repository at this point in the history
* fix: change image pull policy to IfNotPresent

* bump version

* fix: lint
  • Loading branch information
yiweichi authored Dec 4, 2024
1 parent 04b537b commit be9e215
Show file tree
Hide file tree
Showing 61 changed files with 149 additions and 149 deletions.
2 changes: 1 addition & 1 deletion charts/admin-system-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: admin-system-backend helm charts
name: admin-system-backend
version: 0.1.1
version: 0.1.2
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/admin-system-backend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# admin-system-backend

![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)
![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)

admin-system-backend helm charts

Expand Down Expand Up @@ -48,7 +48,7 @@ Kubernetes: `>=1.22.0-0`
| env[4].value | string | `"123456"` | |
| global.fullnameOverride | string | `"admin-system-backend"` | |
| global.nameOverride | string | `"admin-system-backend"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/scroll-admin-system"` | |
| image.tag | string | `"v0.1.2"` | |
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/admin-system-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controller:

image:
repository: scrolltech/scroll-admin-system
pullPolicy: Always
pullPolicy: IfNotPresent
tag: v0.1.2

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/admin-system-cron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: admin-system-cron helm charts
name: admin-system-cron
version: 0.1.1
version: 0.1.2
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/admin-system-cron/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# admin-system-cron

![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)
![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)

admin-system-cron helm charts

Expand Down Expand Up @@ -42,7 +42,7 @@ Kubernetes: `>=1.22.0-0`
| env[4].value | string | `"release"` | |
| global.fullnameOverride | string | `"admin-system-cron"` | |
| global.nameOverride | string | `"admin-system-cron"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/scroll-admin-cron"` | |
| image.tag | string | `"v0.1.0"` | |
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/admin-system-cron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controller:

image:
repository: scrolltech/scroll-admin-cron
pullPolicy: Always
pullPolicy: IfNotPresent
tag: v0.1.0

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/admin-system-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: admin-system-dashboard helm charts
name: admin-system-dashboard
version: 0.1.0
version: 0.1.1
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/admin-system-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# admin-system-dashboard

![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)
![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)

admin-system-dashboard helm charts

Expand Down Expand Up @@ -35,7 +35,7 @@ Kubernetes: `>=1.22.0-0`
| env[1].value | string | `"scroll-sdk"` | |
| global.fullnameOverride | string | `"admin-system-dashboard"` | |
| global.nameOverride | string | `"admin-system-dashboard"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/admin-dashboard"` | |
| image.tag | string | `"v0.0.19"` | |
| ingress.main.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/admin-system-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controller:

image:
repository: scrolltech/admin-dashboard
pullPolicy: Always
pullPolicy: IfNotPresent
tag: v0.0.19

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/balance-checker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: balance-checker helm charts
name: balance-checker
version: 0.1.0
version: 0.1.1
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/balance-checker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# balance-checker

![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)
![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)

balance-checker helm charts

Expand Down Expand Up @@ -37,7 +37,7 @@ Kubernetes: `>=1.22.0-0`
| env[3].value | string | `""` | |
| global.fullnameOverride | string | `"balance-checker"` | |
| global.nameOverride | string | `"balance-checker"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/balance-checker"` | |
| image.tag | string | `"0.0.2"` | |
| initContainers.1-wait-for-l1.command[0] | string | `"/bin/sh"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/balance-checker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:

image:
repository: scrolltech/balance-checker
pullPolicy: Always
pullPolicy: IfNotPresent
tag: 0.0.2

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/blockscout-sc-verifier/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: blockscout-sc-verifier helm charts
name: blockscout-sc-verifier
version: 0.1.0
version: 0.1.1
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/blockscout-sc-verifier/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# blockscout-sc-verifier

![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)
![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)

blockscout-sc-verifier helm charts

Expand Down Expand Up @@ -72,7 +72,7 @@ Kubernetes: `>=1.22.0-0`
| env[9].value | bool | `true` | |
| global.fullnameOverride | string | `"blockscout-sc-verifier"` | |
| global.nameOverride | string | `"blockscout-sc-verifier"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/blockscout/smart-contract-verifier"` | |
| image.tag | string | `"v1.7.0"` | |
| probes.liveness.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/blockscout-sc-verifier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controller:

image:
repository: ghcr.io/blockscout/smart-contract-verifier
pullPolicy: Always
pullPolicy: IfNotPresent
tag: v1.7.0

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: bridge-history-api helm charts
name: bridge-history-api
version: 0.1.1
version: 0.1.2
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/bridge-history-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bridge-history-api

![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)
![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)

bridge-history-api helm charts

Expand Down Expand Up @@ -40,7 +40,7 @@ Kubernetes: `>=1.22.0-0`
| env[0].value | string | `"8090"` | |
| global.fullnameOverride | string | `"bridge-history-api"` | |
| global.nameOverride | string | `"bridge-history-api"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/bridgehistoryapi-api"` | |
| image.tag | string | `"v4.4.71"` | |
| ingress.main.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ controller:

image:
repository: scrolltech/bridgehistoryapi-api
pullPolicy: Always
pullPolicy: IfNotPresent
tag: v4.4.71

command:
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-fetcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: bridge-history-fetcher helm charts
name: bridge-history-fetcher
version: 0.1.1
version: 0.1.2
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/bridge-history-fetcher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bridge-history-fetcher

![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)
![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)

bridge-history-fetcher helm charts

Expand Down Expand Up @@ -40,7 +40,7 @@ Kubernetes: `>=1.22.0-0`
| env[0].value | string | `"8090"` | |
| global.fullnameOverride | string | `"bridge-history-fetcher"` | |
| global.nameOverride | string | `"bridge-history-fetcher"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/bridgehistoryapi-fetcher"` | |
| image.tag | string | `"v4.4.71"` | |
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-fetcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ controller:

image:
repository: scrolltech/bridgehistoryapi-fetcher
pullPolicy: Always
pullPolicy: IfNotPresent
tag: v4.4.71

command:
Expand Down
2 changes: 1 addition & 1 deletion charts/chain-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: chain-monitor helm charts
name: chain-monitor
version: 0.1.1
version: 0.1.2
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/chain-monitor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chain-monitor

![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)
![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)

chain-monitor helm charts

Expand Down Expand Up @@ -34,7 +34,7 @@ Kubernetes: `>=1.22.0-0`
| env[1].value | int | `8090` | |
| global.fullnameOverride | string | `"chain-monitor"` | |
| global.nameOverride | string | `"chain-monitor"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/chain-monitorv2"` | |
| image.tag | string | `"v1.1.29"` | |
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/chain-monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:

image:
repository: scrolltech/chain-monitorv2
pullPolicy: Always
pullPolicy: IfNotPresent
tag: v1.1.29

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: coordinator-api helm charts
name: coordinator-api
version: 0.1.1
version: 0.1.2
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/coordinator-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coordinator-api

![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)
![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)

coordinator-api helm charts

Expand Down Expand Up @@ -46,7 +46,7 @@ Kubernetes: `>=1.22.0-0`
| env[3].value | string | `"/data/assets/"` | |
| global.fullnameOverride | string | `"coordinator-api"` | |
| global.nameOverride | string | `"coordinator-api"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/coordinator-api"` | |
| image.tag | string | `"v4.4.59"` | |
| ingress.main.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:

image:
repository: scrolltech/coordinator-api
pullPolicy: Always
pullPolicy: IfNotPresent
tag: v4.4.59

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-cron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: coordinator-cron helm charts
name: coordinator-cron
version: 0.1.1
version: 0.1.2
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/coordinator-cron/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coordinator-cron

![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)
![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)

coordinator-cron helm charts

Expand Down Expand Up @@ -43,7 +43,7 @@ Kubernetes: `>=1.22.0-0`
| env[4].value | string | `"release"` | |
| global.fullnameOverride | string | `"coordinator-cron"` | |
| global.nameOverride | string | `"coordinator-cron"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/coordinator-cron"` | |
| image.tag | string | `"v4.4.58"` | |
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-cron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:

image:
repository: scrolltech/coordinator-cron
pullPolicy: Always
pullPolicy: IfNotPresent
tag: v4.4.58

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/frontends/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: frontends helm charts
name: frontends
version: 0.1.0
version: 0.1.1
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/frontends/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frontends

![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)
![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)

frontends helm charts

Expand Down Expand Up @@ -35,7 +35,7 @@ Kubernetes: `>=1.22.0-0`
| defaultProbes.spec.httpGet.port | int | `80` | |
| global.fullnameOverride | string | `"frontends"` | |
| global.nameOverride | string | `"frontends"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"scrolltech/frontends"` | |
| image.tag | string | `"2.2.24"` | |
| ingress.main.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/frontends/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ controller:

image:
repository: scrolltech/frontends
pullPolicy: Always
pullPolicy: IfNotPresent
tag: 2.2.24

command:
Expand Down
2 changes: 1 addition & 1 deletion charts/gas-oracle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: gas-oracle helm charts
name: gas-oracle
version: 0.1.1
version: 0.1.2
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
Loading

0 comments on commit be9e215

Please sign in to comment.