File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
charts/dell-fan-controller Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
3
3
name : dell-fan-controller
4
4
description : Dell Fan Controller helm chart for Kubernetes
5
5
type : application
6
- version : 1.0.5
6
+ version : 1.0.6
7
7
appVersion : " 0.1.6-1"
8
8
maintainers :
9
9
- name : AlexMorbo
@@ -19,7 +19,7 @@ keywords:
19
19
annotations :
20
20
artifacthub.io/license : MIT
21
21
artifacthub.io/changes : |
22
- - Fix identation in nodeSelector, tolerations
22
+ - Fix default 0.1.6-1 container image
23
23
artifacthub.io/links : |-
24
24
- name: App Source
25
25
url: https://github.com/alexmorbo/Dell_iDRAC_fan_controller_Docker
Original file line number Diff line number Diff line change 1
1
2
2
# dell-fan-controller
3
3
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 )
5
5
6
6
[ ![ 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 )
7
7
@@ -41,7 +41,7 @@ helm install dell-fan-controller oci://ghcr.io/alexmorbo/helm-charts/dell-fan-co
41
41
| image.registry | string | ` "ghcr.io" ` | |
42
42
| image.repository | string | ` "alexmorbo/dell_idrac_fan_controller" ` | |
43
43
| 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. |
45
45
| imagePullSecrets | list | ` [] ` | |
46
46
| nameOverride | string | ` "" ` | |
47
47
| nodeSelector | object | ` {} ` | |
Original file line number Diff line number Diff line change 3
3
repository : alexmorbo/dell_idrac_fan_controller
4
4
pullPolicy : IfNotPresent
5
5
# -- Overrides the image tag whose default is the chart appVersion.
6
- tag : " v0.1.6 "
6
+ tag : " "
7
7
sha : " "
8
8
9
9
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments