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

operator-sdk/helm: Upgrade Helm to 3.8.2 #5833

Closed
wants to merge 1 commit into from

Conversation

coquebg
Copy link

@coquebg coquebg commented Jun 7, 2022

Description of the change:
Upgrade Helm modules to 3.8.2

Motivation for the change:
Helm 3.8.2 provides better support for OCI repository

This allow creating api with chart, hosted in OCI

operator-sdk create api --kind HMS --helm-chart oci://myrepo.local/charts/hive-metastore --helm-chart-version 3.1.10

Checklist

If the pull request includes user-facing changes, extra documentation is required:

Helm 3.8.2 provides better support for OCI repository
This allow creating api with chart, hosted in OCI

```sh
operator-sdk create api --kind HMS --helm-chart oci://myrepo.local/charts/hive-metastore --helm-chart-version 3.1.10
```

Signed-off-by: Plamen Stoev <stoevp@vmware.com>
sigs.k8s.io/controller-runtime v0.11.2
sigs.k8s.io/controller-tools v0.8.0
sigs.k8s.io/kubebuilder/v3 v3.4.1
sigs.k8s.io/yaml v1.3.0
)

replace (
k8s.io/api v0.24.0 => k8s.io/api v0.23.5
Copy link
Member

Choose a reason for hiding this comment

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

We would soon be bumping deps in SDK to 1.24 K8s. Could we wait for this, till #5843 is merged.

Copy link
Contributor

Choose a reason for hiding this comment

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

#5843 is also going to be bumping Helm to 3.9.0 which will end up making this PR obsolete.

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

Successfully merging this pull request may close these issues.

3 participants