Roberto Benedetti

Results 7 comments of Roberto Benedetti

I built from source and verified It works. Thank you.

I updated the workflow to include arm runners: ```yaml jobs: test-oracle-free: strategy: fail-fast: false matrix: tag: [23.6.0.0-lite, latest-lite] runtime: [docker, podman] os: [ubuntu-latest, ubuntu-24.04-arm] runs-on: ${{ matrix.os }} steps: -...

@andersnorgaard [container](https://github.com/apple/container) relies on features and enhancements present in the macOS 26 beta. There are network limitations when running on macOS 15 which is the latest hosted runner.

According to my latest [workflow execution](https://github.com/rob975/test-oracle-free-lite/actions/runs/19302273827), 23.9.0.0 and 23.26.0.0 free lite images work on both _x86_64_ and _arm64_ architecture and using both _docker_ and _podman_. No recent commit explicitly addresses...

Hi, maybe I was not clear. The JSON with the pattern is the file `values.schema.json` and it is used to validate `values.yaml`. File `values.schema.json` is: ```json { "properties": { "word":...

I compiled and tested main branch which supports json schema 2020-12: ``` $ helm version version.BuildInfo{Version:"v4.0+unreleased", GitCommit:"d601ce59a9fec0a52fcf3dfd18faebb43aaacb04", GitTreeState:"clean", GoVersion:"go1.24.5"} ``` Using this `values.schema.json`: ```json { "$id": "https://example.com/person.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties":...

After 6 years without feedback I dropped the fork, hence closing the PR. Hope your PR gets merged. The tests commented out rely on content inspection like it used to...