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

Commit

Permalink
Merge pull request #46 from Yunite-Net/release-v2.5.0
Browse files Browse the repository at this point in the history
chore: release v2.5.0
  • Loading branch information
Tirokk authored Mar 22, 2023
2 parents c1ad971 + af9c028 commit 5694cfc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions deployment/kubernetes/templates/backend/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ spec:
- name: container-{{ .Release.Name }}-backend
image: "{{ .Values.BACKEND.DOCKER_IMAGE_REPO }}:{{ .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.BACKEND.DOCKER_IMAGE_PULL_POLICY }}
resources:
requests:
memory: "1G"
limits:
memory: "2G"
envFrom:
- configMapRef:
name: configmap-{{ .Release.Name }}-backend
Expand Down
5 changes: 5 additions & 0 deletions deployment/kubernetes/templates/webapp/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ spec:
- name: container-{{ .Release.Name }}-webapp
image: "{{ .Values.WEBAPP.DOCKER_IMAGE_REPO }}:{{ .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.WEBAPP.DOCKER_IMAGE_PULL_POLICY }}
resources:
requests:
memory: "1G"
limits:
memory: "2G"
ports:
- containerPort: 3000
envFrom:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yunite.me",
"version": "2.4.0",
"ocelotDockerVersionTag": "2.4.0-361",
"version": "2.5.0",
"ocelotDockerVersionTag": "2.5.0-368",
"dockerOrganisation": "tirokk",
"description": "yunite.me – Alternatives Netzwerk für eine freie und bunte Zukunft",
"author": "yunite – Verein für Vernetzung und Kooperation",
Expand Down

0 comments on commit 5694cfc

Please sign in to comment.