Skip to content

Commit

Permalink
update geocontrib to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Sep 14, 2023
1 parent aa8c6b9 commit 5ad2d8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geocontrib/templates/geocontrib-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: geocontrib
image: neogeo/geocontrib:2.3.9
image: {{ .Values.image }}
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
6 changes: 6 additions & 0 deletions geocontrib/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
image: neogeo/geocontrib:3.3.1

config_front: |
{
"BASE_URL": "/geocontrib/",
Expand Down Expand Up @@ -86,6 +88,10 @@ env_variables:
value: instantly
- name: DISABLE_LOGIN_BUTTON
value: '1'
- name: DISPLAY_FORBIDDEN_PROJECTS
value: 'true'
- name: DISPLAY_FORBIDDEN_PROJECTS_DEFAULT
value: 'true'
- name: EMAIL_BACKEND
value: django.core.mail.backends.smtp.EmailBackend
- name: EMAIL_HOST
Expand Down

0 comments on commit 5ad2d8d

Please sign in to comment.