Skip to content

Commit c5e0295

Browse files
Merge pull request #84 from CodeTogether-Inc/dev
version bump intel/collab to 1.2.1
2 parents 0c1e24a + a2cf0c4 commit c5e0295

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/helm-template-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Install Required Dependencies
1717
run: |
18-
apt-get update && apt-get install -y unzip
18+
sudo apt-get update && sudo apt-get install -y unzip
1919
2020
- name: Install Helm
2121
uses: azure/setup-helm@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: azure/setup-helm@v3
2828

2929
- name: Run chart-releaser
30-
uses: helm/chart-releaser-action@v1.5.0
30+
uses: helm/chart-releaser-action@v1.7.0
3131
with:
3232
skip_existing: true
3333
env:

charts/collab/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codetogether-collab
33
description: CodeTogether Collab
44

55
type: application
6-
version: 1.2.0
6+
version: 1.2.1
77
appVersion: "2025.1.0"
88

99
icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png

charts/intel/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codetogether-intel
33
description: CodeTogether Intel provides advanced project insights for developers
44

55
type: application
6-
version: 1.2.0
6+
version: 1.2.1
77
appVersion: "2025.1.0"
88

99
icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png

0 commit comments

Comments
 (0)