Skip to content

Commit

Permalink
add environment + missing domain feature + fixes for rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Mar 25, 2023
1 parent af229b5 commit ef0afbb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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.43.0
version: 0.44.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
2 changes: 2 additions & 0 deletions charts/hub/templates/kerberos-hub/hub-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ spec:
value: "{{ .Values.kerberoshub.frontend.title }}"
- name: LOGO_NAME
value: "{{ .Values.kerberoshub.frontend.logo }}"
- name: ENVIRONMENT
value: "{{ .Values.environment }}"
- name: API_URL
value: "" # legacy
- name: NEW_API_URL
Expand Down
9 changes: 5 additions & 4 deletions charts/hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ licenseServer:
imagePullSecrets:
- name: regcred

# Environment: set to 'production', 'develop', 'demo', 'staging' or 'acceptance'.
# Set to 'true' if this is a private deployment.
isPrivate: true
environment: 'production'

# If you plan a migration or doing maintenance, you can enable readonly.
# This will stop any write process to mongodb or any processing done in the Kerberos Hub pipeline.
Expand Down Expand Up @@ -201,7 +202,7 @@ kerberoshub:
frontend:
repository: kerberos/hub-frontend
pullPolicy: IfNotPresent
tag: "1.0.816620898"
tag: "1.0.817959632"
replicas: 2
schema: "https"
url: "yourdomain.com"
Expand Down Expand Up @@ -445,7 +446,7 @@ kerberospipeline:
dominantColor:
repository: kerberos/pipe-dominantcolor
pullPolicy: IfNotPresent
tag: "1.0.3999171261"
tag: "1.0.4000824200"
replicas: 1
resources:
requests:
Expand Down Expand Up @@ -474,7 +475,7 @@ kerberospipeline:
counting:
repository: kerberos/pipe-counting
pullPolicy: IfNotPresent
tag: "1.0.3999310089"
tag: "1.0.4000858040"
replicas: 1
resources:
requests:
Expand Down

0 comments on commit ef0afbb

Please sign in to comment.