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

Setup Helm storage code and manifests #670

Closed
4 tasks done
Tracked by #650
pkosiec opened this issue Mar 16, 2022 · 1 comment · Fixed by capactio/hub-manifests#63
Closed
4 tasks done
Tracked by #650

Setup Helm storage code and manifests #670

pkosiec opened this issue Mar 16, 2022 · 1 comment · Fixed by capactio/hub-manifests#63
Assignees
Labels
area/hub Relates to Hub enhancement New feature or request
Milestone

Comments

@pkosiec
Copy link
Member

pkosiec commented Mar 16, 2022

Description

The most important thing is that the point no 1 needs to be done ASAP to unblock other subtasks.

  • Bootstrap Go code for the helm storage backends
    • Single entrypoint (directory in cmd)
    • Based on flags, a different storage backend gRPC server is run
    • Both servers (release + template) implement the same Storage Backend ProtoBuf interface (use already generated Go code)
    • Modify pipelines to build a single Docker image
  • Add dedicated Helm chart and Hub manifests to install Helm storage backends
    • Single Helm chart, one deployment, two containers and two separate services
    • Update pipelines for releasing Helm charts
    • The implementation produces two TypeInstances for two storage backends (helm release backend + helm template backend) - define them
    • Write instruction on PR how to install such storage backend. It will be later reused in documentation
    • Base on secret storage backend, as this is pretty similar case (Configure Secret storage backend to be used with Local Hub #647)

Related issues

See epic #650

@pkosiec pkosiec added this to the 0.7.0 milestone Mar 16, 2022
@pkosiec pkosiec added enhancement New feature or request area/hub Relates to Hub labels Mar 16, 2022
@pkosiec pkosiec changed the title Setup Helm storage code and manifests [2MD] Setup Helm storage code and manifests Mar 16, 2022
@pkosiec pkosiec self-assigned this Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hub Relates to Hub enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant