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

Support add annotations when sync charts #169

Open
SSmallMonster opened this issue Aug 8, 2022 · 1 comment
Open

Support add annotations when sync charts #169

SSmallMonster opened this issue Aug 8, 2022 · 1 comment

Comments

@SSmallMonster
Copy link

We now have a scenario for synchronizing chart that uses charts-syncer.

Why we need this?

We need to add some custom classification properties to the synchronized chart to indicate different purposes.

Our method is to adds some custom annotations to the target Chart.yaml, but they are not currently supported in charts-syncer.

# Annotations in Chart.yaml
apiVersion: The chart API version
...
annotations:
  updateTime: "xxxx"

What we want?

Adding a chart field in the config file. This will greatly help users manage charts during synchronization.

# config.yaml used by charts-syncer
source:
...

target:
  chart:
      annotations:
          updateTime: "xxxx"

charts:
 - xxx
 - xxx
@kurt784
Copy link

kurt784 commented May 15, 2024

Thanks for sharing. I found a lot of interesting information here. ADP Vantage Hcm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants