Skip to content

Commit 8f8e386

Browse files
committed
ready for 1.6.2
1 parent 23d7185 commit 8f8e386

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

helm/featurehub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: featurehub
33
description: FeatureHub Release
44
type: application
5-
version: 4.0.2
5+
version: 4.0.3
66
icon: https://raw.githubusercontent.com/featurehub-io/featurehub/main/docs/modules/ROOT/images/fh_icon.png
77
appVersion: "1.6.1"
88
dependencies:

helm/featurehub/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# featurehub
22

3-
![Version: 4.0.2](https://img.shields.io/badge/Version-4.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.1](https://img.shields.io/badge/AppVersion-1.6.1-informational?style=flat-square)
3+
![Version: 4.0.3](https://img.shields.io/badge/Version-4.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.1](https://img.shields.io/badge/AppVersion-1.6.1-informational?style=flat-square)
44

55
FeatureHub Release
66

@@ -25,7 +25,7 @@ FeatureHub Release
2525
| dacha.extraVolumeMounts | list | `[]` | List of extra mounts to add to Dacha Deployment |
2626
| dacha.extraVolumes | list | `[]` | List of extra volumes to add to Dacha Deployment |
2727
| dacha.image.repository | string | `"featurehub/dacha2"` | |
28-
| dacha.image.tag | string | `"1.6.1-RC"` | |
28+
| dacha.image.tag | string | `"1.6.2"` | |
2929
| dacha.imagePullSecrets | list | `[]` | |
3030
| dacha.ingress.annotations | object | `{}` | |
3131
| dacha.ingress.className | string | `""` | |
@@ -60,7 +60,7 @@ FeatureHub Release
6060
| edge.extraVolumeMounts | list | `[]` | List of extra mounts to add to Edge Deployment |
6161
| edge.extraVolumes | list | `[]` | List of extra volumes to add to Edge Deployment |
6262
| edge.image.repository | string | `"featurehub/edge"` | |
63-
| edge.image.tag | string | `"1.6.1-RC"` | |
63+
| edge.image.tag | string | `"1.6.2"` | |
6464
| edge.imagePullSecrets | list | `[]` | |
6565
| edge.ingress.annotations | object | `{}` | |
6666
| edge.ingress.className | string | `""` | |
@@ -108,7 +108,7 @@ FeatureHub Release
108108
| managementRepository.extraVolumeMounts | list | `[]` | List of extra mounts to add to Management Repository Deployment |
109109
| managementRepository.extraVolumes | list | `[]` | List of extra volumes to add to Management Repository Deployment |
110110
| managementRepository.image.repository | string | `"featurehub/mr"` | |
111-
| managementRepository.image.tag | string | `"1.6.1-RC"` | |
111+
| managementRepository.image.tag | string | `"1.6.2"` | |
112112
| managementRepository.imagePullSecrets | list | `[]` | |
113113
| managementRepository.ingress.annotations | object | `{}` | |
114114
| managementRepository.ingress.className | string | `""` | |

helm/featurehub/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ managementRepository:
102102

103103
image:
104104
repository: featurehub/mr
105-
tag: 1.6.1-RC
105+
tag: 1.6.2
106106

107107
pullPolicy: IfNotPresent
108108

@@ -267,7 +267,7 @@ edge:
267267

268268
image:
269269
repository: featurehub/edge
270-
tag: 1.6.1-RC
270+
tag: 1.6.2
271271

272272
pullPolicy: IfNotPresent
273273

@@ -406,7 +406,7 @@ dacha:
406406

407407
image:
408408
repository: featurehub/dacha2
409-
tag: 1.6.1-RC
409+
tag: 1.6.2
410410

411411
pullPolicy: IfNotPresent
412412

0 commit comments

Comments
 (0)