Skip to content

Commit

Permalink
chore: upgrade kratos to v13.0 (#55)
Browse files Browse the repository at this point in the history
chore: upgrade kratos
  • Loading branch information
dlake89 authored and kriscoleman committed Jun 15, 2023
1 parent 4e35b9a commit 9b334c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/k8s/kratos/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels:
app.kubernetes.io/instance: kratos
app.kubernetes.io/name: kratos
app.kubernetes.io/version: v0.11.1
app.kubernetes.io/version: v0.13.0
name: kratos
namespace: kratos
spec:
Expand All @@ -27,7 +27,7 @@ spec:
labels:
app.kubernetes.io/instance: kratos
app.kubernetes.io/name: kratos
app.kubernetes.io/version: v0.11.1
app.kubernetes.io/version: v0.13.0
spec:
automountServiceAccountToken: true
containers:
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
requests:
cpu: 100m
memory: 200Mi
image: oryd/kratos:v0.11.1
image: oryd/kratos:v0.13.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4434
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
- -c
- |
kratos migrate sql --yes "mysql://root:root@tcp(mysql.mysql.svc.cluster.local:3306)/kratos?parseTime=true"
image: oryd/kratos:v0.11.1
image: oryd/kratos:v0.13.0
imagePullPolicy: IfNotPresent
name: migrate
resources: {}
Expand Down

0 comments on commit 9b334c9

Please sign in to comment.