Skip to content

Commit

Permalink
Merge pull request #45 from foomo/fix-docker-secrets-type
Browse files Browse the repository at this point in the history
fix(namespace): dockerSecrets type
  • Loading branch information
franklinkim authored Nov 13, 2024
2 parents d93f7a4 + 911f5f4 commit b37338a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/namespace/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
version: 0.2.3
appVersion: 0.2.3
version: 0.2.4
appVersion: 0.2.4
2 changes: 1 addition & 1 deletion charts/namespace/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# namespace

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

Common Namespace Resource Chart

Expand Down
3 changes: 1 addition & 2 deletions charts/namespace/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"type": "object"
},
"data": {
"additionalProperties": true,
"type": "object"
"type": "string"
}
},
"type": "object"
Expand Down
3 changes: 1 addition & 2 deletions charts/namespace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ tlsSecrets: {}
# type: object
# additionalProperties: true
# data:
# type: object
# additionalProperties: true
# type: string
# @schema
# -- Docker config json secrets
# @section -- General
Expand Down

0 comments on commit b37338a

Please sign in to comment.