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

Commit

Permalink
Up version to v0.2021.08-639ccf013
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisEke committed Mar 13, 2021
1 parent aebe219 commit cb7f16c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/talkyard/talkyard-version.libsonnet
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ _version+:: 'v0.2021.02-879ef3fe1' }
{ _version+:: 'v0.2021.08-639ccf013' }
4 changes: 2 additions & 2 deletions manifests/app-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manifests/cache-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manifests/rdb-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions manifests/search-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions manifests/web-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit cb7f16c

Please sign in to comment.