**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Followup after #16880. I'm still waiting for the next release of Livebook before moving this to the stable train as it comes with a fix for clustering (https://github.com/phoenixframework/dns_cluster/issues/10). * Adding variables for AWS credentials * moved the variables in `questions.yaml` to the `podOptions` section. This ways I can put secret values inside secrets. * Run as non-root by default * Point the `LIVEBOOK_DATA_PATH` to the PVC in order to persist the config (e.g. aws storage config) **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> Using `helm template` to verify the resulting manifest. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
annotations:
|
|
max_scale_version: 23.10.2
|
|
min_scale_version: 23.10.0
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/category: Tools-Utilities
|
|
truecharts.org/max_helm_version: "3.14"
|
|
truecharts.org/min_helm_version: "3.12"
|
|
truecharts.org/train: dev
|
|
apiVersion: v2
|
|
appVersion: 0.12.1
|
|
dependencies:
|
|
- name: common
|
|
version: 17.2.21
|
|
repository: oci://tccr.io/truecharts
|
|
condition: ""
|
|
alias: ""
|
|
tags: []
|
|
import-values: []
|
|
deprecated: false
|
|
description: Livebook is a web application for writing interactive and collaborative code notebooks for Elixir
|
|
home: https://truecharts.org/charts/dev/livebook
|
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/livebook.png
|
|
keywords:
|
|
- livebook
|
|
- Tools-Utilities
|
|
kubeVersion: ">=1.24.0-0"
|
|
maintainers:
|
|
- name: TrueCharts
|
|
email: info@truecharts.org
|
|
url: https://truecharts.org
|
|
name: livebook
|
|
sources:
|
|
- https://livebook.dev/
|
|
- https://github.com/truecharts/charts/tree/master/charts/dev/livebook
|
|
- https://ghcr.io/livebook-dev/livebook
|
|
type: application
|
|
version: 3.2.0
|