Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[G2P-2932] Added new version of ODK images. #82

Merged
merged 3 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/odk-central-enketo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: odk-central-enketo
description: A Helm chart for odk-central-enketo.
type: application
version: v2024.1.0
version: v2024.2.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-central-enketo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ service:
image:
registry: docker.io
repository: openg2p/odk-central-enketo
tag: v2024.1.0
tag: v2024.2.1
pullPolicy: Always

containerPort: 8005
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-central-pyxform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: odk-central-pyxform
description: A Helm chart for odk-central-pyxform.
type: application
version: v2024.1.0
version: v2024.2.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-central-pyxform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service:
image:
registry: ghcr.io
repository: getodk/pyxform-http
tag: v2.0.3
tag: v2.1.1
pullPolicy: IfNotPresent

containerPort: 80
Expand Down
6 changes: 3 additions & 3 deletions charts/odk-central/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: odk-central
description: A Helm chart for odk-central.
type: application
version: "v2024.1.0"
version: "v2024.2.1"
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -16,10 +16,10 @@ dependencies:
version: "1.2.0"
condition: odk-central-mail.enabled
- name: odk-central-pyxform
version: "v2024.1.0"
version: "v2024.2.1"
condition: odk-central-pyxform.enabled
- name: odk-central-enketo
version: "v2024.1.0"
version: "v2024.2.1"
condition: odk-central-enketo.enabled
keywords:
- odk
Expand Down
5 changes: 3 additions & 2 deletions charts/odk-central/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ backend:
image:
registry: docker.io
repository: openg2p/odk-central-backend
tag: v2024.1.0
tag: v2024.2.1
pullPolicy: Always

startupProbe:
Expand Down Expand Up @@ -279,7 +279,7 @@ frontend:
image:
registry: docker.io
repository: openg2p/odk-central-frontend
tag: v2024.1.0{{ .Values.backend.envVars.OIDC_ENABLED | ternary "-oidc" "" }}
tag: v2024.2.1
pullPolicy: Always

startupProbe:
Expand Down Expand Up @@ -345,6 +345,7 @@ frontend:
SENTRY_ORG_SUBDOMAIN: "o130137"
SENTRY_KEY: "3cf75f54983e473da6bd07daddf0d2ee"
SENTRY_PROJECT: "1298632"
OIDC_ENABLED: '{{ .Values.backend.envVars.OIDC_ENABLED }}'

envVarsFrom: {}

Expand Down
Loading