Skip to content

Commit

Permalink
feat(instant-chart): release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Nov 15, 2024
1 parent 795f5b0 commit 470fb74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/instant-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- general
- phelab
type: application
version: 0.4.7
version: 0.5.0
dependencies:
- name: common
version: 2.20.5
Expand Down
3 changes: 2 additions & 1 deletion charts/instant-chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,8 @@
"restartPolicy": {
"title": "Pod restart policy",
"description": "Restart policy for all containers within the pod",
"enum": ["Always", "OnFailure", "Never"],
"type": "string",
"enum": ["Always", "OnFailure", "Never", ""],
"default": "OnFailure"
},
"imagePatches": {
Expand Down

0 comments on commit 470fb74

Please sign in to comment.