Skip to content

Commit

Permalink
Merge pull request #6 from kerberos-io/public-release-1731600351
Browse files Browse the repository at this point in the history
A new public release - 1731600351
  • Loading branch information
cedricve authored Nov 14, 2024
2 parents a03a495 + 2eb665e commit 0eb9be3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions kerberos-hub-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ kerberoshub:
api:
repository: uugai/hub-api
pullPolicy: IfNotPresent
tag: "v1.0.5"
tag: "v1.0.7"
replicas: 2
jwtSecret: "I1JcwzW3A0t_THIS-IS_NOT_A_SECRET_WJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens.
schema: "https"
Expand Down Expand Up @@ -217,7 +217,7 @@ kerberoshub:
frontend:
repository: uugai/hub-frontend
pullPolicy: IfNotPresent
tag: "v1.0.16"
tag: "v1.0.17"
replicas: 2
schema: "https"
url: "yourdomain.com"
Expand Down Expand Up @@ -407,9 +407,9 @@ kerberospipeline:
memory: 10Mi
cpu: 10m
notify:
repository: kerberos/pipe-notify
repository: uugai/hub-pipeline-notification
pullPolicy: IfNotPresent
tag: "1.0.7688338979"
tag: "v1.0.8"
replicas: 1
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion 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.5
image: uugai/vault:v1.0.7
resources:
limits:
memory: 512Mi
Expand Down

0 comments on commit 0eb9be3

Please sign in to comment.