Skip to content

Commit

Permalink
A new public release - 1728500577
Browse files Browse the repository at this point in the history
  • Loading branch information
uug-ai-bot committed Oct 9, 2024
1 parent f44bfb2 commit fa65366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kerberos-hub-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ kerberoshub:
frontend:
repository: uugai/hub-frontend
pullPolicy: IfNotPresent
tag: "v1.0.15"
tag: "v1.0.16"
replicas: 2
schema: "https"
url: "yourdomain.com"
Expand Down
12 changes: 6 additions & 6 deletions kerberos-vault-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: vault
image: uugai/vault:v1.0.3
image: uugai/vault:v1.0.4
#imagePullPolicy: Always
resources:
limits:
Expand All @@ -43,11 +43,6 @@ spec:
value: "root"
- name: KERBEROS_LOGIN_PASSWORD
value: "kerberos"
# 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"

# 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:[email protected]/?retryWrites=true&w=majority&appName=xxx"
Expand All @@ -64,6 +59,11 @@ spec:

# MQTT broker to be used for on-demand forwarding.
- name: MQTTURI
# 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"

value: "tcp://mqtt.kerberos.io:1883"
- name: MQTT_USERNAME
value: ""
Expand Down

0 comments on commit fa65366

Please sign in to comment.