Skip to content

Commit

Permalink
release 0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 2, 2023
1 parent 955144d commit b7cc6ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# 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/)
version: 0.46.0
version: 0.47.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
18 changes: 9 additions & 9 deletions charts/hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ kerberoshub:
api:
repository: kerberos/hub-api
pullPolicy: IfNotPresent
tag: "1.0.850643360"
tag: "1.0.886916466"
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 @@ -205,7 +205,7 @@ kerberoshub:
frontend:
repository: kerberos/hub-frontend
pullPolicy: IfNotPresent
tag: "1.0.834697556"
tag: "1.0.887598362"
replicas: 2
schema: "https"
url: "yourdomain.com"
Expand Down Expand Up @@ -379,7 +379,7 @@ kerberospipeline:
monitor:
repository: kerberos/pipe-monitor
pullPolicy: IfNotPresent
tag: "1.0.4040996006"
tag: "1.0.4315201434"
replicas: 1
resources:
requests:
Expand Down Expand Up @@ -423,7 +423,7 @@ kerberospipeline:
notifyTest:
repository: kerberos/pipe-notify-test
pullPolicy: IfNotPresent
tag: "1.0.4040099761"
tag: "1.0.4291938177"
replicas: 1
resources:
requests:
Expand All @@ -440,7 +440,7 @@ kerberospipeline:
analysis:
repository: kerberos/pipe-analysis
pullPolicy: IfNotPresent
tag: "1.0.4100212321"
tag: "1.0.4300379952"
replicas: 1
resources:
requests:
Expand All @@ -449,7 +449,7 @@ kerberospipeline:
dominantColor:
repository: kerberos/pipe-dominantcolor
pullPolicy: IfNotPresent
tag: "1.0.4021128527"
tag: "1.0.4304099905"
replicas: 1
resources:
requests:
Expand All @@ -461,7 +461,7 @@ kerberospipeline:
thumbnail:
repository: kerberos/pipe-thumbnail
pullPolicy: IfNotPresent
tag: "1.0.4061885672"
tag: "1.0.4216458235"
replicas: 1
quality: "70"
width: "250"
Expand All @@ -478,7 +478,7 @@ kerberospipeline:
counting:
repository: kerberos/pipe-counting
pullPolicy: IfNotPresent
tag: "1.0.4021203633"
tag: "1.0.4311489363"
replicas: 1
resources:
requests:
Expand All @@ -488,7 +488,7 @@ kerberospipeline:
enabled: false # Enable or disable the sprite generation 'true' or 'false
repository: kerberos/pipe-sprite
pullPolicy: IfNotPresent
tag: "1.0.4095867847"
tag: "1.0.4307157569"
replicas: 3
interval: "1" # Number of secondes between each thumbnail in the sprite
width: "240" # Should not be changed for the moment (hard coded in UI)
Expand Down

0 comments on commit b7cc6ea

Please sign in to comment.