Skip to content

Commit

Permalink
Automation fix (#45)
Browse files Browse the repository at this point in the history
* #OBS-I278 - commit the connector instances draft table

* Automation fix (#197)

* #OBS-I298: fix:hudi and api service container varaible fix

* #OBS-I298: fix:grafana invalid url fix and grafana  s3 backup dashboard fix

* #OBS-I298: fix:db backup fix

* #OBS-I298: fix: updated the volume autosclaer config and disabled the masterdata-ingest-backup

* #OBS-I298: fix: updated the private image dockerconfigjson file

* #OBS-I293: fix:updated the web console and dataset api env & grafana alert fix

* #OBS-I293: fix:increased the trino resource

* #OBS-I293: fix:automated the cors for s3-backup bucket

* #OBS-I293: fix:increased the trino resource and hms resource

* #OBS-I293: fix:hudi fix

* #OBS-I293: fix: illegal base64 data while pulling images

---------

Co-authored-by: Santhosh Vasabhaktula <[email protected]>
Co-authored-by: Ravi Mula <[email protected]>
Co-authored-by: divyagovindaiah <[email protected]>
  • Loading branch information
4 people authored Nov 18, 2024
1 parent bdbaad2 commit 1b9618c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions helmcharts/bootstrapper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ namespaces:
global:
image:
dockerRegistrySecretName: obsrv-docker-secret
#<fill-value>: Replace the dockerConfigJson below for the private images
# Replace the dockerConfigJson below for the private images
dockerConfigJson: |-
{"auths": {"http://<registry.your-domain.io>": {"auth": "<base64-encoded REGISTRY_USER:REGISTRY_PASSWORD>"}}}
{"auths":{"http://registry.your-domain.io":{"auth":"eW91cl9yZWdpc3RyeV91c2VybmFtZTp5b3VyX3JlZ2lzdHJ5X3Rva2Vu"}}}
4 changes: 2 additions & 2 deletions helmcharts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ global:
image:
registry: &global_registry "sanketikahub"
dockerRegistrySecretName: &dockerSecretName "registry-secret-name"
#<fill-value>: Replace the dockerConfigJson below for the private images
#Replace the dockerConfigJson below for the private images
dockerConfigJson: |-
{"auths": {"http://<registry.your-domain.io>": {"auth": "<base64-encoded REGISTRY_USER:REGISTRY_PASSWORD>"}}}
{"auths":{"http://registry.your-domain.io":{"auth":"eW91cl9yZWdpc3RyeV91c2VybmFtZTp5b3VyX3JlZ2lzdHJ5X3Rva2Vu"}}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ ALTER TABLE datasources

UPDATE datasources SET is_primary = true, name = datasource;

ALTER TABLE connector_instances ADD COLUMN IF NOT EXISTS name TEXT;

GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO obsrv;
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO obsrv;

0 comments on commit 1b9618c

Please sign in to comment.