Skip to content

Commit

Permalink
Merge pull request #64 from foomo/blankAdditionalValues
Browse files Browse the repository at this point in the history
feat(blank): allow additional values
  • Loading branch information
franklinkim authored Feb 7, 2025
2 parents 7fbbb0d + e895a8d commit 34fed18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ schema: PWD=$(pwd)
schema:
@echo "--- schema ---------------------------------------"
helm-schema -n -c charts/beam
helm-schema -n -c charts/blank
helm-schema -n -c charts/blank -k additionalProperties
helm-schema -n -c charts/namespace
helm-schema -n -c charts/sesamy-gtm
helm-schema -n -c charts/sesamy-umami
Expand Down
4 changes: 2 additions & 2 deletions charts/blank/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ annotations:
- name: Chart Source
url: https://github.com/foomo/helm-charts/tree/main/charts/blank
version: 0.1.1
appVersion: 0.1.1
version: 0.1.2
appVersion: 0.1.2
2 changes: 1 addition & 1 deletion charts/blank/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# blank

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)

Blank Resource Chart

Expand Down
1 change: 0 additions & 1 deletion charts/blank/values.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"fullnameOverride": {
"default": "",
Expand Down

0 comments on commit 34fed18

Please sign in to comment.