Skip to content

Commit

Permalink
Merge pull request #35 from KusionStack/refactor-karpor-chart
Browse files Browse the repository at this point in the history
refactor: optimize karpor chart including directory structure, definition etc
  • Loading branch information
elliotxx authored Jul 19, 2024
2 parents 075b130 + af1c30c commit d445f45
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 313 deletions.
4 changes: 1 addition & 3 deletions .github/configs/ct-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ chart-dirs:
- charts
chart-repos:
- kusionstack=https://kusionstack.github.io/charts
- minio=https://helm.min.io/
- stable=https://charts.helm.sh/stable
- incubator=https://charts.helm.sh/incubator
helm-extra-args: "--timeout 600s"
validate-chart-schema: false
validate-maintainers: true
validate-yaml: true
exclude-deprecated: true
excluded-charts: []
excluded-charts: []
6 changes: 3 additions & 3 deletions .github/workflows/lint-anf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
with:
config: .github/configs/kind-config.yaml

- name: Run chart-testing (install)
run: ct install --config ./.github/configs/ct-install.yaml
if: steps.list-changed.outputs.changed == 'true'
# - name: Run chart-testing (install)
# run: ct install --config ./.github/configs/ct-install.yaml
# if: steps.list-changed.outputs.changed == 'true'
1 change: 0 additions & 1 deletion charts/karpor

This file was deleted.

File renamed without changes.
10 changes: 8 additions & 2 deletions versions/karpor/0.4.2/Chart.yaml → charts/karpor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: v2
name: karpor
description: A Helm chart for Karpor
description: A Helm chart for Karpor, a modern kubernetes visualization tool.
home: https://github.com/KusionStack/karpor
icon: https://kusionstack.io/karpor/assets/logo/logo.svg

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,10 +17,14 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.2
version: 0.4.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.4.2

maintainers:
- name: kusionstack
url: https://kusionstack.io/karpor
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 0 additions & 24 deletions versions/karpor/0.4.0/Chart.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions versions/karpor/0.4.0/values.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions versions/karpor/0.4.2/.helmignore

This file was deleted.

65 changes: 0 additions & 65 deletions versions/karpor/0.4.2/templates/elasticsearch.yml

This file was deleted.

50 changes: 0 additions & 50 deletions versions/karpor/0.4.2/templates/etcd.yml

This file was deleted.

42 changes: 0 additions & 42 deletions versions/karpor/0.4.2/templates/job.yml

This file was deleted.

49 changes: 0 additions & 49 deletions versions/karpor/0.4.2/templates/karpor-server.yml

This file was deleted.

37 changes: 0 additions & 37 deletions versions/karpor/0.4.2/templates/karpor-sync.yml

This file was deleted.

6 changes: 0 additions & 6 deletions versions/karpor/0.4.2/templates/namespace.yml

This file was deleted.

0 comments on commit d445f45

Please sign in to comment.