Skip to content

Commit

Permalink
chore(node): upgrade helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jun 25, 2024
1 parent 04377d7 commit 64810d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.4.4
version: 0.4.5

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.5.12"
appVersion: "v0.5.20"

dependencies:
- name: rsshub
Expand Down
3 changes: 1 addition & 2 deletions charts/node/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ data:
{{- toYaml .Values.database | nindent 6 }}
redis:
{{- if .Values.redis.enabled }}
endpoints:
- {{ include "node.redis.fullname" . }}:{{ .Values.redis.servicePort }}
endpoint: {{ include "node.redis.fullname" . }}:{{ .Values.redis.servicePort }}
{{- else }}
{{- toYaml .Values.externalRedis | nindent 6 }}
{{- end}}
Expand Down
3 changes: 1 addition & 2 deletions charts/node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,7 @@ redis:

# External Redis parameters
externalRedis:
endpoints:
- localhost:6379
endpoint: localhost:6379
username:
password:
disable_cache: true
Expand Down

0 comments on commit 64810d5

Please sign in to comment.