Skip to content

Commit

Permalink
[VDEVOPS-000]: Upgrade charts
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Feb 23, 2024
1 parent 3b1a977 commit 39ad646
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Typical microservice chart. Supports Ingress controller, horizontal
type: application
dependencies:
- name: k8s-common
version: ^1.3.4
version: ^1.5.0
repository: https://vinivia.github.io/kubernetes-helm-charts
home: https://vinivia.github.io/kubernetes-helm-charts
sources:
Expand Down
1 change: 1 addition & 0 deletions stable/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Typical microservice chart. Supports Ingress controller, horizontal-scalable con
| Name | Description | Value |
| ------------- | -------------------------------------------------- | ------ |
| `rbac.create` | Specifies whether RBAC resources should be created | `true` |
| `rbac.rules` | Custom RBAC rules to set | `[]` |

### Prometheus Exporter / Metrics

Expand Down
6 changes: 6 additions & 0 deletions stable/deployment/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,12 @@
"type": "boolean",
"description": "Specifies whether RBAC resources should be created",
"default": true
},
"rules": {
"type": "array",
"description": "Custom RBAC rules to set",
"default": [],
"items": {}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion stable/statefulset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Typical StateFul Set application
type: application
dependencies:
- name: k8s-common
version: ^1.3.4
version: ^1.5.0
repository: https://vinivia.github.io/kubernetes-helm-charts
home: https://vinivia.github.io/kubernetes-helm-charts
sources:
Expand Down
1 change: 1 addition & 0 deletions stable/statefulset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Typical StateFul Set application
| Name | Description | Value |
| ------------- | -------------------------------------------------- | ------ |
| `rbac.create` | Specifies whether RBAC resources should be created | `true` |
| `rbac.rules` | Custom RBAC rules to set | `[]` |

### Prometheus Exporter / Metrics

Expand Down
6 changes: 6 additions & 0 deletions stable/statefulset/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,12 @@
"type": "boolean",
"description": "Specifies whether RBAC resources should be created",
"default": true
},
"rules": {
"type": "array",
"description": "Custom RBAC rules to set",
"default": [],
"items": {}
}
}
},
Expand Down

0 comments on commit 39ad646

Please sign in to comment.