Skip to content

Commit be71bbe

Browse files
wgalanciakdanc094codetogetherjordanstorz-dw
authored
feat: merge dev to main (#51)
* feat: update Docker Compose file to rename codetogether-hq service to codetogether-intel (#39) - Renamed the service from `codetogether-hq` to `codetogether-intel`. - Updated the container name to `codetogether-intel`. - Changed the image to `hub.edge.codetogether.com/releases/codetogether-intel:latest`. - Retained all existing configurations for compatibility. * feat: Add README files for CodeTogether Helm Charts (#36) * feat: Add README files for CodeTogether Helm Charts Added detailed README.md files for the following CodeTogether Helm charts: - CodeTogether HQ - CodeTogether Live - CodeTogether Collab Each README contains comprehensive configuration details, installation instructions, and usage guidelines tailored to the respective chart's `values.yaml` file. These additions provide clear documentation for deploying and managing CodeTogether applications in Kubernetes environments. * Fixes * Fixes * Addition of hq.collab url and secret * Removed hq.properties.collab.* Added a note indicating that this chart is legacy * feat: Create codetogether-intel Helm chart - Created a new Helm chart for CodeTogether Intel integration. - Added `hqproperties.hq.collab.*` configuration to the values.yaml. - Updated the README with configuration details. * Changes on README with the functionality of role mappings configuration * Change to sys-admin * fix: wrong indentation in deployment.yaml in live package (#41) * fix: missing license values (#43) * fix: remove license value references (#45) * fix: adjustement to recent changes (#47) * update service name * version update and minor tweaks * removal of invalid entries from deployment file in the collab package * fix: update release.yml to skip existing versions (#50) --------- Co-authored-by: danc094codetogether <daniel@codetogether.com> Co-authored-by: jordanstorz-dw <151195102+jordanstorz-dw@users.noreply.github.com>
1 parent b026ddd commit be71bbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828

2929
- name: Run chart-releaser
3030
uses: helm/chart-releaser-action@v1.5.0
31+
with:
32+
skip_existing: true
3133
env:
32-
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
34+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)