You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by "icefery (via GitHub)" <gi...@apache.org> on 2023/07/31 14:46:09 UTC

[GitHub] [dolphinscheduler] icefery opened a new issue, #14672: [Bug] [Helm] `bitnami/postgresql` sub chart and default configurations should be upgraded

icefery opened a new issue, #14672:
URL: https://github.com/apache/dolphinscheduler/issues/14672

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   For the chart `dolphinscheduler-helm-3.1.7`, sub chart `bitnami/postgresql-10.3.18`(default docker images) is incompatible with `arm64`.
   
   When upgrading the `bitnami/postgresql` sub chart version, its configurations have changed, in order to get it working, there are some changes:
   
   - `Chart.yaml`
   
     ```yaml
     dependencies:
     - name: postgresql
       version: 12.7.1
       repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
       condition: postgresql.enabled
     ```
   
   - `values.yaml`
   
     ```yaml
     postgresql:
       enabled: true
       global:
         postgresql:
           auth:
             postgresPassword: postgres
             username: dolphinscheduler
             password: dolphinscheduler
             database: dolphinscheduler
     ```
   
   - `templates/_helpers.tpl`
   
     ```yaml
     - name: SPRING_DATASOURCE_USERNAME
       {{- if .Values.postgresql.enabled }}
       value: {{ .Values.postgresql.global.postgresql.auth.username }}
       {{- end }}
     - name: SPRING_DATASOURCE_PASSWORD
       valueFrom:
         secretKeyRef:
           {{- if .Values.postgresql.enabled }}
           name: {{ template "dolphinscheduler.postgresql.fullname" . }}
           key: password
           {{- end }}
     {{- end -}}
     ```
   
   
   ### What you expected to happen
   
   The version of sub charts are newer, and compatible with default `Chart.yaml`, `values.yaml`, 'templates/*'.
   
   ### How to reproduce
   
   See 'What happened'.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.1.x
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] closed issue #14672: [Improvement] [Helm] `bitnami/postgresql` sub chart and default configurations should be upgraded

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #14672: [Improvement] [Helm] `bitnami/postgresql` sub chart and default configurations should be upgraded
URL: https://github.com/apache/dolphinscheduler/issues/14672


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #14672: [Improvement] [Helm] `bitnami/postgresql` sub chart and default configurations should be upgraded

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #14672:
URL: https://github.com/apache/dolphinscheduler/issues/14672#issuecomment-1718476829

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #14672: [Improvement] [Helm] `bitnami/postgresql` sub chart and default configurations should be upgraded

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #14672:
URL: https://github.com/apache/dolphinscheduler/issues/14672#issuecomment-1709287608

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org