Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 79e9853

Browse files
chore: release 0.2.2 (#142)
Signed-off-by: Alexandre-P <[email protected]>
1 parent 322d8ff commit 79e9853

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.2] - 2022-09-13
11+
1012
## [0.2.1] - 2022-03-01
1113

1214
### Fixed

charts/hlf-k8s/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 10.2.2
4+
5+
### Changed
6+
- Update image versions
7+
38
## 10.2.1
49

510
### Changed

charts/hlf-k8s/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apiVersion: v2
1616
name: hlf-k8s
1717
description: Substra tools to configure the hyperledger fabric network
1818
type: application
19-
version: 10.2.1
19+
version: 10.2.2
2020
kubeVersion: ">= 1.19.0-0"
2121
home: https://github.com/Substra
2222
icon: https://avatars.githubusercontent.com/u/84009910?s=400

charts/hlf-k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following table lists the configurable parameters of the hlf-k8s chart and d
9191
| `systemChannel.organizations` | The organizations to add to the system channel. See [Add an organization to the system channel](#add-an-organization-to-the-system-channel). | `[]` |
9292
| **Common / Other** | | |
9393
| `fabric-tools.image.repository` | `fabric-tools` image repository | `gcr.io/connect-314908/fabric-tools` |
94-
| `fabric-tools.image.tag` | `fabric-tools` image tag | `latest` |
94+
| `fabric-tools.image.tag` | `fabric-tools` image tag | `0.2.2` |
9595
| `fabric-tools.image.pullPolicy` | Image pull policy | `IfNotPresent` |
9696
| `fabric-tools.image.pullImageSecret` | Image pull secret name | nil |
9797
| `nodeSelector` | Node labels for pod assignment | `{}` |

charts/hlf-k8s/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
fabric-tools:
1616
image:
1717
repository: ghcr.io/substra/fabric-tools
18-
tag: latest
18+
tag: 0.2.2
1919
pullPolicy: IfNotPresent
20-
pullImageSecret: docker-config
20+
pullImageSecret: ""
2121

2222
nodeSelector: {}
2323

@@ -52,7 +52,7 @@ chaincodes: []
5252
# repository: substra/substra-chaincode
5353
# tag: 0.3.0
5454
# pullPolicy: IfNotPresent
55-
# pullImageSecret: docker-config
55+
# pullImageSecret: ""
5656
# init:
5757
# image:
5858
# repository: substra/substra-chaincode-init
@@ -205,8 +205,8 @@ hlf-peer:
205205
image:
206206
# Use our own fabric-peer images with external chaincode binaries
207207
repository: ghcr.io/substra/fabric-peer
208-
tag: latest
209-
pullImageSecret: docker-config
208+
tag: 0.2.2
209+
pullImageSecret: ""
210210
persistence:
211211
enabled: true
212212
size: 10Gi

0 commit comments

Comments
 (0)