Skip to content

Commit

Permalink
Merge pull request #11 from lalithkota/develop
Browse files Browse the repository at this point in the history
Helm Charts: Fixed charts publish action. And retriggering charts for…
  • Loading branch information
pjoshi751 authored Jun 24, 2024
2 parents 9f924a5 + 5c41f09 commit e5dfa8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
done
helm repo index --url https://openg2p.github.io/openg2p-helm/ --merge rancher/index.yaml rancher
for chartname in $RANCHER_CHARTS; do
rm rancher/${chartname}*.tgz
rm rancher/${chartname}*.tgz || true
done
if: env.SKIP != 'TRUE'

Expand Down
7 changes: 3 additions & 4 deletions charts/openg2p-social-registry-p2/values.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
global:
supersetHostname: superset-sr.openg2p.sandbox.net

esignetHostname: esignet-sr.openg2p.sandbox.net

keycloakBaseUrl: https://keycloak.openg2p.sandbox.net
keycloakIssuerUrl: '{{ tpl .Values.global.keycloakBaseUrl $ }}/realms/master'

nameOverride: openg2p-social-registry

superset:
enabled: true
hostname: superset-sr.openg2p.sandbox.net

oidcIssuerUrl: '{{ tpl .Values.global.keycloakIssuerUrl $ }}'
oidcClientId: openg2p-sr-superset
Expand Down Expand Up @@ -139,6 +136,8 @@ supersetRedis:

esignet:
enabled: false
hostname: esignet-sr.openg2p.sandbox.net

captchaEnabled: false
envVars:
esignet_captcha_site_key: ''
Expand Down
4 changes: 1 addition & 3 deletions charts/openg2p-social-registry/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
global:
sysAdminEmail: [email protected]

# General Settings
keycloakBaseUrl: https://keycloak.openg2p.sandbox.net
keycloakIssuerUrl: '{{ tpl .Values.global.keycloakBaseUrl $ }}/realms/master'

odkHostname: odk-sr.openg2p.sandbox.net
sysAdminEmail: [email protected]

hostname: socialregistry.openg2p.sandbox.net

Expand Down

0 comments on commit e5dfa8f

Please sign in to comment.