diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 491b54c..695558d 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -10,6 +10,6 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@v1.4.2 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/charts/typegate/templates/deployment.yaml b/charts/typegate/templates/deployment.yaml index eee65c8..a44c75d 100644 --- a/charts/typegate/templates/deployment.yaml +++ b/charts/typegate/templates/deployment.yaml @@ -42,13 +42,13 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} env: - - name: SYNC_REDIS_URL - value: redis://{{ printf "%s-master" (include "common.names.fullname" .Subcharts.redis) }}:{{ .Subcharts.redis.Values.master.service.ports.redis }}/0 - name: SYNC_REDIS_PASSWORD valueFrom: secretKeyRef: name: {{ template "redis.secretName" .Subcharts.redis }} key: {{ template "redis.secretPasswordKey" .Subcharts.redis }} + - name: SYNC_REDIS_URL + value: redis://:$(SYNC_REDIS_PASSWORD)@{{ printf "%s-master" (include "common.names.fullname" .Subcharts.redis) }}:{{ .Subcharts.redis.Values.master.service.ports.redis }}/0 - name: TG_SECRET valueFrom: secretKeyRef: