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: Support pushing to OCI registry #2091

Closed
manusa opened this issue Mar 21, 2023 · 1 comment · Fixed by #2147
Closed

Helm: Support pushing to OCI registry #2091

manusa opened this issue Mar 21, 2023 · 1 comment · Fixed by #2147
Assignees
Labels
component/helm ⎈ enhancement New feature or request
Milestone

Comments

@manusa
Copy link
Member

manusa commented Mar 21, 2023

With the release of Helm 3.8.0, Helm is able to store and work with charts in container registries, as an alternative to Helm repositories. This feature, which used to be an experimental feature, is now generally available.

https://helm.sh/blog/storing-charts-in-oci/

Providing support for this should allow pushing charts to (for example):

  • Quay.io
  • Docker Hub
  • GitHub packages
@manusa manusa added enhancement New feature or request component/helm ⎈ labels Mar 21, 2023
@rohanKanojia rohanKanojia moved this to Planned in Eclipse JKube Apr 19, 2023
@rohanKanojia rohanKanojia self-assigned this Apr 19, 2023
@rohanKanojia rohanKanojia moved this from Planned to In Progress in Eclipse JKube Apr 19, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 25, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 27, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 27, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 27, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 27, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 27, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 28, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 28, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 28, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 28, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 28, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Apr 28, 2023
@rohanKanojia rohanKanojia moved this from In Progress to Review in Eclipse JKube Apr 28, 2023
@manusa
Copy link
Member Author

manusa commented May 3, 2023

Duplicate of #1364

@manusa manusa marked this as a duplicate of #1364 May 3, 2023
@manusa manusa added this to the 1.13.0 milestone May 3, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue May 9, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue May 9, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue May 11, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue May 11, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue May 15, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue May 15, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue May 29, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jun 13, 2023
@manusa manusa modified the milestones: 1.13.0, 1.14.0 Jun 13, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jun 26, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jun 26, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 13, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 13, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 13, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 14, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 14, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 14, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 14, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 14, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 17, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
@manusa manusa moved this from Review to In Progress in Eclipse JKube Jul 17, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 17, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 17, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 17, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 17, 2023
…CI (eclipse-jkube#2091)

+ Add SHAUtil for generating SHA digests (used in oci helm push)
+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
@rohanKanojia rohanKanojia moved this from In Progress to Review in Eclipse JKube Jul 19, 2023
rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Jul 21, 2023
…CI (eclipse-jkube#2091)

+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
manusa pushed a commit to rohanKanojia/jkube that referenced this issue Aug 1, 2023
…CI (eclipse-jkube#2091)

+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
manusa pushed a commit that referenced this issue Aug 1, 2023
…CI (#2091)

+ Add OCIRepositoryUploader as an additional HelmUploader
+ Add OCI repository related helper classes in
  `org.eclipse.jkube.kit.resource.helm.oci` package

Signed-off-by: Rohan Kumar <[email protected]>
@github-project-automation github-project-automation bot moved this from Review to Done in Eclipse JKube Aug 1, 2023
manusa added a commit to manusa/jkube that referenced this issue Aug 31, 2023
manusa added a commit that referenced this issue Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/helm ⎈ enhancement New feature or request
Projects
None yet
2 participants