Skip to content

Commit

Permalink
Merge pull request #2 from TheLunarCompany/MK-736-Zerolog-connection-…
Browse files Browse the repository at this point in the history
…refused-HiredScore

Update helm charts
  • Loading branch information
JonathanLande authored Jan 10, 2024
2 parents a663749 + 856f82c commit 471b5ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/lunar-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.8.20
version: 0.8.26

# 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.8.19"
appVersion: "v0.8.25"
12 changes: 4 additions & 8 deletions charts/lunar-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ spec:
value: {{ toString .Values.service.port | quote }}
- name: LUNAR_FLUSH_SECONDS
value: {{ toString .Values.lunarFlushSeconds | quote }}
- name: LUNAR_TELEMETRY
value: {{ toString .Values.telemetryEnabled | quote }}
- name: REDIS_USE_CLUSTER
value: {{ toString .Values.redisUseCluster | quote }}
{{- if .Values.env }}
- name: ENV
value: {{ .Values.env }}
Expand All @@ -66,10 +70,6 @@ spec:
- name: TENANT_NAME
value: {{ .Values.tenantName }}
{{- end }}
{{- if .Values.telemetryEnabled }}
- name: LUNAR_TELEMETRY
value: {{ toString .Values.telemetryEnabled | quote }}
{{- end }}
{{- if .Values.awsAccessKeyId }}
- name: AWS_ACCESS_KEY_ID
value: {{ .Values.awsAccessKeyId }}
Expand All @@ -86,10 +86,6 @@ spec:
- name: REDIS_URL
value: {{ .Values.redisUrl }}
{{- end }}
{{- if .Values.redisUseCluster }}
- name: REDIS_USE_CLUSTER
value: {{ toString .Values.redisUseCluster | quote }}
{{- end }}
volumeMounts:
- mountPath: /etc/lunar-proxy
name: policies
Expand Down
2 changes: 1 addition & 1 deletion charts/lunar-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tenantName: null
redisUrl: null
redisUseCluster: false
awsAccessKeyId: null
telemetryEnabled: false
telemetryEnabled: true
awsSecretAccessKey: null
lunarManaged: false

Expand Down

0 comments on commit 471b5ba

Please sign in to comment.