Skip to content

Commit

Permalink
Merge pull request #574 from pascaliske/renovate/redis-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske committed Jun 13, 2024
2 parents e08c282 + 93cb5a3 commit e50fd5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/paperless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
version: 1.2.0
repository: https://charts.pascaliske.dev
- name: redis
version: 1.1.4
version: 1.2.0
repository: https://charts.pascaliske.dev
condition: redis.enabled

Expand Down
2 changes: 1 addition & 1 deletion charts/paperless/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
{{- end }}
{{- if .Values.redis.enabled }}
- name: PAPERLESS_REDIS
value: {{ printf "redis://%s:%v" (include "redis.fullname" .Subcharts.redis) .Values.redis.ports.http.port }}
value: {{ printf "redis://%s:%v" (include "redis.fullname" .Subcharts.redis) .Values.redis.ports.redis.port }}
{{- end }}
{{- if or .Values.secret.create (not (empty .Values.secret.existingSecret)) }}
{{- range $key, $val := .Values.secret.values }}
Expand Down

0 comments on commit e50fd5a

Please sign in to comment.