Skip to content

Commit

Permalink
chore: change pull policy of cert-spammer to Always (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
foo0x29a authored Apr 11, 2024
1 parent e020c3f commit 8976076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cert-spammer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8976076

Please sign in to comment.