From 7ddd5208443ce33a59921eb0f84b0126db630765 Mon Sep 17 00:00:00 2001 From: thread-koder Date: Wed, 5 Oct 2022 17:19:46 +0300 Subject: [PATCH] [safepass] fix redis url issues --- charts/safepass/Chart.yaml | 4 +++- charts/safepass/templates/deployment.yaml | 2 +- charts/safepass/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/safepass/Chart.yaml b/charts/safepass/Chart.yaml index 5a9e8a9..192b00a 100644 --- a/charts/safepass/Chart.yaml +++ b/charts/safepass/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: safepass -description: A Helm chart for Kubernetes +description: Safepass Helm chart for Kubernetes # A chart can be either an 'application' or a 'library' chart. # @@ -12,6 +12,8 @@ description: A Helm chart for Kubernetes # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application +home: https://github.com/jordanopensource/safepass + # 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/) diff --git a/charts/safepass/templates/deployment.yaml b/charts/safepass/templates/deployment.yaml index 5961ade..9e3a6ad 100644 --- a/charts/safepass/templates/deployment.yaml +++ b/charts/safepass/templates/deployment.yaml @@ -39,7 +39,7 @@ spec: secretKeyRef: name: {{ .Values.general.secretKeySecretName }} key: secret-key - - name: SECRET_KEY + - name: REDIS_URL valueFrom: secretKeyRef: name: {{ .Values.redis.redisUrlSecretName }} diff --git a/charts/safepass/values.yaml b/charts/safepass/values.yaml index e7d713d..3f8f36f 100644 --- a/charts/safepass/values.yaml +++ b/charts/safepass/values.yaml @@ -5,10 +5,10 @@ replicaCount: 1 image: - repository: pinterest/snappass + repository: josaorg/snappass pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "latest" + tag: "stable" imagePullSecrets: [] nameOverride: ""