Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release redis to v18 #958

Merged
merged 2 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/kube-ops-view/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: kube-ops-view
description: A Helm chart for bootstrapping kube-ops-view.
type: application
version: 2.10.0
version: 3.0.0
appVersion: "23.5.0"
home: https://github.com/christianknell/helm-charts
icon: https://codeberg.org/repo-avatars/677-c51f6426305941cab515fdd98368f0bb
Expand All @@ -15,13 +15,13 @@ sources:
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.17.1
version: 18.0.4
condition: redis.enabled
annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: changed
description: bumped dependency of redis to chart 17.17.1
description: bumped dependency of redis to chart 18.0.4
artifacthub.io/screenshots: |
- title: Dashboard overview of a Kubernetes cluster
url: https://codeberg.org/hjacobs/kube-ops-view/media/branch/main/screenshot.png
Expand Down
10 changes: 8 additions & 2 deletions charts/kube-ops-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ The command removes all the Kubernetes components associated with the chart and
| nameOverride | string | `""` | Provide a name in place of `kube-ops-view` |
| nodeSelector | object | `{}` | Node labels for pod assignment |
| podAnnotations | object | `{}` | Annotations to be added to exporter pods |
| redis.architecture | string | `"standalone"` | Redis™ architecture. Allowed values: standalone or replication |
| redis.architecture | string | `"standalone"` | Redis™ architecture. Allowed values: standalone or replication |
| redis.auth.enabled | bool | `false` | Disable password authentication as the kube-ops-view container has no support for password authentication |
| redis.enabled | bool | `false` | enable Redis™ subchart from Bitnami |
| redis.enabled | bool | `false` | enable Redis™ subchart from Bitnami |
| replicaCount | int | `1` | Number of replicas |
| resources | object | `{}` | Resource limits and requests for the controller pods. |
| revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain |
Expand All @@ -87,6 +87,12 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
helm install my-release -f values.yaml christianknell/kube-ops-view
```

## Upgrading the Chart

### 3.0.0

This major updates the redis subchart to its newest major, 18.0.4. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-1800) you can find more information about the changes introduced in that version.

---

Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
6 changes: 6 additions & 0 deletions charts/kube-ops-view/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
helm install my-release -f values.yaml christianknell/kube-ops-view
```

## Upgrading the Chart

### 3.0.0

This major updates the redis subchart to its newest major, 18.0.4. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-1800) you can find more information about the changes introduced in that version.

{{ template "helm-docs.versionFooter" . }}