Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
[Version/Operator] Bump version 0.3.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdrix authored Sep 16, 2020
1 parent 5459d98 commit 88478a5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

### Added

- [PR #31](https://github.com/Orange-OpenSource/nifikop/pull/31) - **[Operator]** Dataflow lifecycle management

### Changed

### Deprecated
Expand All @@ -12,6 +10,14 @@

### Fixed Bugs

## v0.3.0-release

### Added

- [PR #31](https://github.com/Orange-OpenSource/nifikop/pull/31) - **[Operator]** Dataflow lifecycle management

### Fixed Bugs

- [PR #30](https://github.com/Orange-OpenSource/nifikop/pull/30) - [Documentation] Fix slack link

## v0.2.1-release
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: nifikop
# Replace this with the built image name
image: orangeopensource/nifikop:0.2.1
image: orangeopensource/nifikop:0.3.0
command:
- nifikop
imagePullPolicy: Always
Expand Down
4 changes: 2 additions & 2 deletions helm/nifikop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: nifikop
home: https://github.com/Orange-OpenSource/nifikop
sources:
- https://github.com/Orange-OpenSource/nifikop
version: 0.2.1
appVersion: 0.2.1-release
version: 0.3.0
appVersion: 0.3.0-release
icon:
maintainers:
- name: erdrix
Expand Down
2 changes: 1 addition & 1 deletion helm/nifikop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following tables lists the configurable parameters of the NiFi Operator Helm
| Parameter | Description | Default |
|----------------------------------|--------------------------------------------------|-------------------------------------------|
| `image.repository` | Image | `orangeopensource/nifikop` |
| `image.tag` | Image tag | `v0.2.1-release` |
| `image.tag` | Image tag | `v0.3.0-release` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `image.imagePullSecrets.enabled` | Enable tue use of secret for docker image | `false` |
| `image.imagePullSecrets.name` | Name of the secret to connect to docker registry | - |
Expand Down
2 changes: 1 addition & 1 deletion helm/nifikop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
image:
repository: orangeopensource/nifikop
tag: v0.2.1-release
tag: v0.3.0-release
pullPolicy: Always
imagePullSecrets:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.2.1"
Version = "0.3.0"
)
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following tables lists the configurable parameters of the NiFi Operator Helm
| Parameter | Description | Default |
|----------------------------------|--------------------------------------------------|-------------------------------------------|
| `image.repository` | Image | `orangeopensource/nifikop` |
| `image.tag` | Image tag | `v0.2.1-release` |
| `image.tag` | Image tag | `v0.3.0-release` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `image.imagePullSecrets.enabled` | Enable tue use of secret for docker image | `false` |
| `image.imagePullSecrets.name` | Name of the secret to connect to docker registry | - |
Expand Down
2 changes: 1 addition & 1 deletion website/docs/6_contributing/1_developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Install the Helm chart.

```bash
helm install ./helm/nifikop \
--set image.tag=v0.2.1-release \
--set image.tag=v0.3.0-release \
--name skeleton
```

Expand Down

0 comments on commit 88478a5

Please sign in to comment.