Skip to content

Commit

Permalink
release/0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep authored May 11, 2022
2 parents fda94bf + f7a7d21 commit d60eb91
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR ${APP_PATH}
# Update env and system software
RUN \
apt-get update -y -q \
&& apt-get install -y --no-install-recommends libpq-dev postgresql-client \
&& apt-get install -y --no-install-recommends libpq-dev postgresql-client graphviz libgraphviz-dev \
&& apt-get clean \
# set python3 as default Python interpreter
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10\
Expand Down
4 changes: 2 additions & 2 deletions k8s/deephealth-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "11f2b98"
appVersion: "279f967"
description: A Helm chart for Kubernetes
name: deephealth-backend
version: 0.2.1
version: 0.3.0
4 changes: 2 additions & 2 deletions k8s/deephealth-backend/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ include "deephealth-backend.name" . }}-role
labels:
Expand All @@ -16,7 +16,7 @@ rules:

---

apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ include "deephealth-backend.name" . }}-rbac
Expand Down
2 changes: 1 addition & 1 deletion k8s/deephealth-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ backend:

image: &backend_image
repository: dhealth/backend
tag: 11f2b98
tag: 279f967
pullPolicy: *imagePullPolicy

service:
Expand Down
2 changes: 1 addition & 1 deletion k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ backend:

image: &backend_image
repository: dhealth/backend
tag: 11f2b98
tag: 279f967
pullPolicy: *imagePullPolicy

# service:
Expand Down

0 comments on commit d60eb91

Please sign in to comment.