Skip to content

Commit

Permalink
validate kerberos vault settings, skip notifications ran by older hub…
Browse files Browse the repository at this point in the history
…-objectdetector
  • Loading branch information
cedricve committed Jun 13, 2022
1 parent e7bc97c commit aa68b3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ kerberoshub:
api:
repository: registry.gitlab.com/kerberos-io/kerberos-cloud-api
pullPolicy: IfNotPresent
tag: "1.0.556903193"
tag: "1.0.561814049"
replicas: 2
jwtSecret: "this-is-a-secret-please-change-to-random-string" # change to a random value, this is for generating JWT tokens.
schema: "https"
Expand Down Expand Up @@ -175,7 +175,7 @@ kerberoshub:
frontend:
repository: registry.gitlab.com/kerberos-io/kerberos-cloud-ng
pullPolicy: IfNotPresent
tag: "1.0.555765609"
tag: "1.0.562012749"
replicas: 2
schema: "https"
url: "yourdomain.com"
Expand Down Expand Up @@ -306,7 +306,7 @@ kerberospipeline:
notify:
repository: registry.gitlab.com/kerberos-io/kcloud-notify-queue
pullPolicy: IfNotPresent
tag: "1.0.2552864490"
tag: "1.0.2577548836"
# E-mail templates
#volumeMounts:
# - name: custom-email-templates
Expand Down

0 comments on commit aa68b3a

Please sign in to comment.