-
Notifications
You must be signed in to change notification settings - Fork 2
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
Spike: Distro for radix #1267
Comments
Goals:
Radix Helm DistributionMain Chart starting point (example): apiVersion: v2
name: app-distro
version: v1.0.0
dependencies:
- name: radix-operator
version: v1.0.0
- name: radix-api
version: v1.0.0
- name: radix-web-console
version: v1.0.0
- name: radix-github-webhook
version: v1.0.0 After Radix-API is updated with new tag v1.0.1(Question, should we always update a patch/minor version when promoting from dev to QA, or should we use master/latest-timestamp?) apiVersion: v2
name: app-distro
version: v1.0.1-rc.1 # prepare a new release candidate, could/should this be done by release-please?
dependencies:
- name: radix-operator
version: v1.0.0
- name: radix-api
version: v1.0.1 # bump radix-api
- name: radix-web-console
version: v1.0.0
- name: radix-github-webhook
version: v1.0.0 When QA is confirmed to be stable, relase a new version of Distro:apiVersion: v2
name: app-distro
version: v1.1.0
dependencies:
- name: radix-operator
version: v1.0.0
- name: radix-api
version: v1.1.0
- name: radix-web-console
version: v1.0.0
- name: radix-github-webhook
version: v1.0.0 https://excalidraw.com/#json=JLJIC7H3CYmGk4X8vwqmu,92DfYDznO0UjwmIUo8mKNA |
Start with one component - radix-cicd-canary
New repo: radix-stack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a workflow for distribution of radix, include Radix-operator for the first iteration
DoD
Implement sample
Provide a workflow drawing (simple)
The text was updated successfully, but these errors were encountered: