diff --git a/kubernetes/zulip-rc.yml b/kubernetes/zulip-rc.yml index 8d599ec..86ce095 100644 --- a/kubernetes/zulip-rc.yml +++ b/kubernetes/zulip-rc.yml @@ -1,19 +1,19 @@ apiVersion: v1 kind: ReplicationController metadata: - name: zulip-v1.3.13 + name: zulip-v1.4.0 labels: - version: v1.3.13 + version: v1.4.0 app: zulip spec: replicas: 1 selector: - version: v1.3.13 + version: v1.4.0 app: zulip template: metadata: labels: - version: v1.3.13 + version: v1.4.0 app: zulip spec: containers: @@ -59,7 +59,7 @@ spec: - name: postgresql-persistent-storage mountPath: /var/lib/postgresql - name: zulip - image: quay.io/galexrt/zulip:v1.3.13 + image: quay.io/galexrt/zulip:v1.4.0 resources: limits: cpu: 100m