Skip to content

Commit

Permalink
Update anteon self hosted to version 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Jul 22, 2024
1 parent 4199190 commit 734dd57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/anteon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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: 2.4.1
version: 2.4.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: 2 additions & 0 deletions charts/anteon/templates/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
containers:
- name: redis-backend
image: {{ .Values.images.redis }}
command: ["redis-server", "--save", "''", "--appendonly", "no"]
resources: {}
restartPolicy: Always
status: {}
Expand Down Expand Up @@ -62,6 +63,7 @@ spec:
containers:
- name: redis-alaz-backend
image: {{ .Values.images.redis }}
command: ["redis-server", "--save", "''", "--appendonly", "no"]
resources: {}
restartPolicy: Always
status: {}
Expand Down

0 comments on commit 734dd57

Please sign in to comment.