Skip to content

Commit

Permalink
Merge pull request #7 from flowforge/release-0.1.1
Browse files Browse the repository at this point in the history
Update version to 0.1.1
  • Loading branch information
hardillb authored Feb 1, 2022
2 parents 767e258 + e9ca0e5 commit ffa11f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const ingressTemplate = {
kind: 'Ingress',
metadata: {
// name: "k8s-client-test-ingress",
namespace: "flowforge",
namespace: 'flowforge',
annotations: {
'kubernetes.io/ingress.class': 'alb',
'alb.ingress.kubernetes.io/scheme': 'internet-facing',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/kubernetes",
"version": "0.1.0",
"version": "0.1.1",
"description": "Kubernetes driver for FlowForge",
"main": "kubernetes.js",
"scripts": {
Expand Down

0 comments on commit ffa11f7

Please sign in to comment.