From cb7f16ccbe00674b0c2725e931474b8e0c728699 Mon Sep 17 00:00:00 2001 From: ChrisEke <45903979+ChrisEke@users.noreply.github.com> Date: Sat, 13 Mar 2021 15:00:28 +0100 Subject: [PATCH] Up version to v0.2021.08-639ccf013 --- lib/talkyard/talkyard-version.libsonnet | 2 +- manifests/app-Deployment.yaml | 4 ++-- manifests/cache-Deployment.yaml | 4 ++-- manifests/rdb-Deployment.yaml | 4 ++-- manifests/search-Deployment.yaml | 4 ++-- manifests/web-Deployment.yaml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/talkyard/talkyard-version.libsonnet b/lib/talkyard/talkyard-version.libsonnet index 31e4e33..692418b 100644 --- a/lib/talkyard/talkyard-version.libsonnet +++ b/lib/talkyard/talkyard-version.libsonnet @@ -1 +1 @@ -{ _version+:: 'v0.2021.02-879ef3fe1' } +{ _version+:: 'v0.2021.08-639ccf013' } diff --git a/manifests/app-Deployment.yaml b/manifests/app-Deployment.yaml index 495010a..4a505fa 100644 --- a/manifests/app-Deployment.yaml +++ b/manifests/app-Deployment.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/component: application app.kubernetes.io/part-of: talkyard - app.kubernetes.io/version: v0.2021.02-879ef3fe1 + app.kubernetes.io/version: v0.2021.08-639ccf013 name: app namespace: talkyard spec: @@ -34,7 +34,7 @@ spec: envFrom: - configMapRef: name: app-environment-vars - image: debiki/talkyard-app:v0.2021.02-879ef3fe1 + image: debiki/talkyard-app:v0.2021.08-639ccf013 imagePullPolicy: IfNotPresent livenessProbe: initialDelaySeconds: 30 diff --git a/manifests/cache-Deployment.yaml b/manifests/cache-Deployment.yaml index ccab2bf..7bdb5fb 100644 --- a/manifests/cache-Deployment.yaml +++ b/manifests/cache-Deployment.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/component: cache app.kubernetes.io/part-of: talkyard - app.kubernetes.io/version: v0.2021.02-879ef3fe1 + app.kubernetes.io/version: v0.2021.08-639ccf013 name: cache namespace: talkyard spec: @@ -20,7 +20,7 @@ spec: name: cache spec: containers: - - image: debiki/talkyard-cache:v0.2021.02-879ef3fe1 + - image: debiki/talkyard-cache:v0.2021.08-639ccf013 imagePullPolicy: IfNotPresent livenessProbe: initialDelaySeconds: 20 diff --git a/manifests/rdb-Deployment.yaml b/manifests/rdb-Deployment.yaml index 34f3f44..092c69d 100644 --- a/manifests/rdb-Deployment.yaml +++ b/manifests/rdb-Deployment.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/component: database app.kubernetes.io/part-of: talkyard - app.kubernetes.io/version: v0.2021.02-879ef3fe1 + app.kubernetes.io/version: v0.2021.08-639ccf013 name: rdb namespace: talkyard spec: @@ -28,7 +28,7 @@ spec: secretKeyRef: key: postgres-password name: talkyard-rdb-secrets - image: debiki/talkyard-rdb:v0.2021.02-879ef3fe1 + image: debiki/talkyard-rdb:v0.2021.08-639ccf013 imagePullPolicy: IfNotPresent livenessProbe: exec: diff --git a/manifests/search-Deployment.yaml b/manifests/search-Deployment.yaml index 271402e..8c0e382 100644 --- a/manifests/search-Deployment.yaml +++ b/manifests/search-Deployment.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/component: search app.kubernetes.io/part-of: talkyard - app.kubernetes.io/version: v0.2021.02-879ef3fe1 + app.kubernetes.io/version: v0.2021.08-639ccf013 name: search namespace: talkyard spec: @@ -25,7 +25,7 @@ spec: - envFrom: - configMapRef: name: search-environment-vars - image: debiki/talkyard-search:v0.2021.02-879ef3fe1 + image: debiki/talkyard-search:v0.2021.08-639ccf013 imagePullPolicy: IfNotPresent name: search ports: diff --git a/manifests/web-Deployment.yaml b/manifests/web-Deployment.yaml index 789613b..86ad13e 100644 --- a/manifests/web-Deployment.yaml +++ b/manifests/web-Deployment.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/component: webserver app.kubernetes.io/part-of: talkyard - app.kubernetes.io/version: v0.2021.02-879ef3fe1 + app.kubernetes.io/version: v0.2021.08-639ccf013 name: web namespace: talkyard spec: @@ -20,7 +20,7 @@ spec: name: web spec: containers: - - image: debiki/talkyard-web:v0.2021.02-879ef3fe1 + - image: debiki/talkyard-web:v0.2021.08-639ccf013 imagePullPolicy: IfNotPresent name: web ports: