Skip to content

Commit

Permalink
Merge pull request #855 from eachristgr/consistency-prometheus
Browse files Browse the repository at this point in the history
fixing issues for #854
  • Loading branch information
eachristgr authored Oct 9, 2024
2 parents 8cc06a8 + 89eb69b commit 9ef46f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/rucio-consistency/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: 3.3.1
version: 3.3.2

# 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
2 changes: 1 addition & 1 deletion helm/rucio-consistency/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- name: CA_CERT
value: {{ .Values.consistency.ca_cert }}
- name: REQUEST_RETRIES
value: {{ .Values.consistency.request_retries }}
value: {{ .Values.consistency.request_retries | quote }}
command: ["/consistency/run.sh"]
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit 9ef46f0

Please sign in to comment.