Skip to content

Commit

Permalink
chore: Apache NiFi and Zookeepr minor version bumps (#33)
Browse files Browse the repository at this point in the history
* chore: Apache NiFi and Zookeepr minor version bumps

Signed-off-by: Said Sef <[email protected]>

* chore: update CI workflow to trigger of deployment folder modified

Signed-off-by: Said Sef <[email protected]>

* chore: remove upload of files ro relase

Closes: #28

As we create a GitHub tag and a release there is no point in uploading K8s yaml files

---------

Signed-off-by: Said Sef <[email protected]>
  • Loading branch information
saidsef authored Apr 10, 2024
1 parent 0f9566b commit ce7afdd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- main
paths:
- ".github/workflows/ci.yml"
- "deployment/*"
- "deployment/**"
pull_request:
branches:
- main
paths:
- ".github/workflows/ci.yml"
- "deployment/*"
- "deployment/**"
workflow_dispatch:

jobs:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,4 @@ jobs:
}
} catch (e) {
console.log(e.status);
} finally {
for (let file of await fs.readdir('./deployment')) {
await github.rest.repos.uploadReleaseAsset({
owner, repo,
release_id: ${{ steps.release.outputs.result }},
name: file,
data: await fs.readFile(`./deployment/${file}`)
})
}
}
2 changes: 1 addition & 1 deletion deployment/nifi/nifi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- ALL
containers:
- name: nifi
image: docker.io/apache/nifi:1.24.0
image: docker.io/apache/nifi:1.25.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion deployment/zookeeper/zookeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
type: RuntimeDefault
containers:
- name: zookeeper
image: docker.io/zookeeper:3.8
image: docker.io/zookeeper:3.9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 2181
Expand Down

0 comments on commit ce7afdd

Please sign in to comment.