diff --git a/charts/kube-ops-view/Chart.yaml b/charts/kube-ops-view/Chart.yaml index ed9a1400..5dd13c5b 100644 --- a/charts/kube-ops-view/Chart.yaml +++ b/charts/kube-ops-view/Chart.yaml @@ -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 @@ -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 diff --git a/charts/kube-ops-view/README.md b/charts/kube-ops-view/README.md index 7a03b8f7..8787d173 100644 --- a/charts/kube-ops-view/README.md +++ b/charts/kube-ops-view/README.md @@ -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 | @@ -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) diff --git a/charts/kube-ops-view/README.md.gotmpl b/charts/kube-ops-view/README.md.gotmpl index 597edd39..511bde5a 100644 --- a/charts/kube-ops-view/README.md.gotmpl +++ b/charts/kube-ops-view/README.md.gotmpl @@ -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" . }}