Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma committed Dec 27, 2021
1 parent 64b08ea commit 50f845d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ Now point your browser to http://localhost:4080 and login

> $ mkdir data
> $ docker run -v /full/path/of/data:/data -e DATA_PATH="/data" -p 4080:4080 -e FIRST_ADMIN_USER=admin -e FIRST_ADMIN_PASSWORD=Complexpass#123 --name zinc public.ecr.aws/m5j1b6u0/zinc:v0.1.1
> $ docker run -v /full/path/of/data:/data -e DATA_PATH="/data" -p 4080:4080 -e FIRST_ADMIN_USER=admin -e FIRST_ADMIN_PASSWORD=Complexpass#123 --name zinc hiprabhat/zinc:0.1.3
Now point your browser to http://localhost:4080 and login

Expand Down
4 changes: 2 additions & 2 deletions helm/zinc/values.yaml
Expand Up @@ -3,10 +3,10 @@
# Declare variables to be passed into your templates.

image:
repository: public.ecr.aws/m5j1b6u0/zinc
repository: hiprabhat/zinc
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "0.1.3"

imagePullSecrets: []
fullnameOverride: "zinc"
Expand Down
2 changes: 1 addition & 1 deletion kube-deployment.yaml
Expand Up @@ -52,7 +52,7 @@ spec:
# terminationGracePeriodSeconds: 0
containers:
- name: zinc
image: public.ecr.aws/m5j1b6u0/zinc:v0.1.1
image: hiprabhat/zinc:0.1.3
env:
- name: FIRST_ADMIN_USER
value: admin
Expand Down

0 comments on commit 50f845d

Please sign in to comment.