Skip to content

Commit

Permalink
[quicknode-marketplace-integration] Fixing deployment checksum annota…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
nzenchik committed Aug 16, 2024
1 parent ffd1033 commit cd06a9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/quicknode-marketplace-integration/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.1.3
version: 0.1.4

# 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 @@ -11,7 +11,6 @@ spec:
{{- include "quicknode-marketplace-integration.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- if or (eq .Values.image.pullPolicy "Always") (.Values.podAnnotations) }}
annotations:
{{- if eq .Values.image.pullPolicy "Always" }}
rollme: {{ randAlphaNum 5 | quote }}
Expand All @@ -20,7 +19,6 @@ spec:
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
labels:
{{- include "quicknode-marketplace-integration.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
Expand Down

0 comments on commit cd06a9b

Please sign in to comment.