Skip to content

Commit 92531e0

Browse files
committed
[DellFanController] Update image to 0.1.6-1
1 parent 9f73e82 commit 92531e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/dell-fan-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
33
name: dell-fan-controller
44
description: Dell Fan Controller helm chart for Kubernetes
55
type: application
6-
version: 1.0.5
6+
version: 1.0.6
77
appVersion: "0.1.6-1"
88
maintainers:
99
- name: AlexMorbo
@@ -19,7 +19,7 @@ keywords:
1919
annotations:
2020
artifacthub.io/license: MIT
2121
artifacthub.io/changes: |
22-
- Fix identation in nodeSelector, tolerations
22+
- Fix default 0.1.6-1 container image
2323
artifacthub.io/links: |-
2424
- name: App Source
2525
url: https://github.com/alexmorbo/Dell_iDRAC_fan_controller_Docker

charts/dell-fan-controller/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# dell-fan-controller
33

4-
![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.6-1](https://img.shields.io/badge/AppVersion-0.1.6--1-informational?style=flat-square)
4+
![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.6-1](https://img.shields.io/badge/AppVersion-0.1.6--1-informational?style=flat-square)
55

66
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/dell-fan-controller)](https://artifacthub.io/packages/search?repo=dell-fan-controller)
77

@@ -41,7 +41,7 @@ helm install dell-fan-controller oci://ghcr.io/alexmorbo/helm-charts/dell-fan-co
4141
| image.registry | string | `"ghcr.io"` | |
4242
| image.repository | string | `"alexmorbo/dell_idrac_fan_controller"` | |
4343
| image.sha | string | `""` | |
44-
| image.tag | string | `"v0.1.6"` | Overrides the image tag whose default is the chart appVersion. |
44+
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
4545
| imagePullSecrets | list | `[]` | |
4646
| nameOverride | string | `""` | |
4747
| nodeSelector | object | `{}` | |

charts/dell-fan-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image:
33
repository: alexmorbo/dell_idrac_fan_controller
44
pullPolicy: IfNotPresent
55
# -- Overrides the image tag whose default is the chart appVersion.
6-
tag: "v0.1.6"
6+
tag: ""
77
sha: ""
88

99
imagePullSecrets: []

0 commit comments

Comments
 (0)