Skip to content

Commit

Permalink
Bump stress-nonweb chart version to 1.0.1 and set imagePullPolicy to …
Browse files Browse the repository at this point in the history
…Always
  • Loading branch information
Denan Musinovic committed Dec 6, 2024
1 parent c5d7699 commit 581619e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/stress-nonweb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)
keywords:
- stress-nonweb
version: 1.0.0
version: 1.0.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
1 change: 1 addition & 0 deletions charts/stress-nonweb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
containers:
- name: {{ .Chart.Name }}
image: ghcr.io/neuralegion/stress_nonweb:{{ .Values.imageSize }}
imagePullPolicy: Always
resources:
requests:
cpu: 50m
Expand Down

0 comments on commit 581619e

Please sign in to comment.