Skip to content

Commit

Permalink
Automation fix (#197)
Browse files Browse the repository at this point in the history
* #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
  • Loading branch information
divyagovindaiah authored Nov 18, 2024
1 parent 18ccd5e commit c95061e
Show file tree
Hide file tree
Showing 2 changed files with 4 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

0 comments on commit c95061e

Please sign in to comment.