From 89760761b82b5a1c37cb44c588414ba2bd3922e6 Mon Sep 17 00:00:00 2001 From: Thiago Nobayashi Date: Thu, 11 Apr 2024 14:35:49 -0300 Subject: [PATCH] chore: change pull policy of cert-spammer to Always (#16) --- charts/cert-spammer/Chart.yaml | 2 +- charts/cert-spammer/templates/00-cert-spammer-deployment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/cert-spammer/Chart.yaml b/charts/cert-spammer/Chart.yaml index 804e765..254ef40 100644 --- a/charts/cert-spammer/Chart.yaml +++ b/charts/cert-spammer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/cert-spammer/templates/00-cert-spammer-deployment.yaml b/charts/cert-spammer/templates/00-cert-spammer-deployment.yaml index 6b83ff5..637b2b4 100644 --- a/charts/cert-spammer/templates/00-cert-spammer-deployment.yaml +++ b/charts/cert-spammer/templates/00-cert-spammer-deployment.yaml @@ -14,6 +14,7 @@ spec: containers: - name: topos image: "{{ $.Values.image.repository }}:{{ $.Values.image.tag }}" + imagePullPolicy: Always command: ["topos"] args: ["regtest", "spam", "--benchmark", "--target-hosts", "{{ $.Values.validator.target }}", "--number", "{{ $.Values.validator.replicas }}"] env: