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

helm: index 1.7.1 #4178

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
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
24 changes: 23 additions & 1 deletion charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
apiVersion: v1
entries:
karmada:
- apiVersion: v2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steps to sync this:

wget https://github.com/karmada-io/karmada/releases/download/v1.7.1/karmada-chart-v1.7.1.tgz -O charts/karmada/charts/karmada-chart-v1.7.1.tgz
 
helm repo index charts/karmada --url https://github.com/karmada-io/karmada/releases/download --merge charts/index.yaml
 
mv charts/karmada/index.yaml charts/index.yaml 
  • manual steps:
  1. change appVersion from latest to v1.1.0
  2. change theurls from https://github.com/karmada-io/karmada/releases/download/charts/karmada-chart-v1.7.0.tgz to https://github.com/karmada-io/karmada/releases/download/v1.7.1/karmada-chart-v1.7.1.tgz

appVersion: v1.1.0
created: "2023-10-25T16:55:42.896904-04:00"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.x.x
description: A Helm chart for karmada
digest: cd63fc86a70a5c288d1e41204adef4774faabf99539fbab08d761842ca9092af
kubeVersion: '>= 1.16.0-0'
maintainers:
- email: [email protected]
name: jrkeen
- email: [email protected]
name: pidb
- email: [email protected]
name: Poor12
name: karmada
type: application
urls:
- https://github.com/karmada-io/karmada/releases/download/v1.7.1/karmada-chart-v1.7.1.tgz
version: v1.7.1
- apiVersion: v2
appVersion: v1.1.0
created: "2023-09-14T18:29:27.744549-04:00"
Expand Down Expand Up @@ -175,4 +197,4 @@ entries:
urls:
- https://github.com/karmada-io/karmada/releases/download/v1.2.0/karmada-chart-v1.2.0.tgz
version: v1.2.0
generated: "2023-09-14T18:29:27.739005-04:00"
generated: "2023-10-25T16:55:42.883421-04:00"
Loading