Skip to content

Commit

Permalink
Updated images for Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau authored Feb 25, 2025
1 parent 213f707 commit 9c438b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ services:
datasource:
url: jdbc:postgresql://{{ .Values.global.environment.config.dina_db.service }}/agent?currentSchema=agent
collectionapi:
image: aafcbicoe/natural-history-collection-api:0.100
image: aafcbicoe/natural-history-collection-api:0.101
pullPolicy: IfNotPresent
environment:
rabbitmq:
Expand All @@ -267,7 +267,7 @@ services:
cpu: 80m
memory: 768Mi
dinaexportapi:
image: aafcbicoe/dina-export-api:0.14
image: aafcbicoe/dina-export-api:0.15
pullPolicy: IfNotPresent
environment:
spring:
Expand Down Expand Up @@ -296,7 +296,7 @@ services:
host: "{{ .Values.global.environment.config.elasticsearch.service }}"
port: 9200
dinaui:
image: aafcbicoe/dina-ui:0.183.0
image: aafcbicoe/dina-ui:0.185.0
environment:
KEYCLOAK_CLIENTID: "{{ .Values.global.environment.keycloak.client_id }}"
KEYCLOAK_REALM: "{{ .Values.global.environment.keycloak.realm }}"
Expand All @@ -313,7 +313,7 @@ services:
INSTANCE_NAME: "{{ .Values.global.environment.config.dina_ui.instance_name }}"
SUPPORTED_LANGUAGES_ISO: "{{ .Values.global.environment.config.dina_ui.supported_languages_iso }}"
dinauserapi:
image: aafcbicoe/dina-user-api:0.19
image: aafcbicoe/dina-user-api:0.20
environment:
spring:
datasource:
Expand All @@ -330,7 +330,7 @@ services:
datasource:
url: jdbc:postgresql://{{ .Values.global.environment.config.dina_db.service }}/loan_transaction?currentSchema=loan_transaction
objectstoreapi:
image: aafcbicoe/object-store-api:1.22
image: aafcbicoe/object-store-api:1.23
environment:
rabbitmq:
host: "{{ .Values.global.environment.config.rabbitmq.service }}"
Expand Down

0 comments on commit 9c438b0

Please sign in to comment.