Skip to content

Commit

Permalink
Updated chart versions for network policy hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvaann committed Dec 5, 2023
1 parent 5cd9410 commit d016049
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
40 changes: 20 additions & 20 deletions etc/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ catalog_server:

radar_home:
_install: true
_chart_version: 0.2.0
_chart_version: 0.2.1
_extra_timeout: 0

# --------------------------------------------------------- 10-managementportal.yaml ---------------------------------------------------------
Expand All @@ -179,7 +179,7 @@ postgresql:

management_portal:
_install: true
_chart_version: 1.1.0
_chart_version: 1.1.2
_extra_timeout: 210
replicaCount: 1 # should be 1
postgres:
Expand Down Expand Up @@ -226,7 +226,7 @@ radar_appserver_postgresql:

radar_appserver:
_install: false
_chart_version: 0.2.0
_chart_version: 0.2.1
_extra_timeout: 0
replicaCount: 1
managementportal_resource_name: res_AppServer
Expand All @@ -236,20 +236,20 @@ radar_appserver:
# The charts in 20-fitbit.yaml only need to be installed if you will use a Fitbit or Garmin API integration.
radar_fitbit_connector:
_install: false
_chart_version: 0.3.0
_chart_version: 0.3.1
_extra_timeout: 0
replicaCount: 1
oauthClientId: radar_fitbit_connector

radar_rest_sources_authorizer:
_install: false
_chart_version: 1.1.0
_chart_version: 1.1.1
_extra_timeout: 0
replicaCount: 1

radar_rest_sources_backend:
_install: false
_chart_version: 1.1.0
_chart_version: 1.1.1
_extra_timeout: 0
replicaCount: 1
postgres:
Expand Down Expand Up @@ -298,7 +298,7 @@ radar_grafana:

radar_jdbc_connector:
_install: true
_chart_version: 0.5.0
_chart_version: 0.5.1
_extra_timeout: 0
replicaCount: 1
sink:
Expand All @@ -309,15 +309,15 @@ radar_jdbc_connector:

radar_gateway:
_install: true
_chart_version: 1.1.1
_chart_version: 1.1.2
_extra_timeout: 0
replicaCount: 1

# --------------------------------------------------------- 20-kafka-analysis.yaml ---------------------------------------------------------

radar_backend_monitor:
_install: false
_chart_version: 0.2.0
_chart_version: 0.2.1
_extra_timeout: 0
replicaCount: 1
smtp:
Expand All @@ -329,15 +329,15 @@ radar_backend_monitor:

radar_backend_stream:
_install: false
_chart_version: 0.2.0
_chart_version: 0.2.1
_extra_timeout: 0
replicaCount: 1

# --------------------------------------------------------- 20-redcap.yaml ---------------------------------------------------------

radar_integration:
_install: false
_chart_version: 0.5.0
_chart_version: 0.5.1
_extra_timeout: 0
replicaCount: 1
oauth_client_id: radar_redcap_integrator
Expand Down Expand Up @@ -377,7 +377,7 @@ minio:
radar_s3_connector:
# set to true if radar-s3-connector should be installed
_install: true
_chart_version: 0.3.0
_chart_version: 0.3.1
_extra_timeout: 90
replicaCount: 1
# The bucket name where intermediate data for cold storage should be written to.
Expand All @@ -386,15 +386,15 @@ radar_s3_connector:

s3_proxy:
_install: false
_chart_version: 0.3.0
_chart_version: 0.3.1
_extra_timeout: 0
replicaCount: 1
target:
provider: azureblob

radar_output:
_install: true
_chart_version: 0.4.0
_chart_version: 0.4.1
_extra_timeout: 0
replicaCount: 1
source:
Expand Down Expand Up @@ -425,19 +425,19 @@ radar_upload_postgresql:

radar_upload_connect_backend:
_install: true
_chart_version: 0.3.0
_chart_version: 0.3.1
_extra_timeout: 0
replicaCount: 1

radar_upload_connect_frontend:
_install: true
_chart_version: 0.3.0
_chart_version: 0.3.1
_extra_timeout: 0
replicaCount: 1

radar_upload_source_connector:
_install: true
_chart_version: 0.3.0
_chart_version: 0.3.1
_extra_timeout: 60
replicaCount: 1
s3Endpoint: http://minio:9000/
Expand All @@ -454,7 +454,7 @@ ccSchemaRegistryProxy:

radar_push_endpoint:
_install: false
_chart_version: 0.2.1
_chart_version: 0.2.2
_extra_timeout: 180
replicaCount: 1
adminProperties: {}
Expand All @@ -465,7 +465,7 @@ radar_push_endpoint:

radar_jdbc_connector_agg:
_install: false
_chart_version: 0.5.0
_chart_version: 0.5.1
_extra_timeout: 0
replicaCount: 1

Expand All @@ -489,7 +489,7 @@ ksql_server:

velero:
_install: false
_chart_version: 0.2.0
_chart_version: 0.2.1
_extra_timeout: 0
objectStorageBackupReplicaCount: 1
backup:
Expand Down
2 changes: 2 additions & 0 deletions helmfile.d/10-managementportal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ releases:
set:
- name: ingress.hosts
values: [{{ .Values.server_name }}]
- name: ingress_rate_limited.hosts
values: [{{ .Values.server_name }}]
- name: server_name
value: {{ .Values.server_name }}
- name: oauth_clients.radar_redcap_integrator.enable
Expand Down

0 comments on commit d016049

Please sign in to comment.