diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index ce0f24ab..47183e53 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -14,7 +14,7 @@ spec: app: garbo spec: containers: - - image: ghcr.io/klimatbyran/garbo:1.1.49 # {"$imagepolicy": "flux-system:garbo"} + - image: ghcr.io/klimatbyran/garbo:1.1.50 # {"$imagepolicy": "flux-system:garbo"} resources: {} name: garbo ports: diff --git a/package-lock.json b/package-lock.json index e4c39e9b..48de08bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "garbo", - "version": "1.1.49", + "version": "1.1.50", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "garbo", - "version": "1.1.49", + "version": "1.1.50", "license": "ISC", "dependencies": { "@bull-board/api": "^5.12.0", diff --git a/package.json b/package.json index bc70d9c8..15b29905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "garbo", - "version": "1.1.49", + "version": "1.1.50", "description": "", "main": "index.js", "scripts": {