diff options
author | Vincent Ambo <tazjin@google.com> | 2019-10-25T13·52+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-10-25T13·52+0200 |
commit | d35debf882a500f67bf8299dac8124c29b2f60f5 (patch) | |
tree | 9dff9c01605b7e1110fa00157b5e485089d3cc3d /infra/kubernetes | |
parent | 9081e4aae493a305cdecf3f1faed71d52c6f196d (diff) |
chore: Bump Nixery version & package set configuration
Diffstat (limited to 'infra/kubernetes')
-rw-r--r-- | infra/kubernetes/nixery/config.yaml | 2 | ||||
-rw-r--r-- | infra/kubernetes/primary-cluster.yaml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/infra/kubernetes/nixery/config.yaml b/infra/kubernetes/nixery/config.yaml index 796e21a7273c..0775e79b5843 100644 --- a/infra/kubernetes/nixery/config.yaml +++ b/infra/kubernetes/nixery/config.yaml @@ -42,6 +42,8 @@ spec: value: 'ssh -F /var/nixery/ssh_config' - name: NIXERY_PKGS_REPO value: {{ .repo }} + - name: NIX_POPULARITY_URL + value: 'https://storage.googleapis.com/nixery-layers/popularity/{{ .popularity }}' volumes: - name: nixery-secrets secret: diff --git a/infra/kubernetes/primary-cluster.yaml b/infra/kubernetes/primary-cluster.yaml index ee5791435851..aff6de4b9323 100644 --- a/infra/kubernetes/primary-cluster.yaml +++ b/infra/kubernetes/primary-cluster.yaml @@ -25,6 +25,7 @@ include: bucket: tazjins-data account: nixery@tazjins-infrastructure.iam.gserviceaccount.com repo: git@github.com:tazjin/depot.git + popularity: 'popularity-19.09.891.80b42e630b2.json' - name: tazblog - name: https-lb - name: nginx |