Skip to content

Commit

Permalink
New Docker image pushed to DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoddard committed Oct 8, 2021
1 parent 989b833 commit e435fd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker_include.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tag=1.3
tag=1.4
docker_id="mgoddard"
img_name="crdb-geo-tourist"
2 changes: 1 addition & 1 deletion k8s/crdb-geo-tourist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: crdb-geo-tourist
image: mgoddard/crdb-geo-tourist:1.3
image: mgoddard/crdb-geo-tourist:1.4
imagePullPolicy: Always
env:
- name: PGHOST
Expand Down
2 changes: 1 addition & 1 deletion k8s/data-loader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: crdb-geo-loader
image: mgoddard/crdb-geo-tourist:1.3
image: mgoddard/crdb-geo-tourist:1.4
imagePullPolicy: Always
env:
- name: PGHOST
Expand Down

0 comments on commit e435fd0

Please sign in to comment.