Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename chart #9

Merged
merged 3 commits into from Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .abs/main.yaml
@@ -1,6 +1,6 @@
replace-chart-version-with-git: true
generate-metadata: true
chart-dir: ./helm/cloud-provider-cloud-director-app
chart-dir: ./helm/cloud-provider-cloud-director
destination: ./build

# https://app.circleci.com/pipelines/github/giantswarm/cloud-provider-cloud-director-app/15/workflows/c984c767-536e-495e-b7c2-d7c92c5880d0/jobs/16
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -11,7 +11,7 @@ workflows:
name: "push-to-default-app-catalog"
app_catalog: "default-catalog"
app_catalog_test: "default-test-catalog"
chart: "cloud-provider-cloud-director-app"
chart: "cloud-provider-cloud-director"
# Trigger job on git tag.
filters:
tags:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated repo config to push to default app catalog.
- Move shared vars under the `global` value key.
- Use images retagged from Quay.
- Renamed chart to align with best practises.

### Added

Expand Down
@@ -1,7 +1,7 @@
apiVersion: v2
version: 0.0.1
appVersion: 0.0.1
name: cloud-provider-cloud-director-app
name: cloud-provider-cloud-director
description: A Helm chart for cloud-provider-cloud-director with CPI and CSI
engine: gotpl
home: https://github.com/giantswarm/cloud-provider-cloud-director-app
Expand Down