Skip to content

Commit

Permalink
Merge pull request #958 from christianknell/renovate/kube-ops-view-re…
Browse files Browse the repository at this point in the history
…dis-18.x

Update Helm release redis to v18
  • Loading branch information
christianhuth authored Sep 19, 2023
2 parents 4ef8082 + c8d9943 commit 272aaf0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
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" . }}

0 comments on commit 272aaf0

Please sign in to comment.