From 5a3cc490ae0dfb7a2dcd74d9a927224115d55672 Mon Sep 17 00:00:00 2001 From: uug4ai Date: Sat, 2 Nov 2024 20:05:51 +0000 Subject: [PATCH 1/2] A new public release - 1730577950 --- kerberos-hub-values.yaml | 2 +- kerberos-vault-deployment.yaml | 35 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/kerberos-hub-values.yaml b/kerberos-hub-values.yaml index 969d4ee..5a76687 100644 --- a/kerberos-hub-values.yaml +++ b/kerberos-hub-values.yaml @@ -137,7 +137,7 @@ kerberoshub: api: repository: uugai/hub-api pullPolicy: IfNotPresent - tag: "v1.0.4" + tag: "v1.0.5" replicas: 2 jwtSecret: "I1JcwzW3A0tWJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens. schema: "https" diff --git a/kerberos-vault-deployment.yaml b/kerberos-vault-deployment.yaml index 24eb800..7b5f133 100644 --- a/kerberos-vault-deployment.yaml +++ b/kerberos-vault-deployment.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: vault - image: uugai/vault:v1.0.4 + image: uugai/vault:v1.0.5 resources: limits: memory: 512Mi @@ -47,20 +47,19 @@ spec: # If you have a chained vault setup, enable this. - name: CONTINUOUS_FORWARDING value: "false" - - # MongoDB URI (for example for a SaaS service like MongoDB Atlas) - # If uri is set, the below properties are not used (host, adminDatabase, username, password) - #MONGODB_URI: "mongodb+srv://xx:xx@kerberos-hub.xxx.mongodb.net/?retryWrites=true&w=majority&appName=xxx" - # Mongodb configuration (if you are not using the configmap) - # This is the mongodb database where data will be stored, you might use a different name if you want. - #- name: MONGODB_DATABASE_STORAGE - # value : "KerberosStorage" - # If you do not wish to use the URI, you can specify the individual values. - #- name: MONGODB_HOST - # value: "mongodb.mongodb" - #- name: MONGODB_DATABASE_CREDENTIALS - # value: "admin" - #- name: MONGODB_USERNAME - # value: "root" - #- name: MONGODB_PASSWORD - # value: "yourmongodbpassword" \ No newline at end of file +# MongoDB URI (for example for a SaaS service like MongoDB Atlas) +# If uri is set, the below properties are not used (host, adminDatabase, username, password) +#MONGODB_URI: "mongodb+srv://xx:xx@kerberos-hub.xxx.mongodb.net/?retryWrites=true&w=majority&appName=xxx" +# Mongodb configuration (if you are not using the configmap) +# This is the mongodb database where data will be stored, you might use a different name if you want. +#- name: MONGODB_DATABASE_STORAGE +# value : "KerberosStorage" +# If you do not wish to use the URI, you can specify the individual values. +#- name: MONGODB_HOST +# value: "mongodb.mongodb" +#- name: MONGODB_DATABASE_CREDENTIALS +# value: "admin" +#- name: MONGODB_USERNAME +# value: "root" +#- name: MONGODB_PASSWORD +# value: "yourmongodbpassword" From 08cbef496ec55d84dc4e128b54ad2ba476a88574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Sat, 2 Nov 2024 21:11:46 +0100 Subject: [PATCH 2/2] Update kerberos-hub-values.yaml --- kerberos-hub-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerberos-hub-values.yaml b/kerberos-hub-values.yaml index 5a76687..f21ff0a 100644 --- a/kerberos-hub-values.yaml +++ b/kerberos-hub-values.yaml @@ -139,7 +139,7 @@ kerberoshub: pullPolicy: IfNotPresent tag: "v1.0.5" replicas: 2 - jwtSecret: "I1JcwzW3A0tWJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens. + jwtSecret: "I1JcwzW3A0t_THIS-IS_NOT_A_SECRET_WJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens. schema: "https" url: "api.yourdomain.com" resources: