chore(infra/k8s): Bump Nixery image to Cachix-enabled one

This commit is contained in:
Vincent Ambo 2019-08-19 02:43:42 +01:00
parent 2e688c18a5
commit a4ef595fef
2 changed files with 2 additions and 2 deletions

View file

@ -27,8 +27,7 @@ spec:
spec: spec:
containers: containers:
- name: nixery - name: nixery
image: eu.gcr.io/tazjins-infrastructure/nixery:demo image: eu.gcr.io/tazjins-infrastructure/nixery:{{ .version }}
imagePullPolicy: Always
volumeMounts: volumeMounts:
- name: nixery-secrets - name: nixery-secrets
mountPath: /var/nixery mountPath: /var/nixery

View file

@ -6,6 +6,7 @@ include:
- name: nixery - name: nixery
values: values:
port: 8080 port: 8080
version: 2e688c1
bucket: tazjins-data bucket: tazjins-data
account: nixery@tazjins-infrastructure.iam.gserviceaccount.com account: nixery@tazjins-infrastructure.iam.gserviceaccount.com
repo: ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/monorepo repo: ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/monorepo