update name and version number in package.json
This commit is contained in:
parent
8269ab3900
commit
4ca86ee28f
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
annotations:
|
||||
category: Dashboard
|
||||
apiVersion: v2
|
||||
appVersion: 0.1.0
|
||||
appVersion: 0.1.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
|
|
|
@ -59,7 +59,7 @@ frontend:
|
|||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: openappstack/admin-frontend/admin-frontend
|
||||
tag: 0.1.0
|
||||
tag: 0.1.1
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "open-app-stack",
|
||||
"version": "0.1.0",
|
||||
"name": "stackspin-dashboard",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@craco/craco": "^6.2.0",
|
||||
|
|
Loading…
Reference in a new issue