Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
kubernetes/gcloud bump javascript image version tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
graphicore committed Oct 8, 2019
1 parent 18508b3 commit fff1ffa
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/DEPLOYLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,9 @@ docker build -t fontbakery/rethinkdb:2.3.6-fontbakery-6 containers/rethinkdb
docker tag fontbakery/rethinkdb:2.3.6-fontbakery-6 gcr.io/fontbakery-168509/rethinkdb:2.3.6-fontbakery-6
docker push gcr.io/fontbakery-168509/rethinkdb:2.3.6-fontbakery-6
docker build -t fontbakery/base-javascript:11 containers/base/javascript;
docker tag fontbakery/base-javascript:11 gcr.io/fontbakery-168509/base-javascript:11
docker push gcr.io/fontbakery-168509/base-javascript:11
docker build -t fontbakery/base-javascript:12 containers/base/javascript;
docker tag fontbakery/base-javascript:12 gcr.io/fontbakery-168509/base-javascript:12
docker push gcr.io/fontbakery-168509/base-javascript:12
docker build -t fontbakery/base-python:5 containers/base/python;
docker tag fontbakery/base-python:5 gcr.io/fontbakery-168509/base-python:5
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
cloud.google.com/gke-nodepool: default-pool
containers:
- name: fontbakery-api
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-dispatcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: fontbakery-dispatcher
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-github-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: fontbakery-github-auth
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-github-operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: fontbakery-github-operations
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-init-workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: fontbakery-init-workers
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-manifest-csvupstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
cloud.google.com/gke-nodepool: default-pool
containers:
- name: fontbakery-manifest-csvupstream
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-manifest-gfapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
cloud.google.com/gke-nodepool: default-pool
containers:
- name: fontbakery-manifest-gfapi
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-manifest-githubgf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
cloud.google.com/gke-nodepool: default-pool
containers:
- name: fontbakery-manifest-githubgf
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-manifest-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
cloud.google.com/gke-nodepool: default-pool
containers:
- name: fontbakery-manifest-master
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
cloud.google.com/gke-nodepool: default-pool
containers:
- name: fontbakery-reports
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gcloud-fontbakery-storage-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
cloud.google.com/gke-nodepool: default-pool
containers:
- name: fontbakery-storage-cache
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/gcloud-fontbakery-storage-persistence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
values: ["us-central1-a"] # the storage volume must be here!
containers:
- name: fontbakery-storage-persistence
image: gcr.io/fontbakery-168509/base-javascript:11
image: gcr.io/fontbakery-168509/base-javascript:12
env:
- name: FONTBAKERY_LOG_LEVEL
value: "DEBUG"
Expand All @@ -42,6 +42,7 @@ spec:
name: storage
workingDir: /var/javascript
command: ["node", "node/PersistenceServer.js", "-p", "50051"]
# command: ["node", "--inspect=0.0.0.0:9229", "node/PersistenceServer.js", "-p", "50051"]
volumes:
- gcePersistentDisk:
# This GCE PD must already exist.
Expand Down

0 comments on commit fff1ffa

Please sign in to comment.