Skip to content
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
a609877
Chore/add/metrics server/dependency (#105)
akshat5302 May 20, 2025
ff6c605
Chore: add metrics-server as a dependency in chart-preview workflow
akshat5302 May 20, 2025
0cfc84b
Add autoscaling configuration options for web, space, admin, live, ap…
akshat5302 May 20, 2025
35ee8f3
Update questions.yml to include conditional display for autoscaling o…
akshat5302 May 20, 2025
65ae9f3
Merge branch 'develop' of https://github.com/makeplane/helm-charts in…
akshat5302 May 29, 2025
7b50a18
Add autoscaling configurations for all deployments in Plane CE, enabl…
akshat5302 May 29, 2025
8b12e28
Remove autoscaling enabled flag from all deployment configurations in…
akshat5302 May 29, 2025
a172e02
Remove metrics-server dependency from Plane CE Chart.yaml
akshat5302 May 29, 2025
2c3f4ad
Merge branch 'develop' of https://github.com/makeplane/helm-charts in…
akshat5302 Jul 21, 2025
8117b83
Refactor autoscaling configuration in questions.yml by removing the '…
akshat5302 Jul 21, 2025
ae15159
Update autoscaling configurations in deployment templates to include …
akshat5302 Jul 21, 2025
81c32b7
Bump Plane version to 1.2.0 in Chart.yaml and remove Chart.lock depen…
akshat5302 Jul 21, 2025
ff33065
Update resource requests and limits for web, space, admin, live, api,…
akshat5302 Jul 22, 2025
2278930
Refactor resource requests and limits for API deployment; update memo…
akshat5302 Jul 22, 2025
2da241d
Refactor autoscaling configurations in deployment templates by removi…
akshat5302 Jul 22, 2025
12b3f52
Merge branch 'develop' of https://github.com/makeplane/helm-charts in…
akshat5302 Jul 29, 2025
c9add2e
Enhance resource management in deployment templates by adding conditi…
akshat5302 Jul 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/chart-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
sed -i "s/name: ${{env.CHART_REPO}}/name: ${{ env.CHART_PREFIX }}-${{env.CHART_REPO}}/" charts/${{env.CHART_REPO}}/Chart.yaml
sed -i "s/description: .*/description: ${flatBranchName}/g" charts/${{env.CHART_REPO}}/Chart.yaml
# sed -i "s/version: \(.*\)/version: \1-${flatBranchName}/" charts/${{env.CHART_REPO}}/Chart.yaml

helm package --sign --key "$CR_KEY" --keyring $CR_KEYRING --passphrase-file "$CR_PASSPHRASE_FILE" charts/$CHART_REPO -u -d ${{ env.EXPORT_DIR }}/${{env.CHART_REPO}}/charts
cp charts/${{env.CHART_REPO}}/README.md ${{ env.EXPORT_DIR }}/${{env.CHART_REPO}}/${{env.CHART_REPO}}.md
helm repo index ${{ env.EXPORT_DIR }}/${{env.CHART_REPO}}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,3 @@ jobs:
git push
fi


1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ test-helm.yaml
*/local-values.yaml
test.yaml
test-*.yaml
charts/plane-ce/charts
2 changes: 1 addition & 1 deletion charts/plane-ce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Meet Plane. An open-source software development tool to manage issu

type: application

version: 1.1.4
version: 1.2.0
appVersion: "0.27.1"

home: https://plane.so
Expand Down
Loading