Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade helm charts to most recent versions #293

Merged
merged 4 commits into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions etc/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ cp_schema_registry:

catalog_server:
_install: true
_chart_version: 0.6.0
_chart_version: 0.6.1
_extra_timeout: 90
replicaCount: 1
schema_registry: http://cp-schema-registry:8081
Expand Down Expand Up @@ -256,7 +256,7 @@ radar_appserver:
# The charts in 20-fitbit.yaml only need to be installed if you will use a Fitbit, Garmin, or Oura API integration.
radar_fitbit_connector:
_install: false
_chart_version: 0.3.1
_chart_version: 0.3.2
_extra_timeout: 0
replicaCount: 1
oauthClientId: radar_fitbit_connector
Expand Down Expand Up @@ -340,7 +340,7 @@ data_dashboard_backend:
# Install when radar_grafana._install is 'true'
radar_jdbc_connector_grafana:
_install: false
_chart_version: 0.5.1
_chart_version: 0.5.3
_extra_timeout: 0
replicaCount: 1
sink:
Expand All @@ -350,14 +350,14 @@ radar_jdbc_connector_grafana:
# Install when data_dashboard_backend._install is 'true'
radar_jdbc_connector_data_dashboard_backend:
_install: false
_chart_version: 0.5.1
_chart_version: 0.5.3
_extra_timeout: 0
replicaCount: 1

# Install when using realtime analysis
radar_jdbc_connector_realtime_dashboard:
_install: false
_chart_version: 0.5.1
_chart_version: 0.5.3
_extra_timeout: 0
replicaCount: 1

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

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

Expand Down
Loading