This is an automated email from the ASF dual-hosted git repository.

lynwee pushed a change to branch release-v1.0
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


    from 1b9a97f  feat: v1.0.1 (#308)
     add e87339b  Enable option to add Volume, VolumeMount to devlake 
Deployment - critical for SSL certificate (#311)
     add 21626f7  feat: update v1.0.2-beta3 (#312)
     add 341061d  feat: Add extraResources section (#309)
     add 5182bb4  feat: update v1.0.2-beta4 (#315)
     add a477b01  Support LoadBalancer service type and configurable 
loadBalancerIP (#321)
     add a2f3dd8  feat: update v1.0.2-beta6
     add 169d54c  feat: update v1.0.2-beta6 (#324)
     add 6303ad3  Add extraLabels (#323)
     add 9070b28  Merge remote-tracking branch 'refs/remotes/origin/main'
     add 6116f70  V1.0.2 beta7 (#326)
     add 35c6e15  Merge remote-tracking branch 'refs/remotes/origin/main'
     add 7895f83  V1.0.2 beta8 (#330)
     add 1a12b00  OCI distribution (#318)
     add 95ce177  Merge remote-tracking branch 'refs/remotes/origin/main'
     add 309cbb3  V1.0.2 beta8 fix (#331)
     add 3afd9c7  V1.0.2 beta9 (#332)
     add 8dcf9f0  Merge remote-tracking branch 'refs/remotes/origin/main'
     add b289048  V1.0.3 beta1 (#335)
     add 4073c79  adding extraArgs (#334)
     add 42e02ad  feat: separate database credentials from configuration (#337)
     new 5f8c4ee  Merge remote-tracking branch 'refs/remotes/origin/main'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/release.yaml                     | 20 ++++++++++
 .gitignore                                         |  2 +
 HelmSetup.md                                       |  7 ++--
 README.md                                          |  8 ++--
 charts/devlake/Chart.yaml                          |  4 +-
 charts/devlake/templates/_helpers.tpl              | 14 ++-----
 .../templates/{NOTES.txt => configmap.yaml}        | 29 +++++++++------
 charts/devlake/templates/deployments.yaml          | 20 +++++++++-
 charts/devlake/templates/extraresources.yaml       | 16 ++++++++
 charts/devlake/templates/ingresses.yaml            |  3 ++
 charts/devlake/templates/secrets.yaml              |  7 ----
 charts/devlake/templates/services.yaml             | 12 ++++++
 charts/devlake/templates/statefulsets.yaml         |  5 +++
 charts/devlake/values.yaml                         | 43 +++++++++++++++++++++-
 14 files changed, 150 insertions(+), 40 deletions(-)
 copy charts/devlake/templates/{NOTES.txt => configmap.yaml} (56%)
 create mode 100644 charts/devlake/templates/extraresources.yaml

Reply via email to